SecureString Class

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

Constructor

SecureString(*args: Any, **kwargs: Any)

Variables

Name Description
value
str

Value of secure string. Required.

type
str

Type of the secret. Required. Default value is "SecureString".

Attributes

type

Type of the secret. Required. Default value is "SecureString".

type: Literal['SecureString']

value

Value of secure string. Required.

value: str