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
|
Value of secure string. Required. |
|
type
|
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