SecureString Class

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

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.SecretBase
SecureString

Constructor

SecureString(*, value: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
value
str

Value of secure string. Required.

Variables

Name Description
type
str

Type of the secret. Required.

value
str

Value of secure string. Required.