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.SecretBaseSecureString
Constructor
SecureString(*, value: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
Value of secure string. Required. |
Variables
Name | Description |
---|---|
type
|
Type of the secret. Required. |
value
|
Value of secure string. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python