Package version:

Azure Data Factory secure string definition. The string value will be masked with asterisks '*' during Get or List API calls.

interface SecureString {
    type: "SecureString";
    value: string;
}

Hierarchy (view full)

Properties

Properties

type

Polymorphic discriminator, which specifies the different types this object can be

value: string

Value of secure string.