SecureString Class

Azure Synapse 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 Azure.

Inheritance
azure.synapse.artifacts.models._models_py3.SecretBase
SecureString

Constructor

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

Parameters

type
str
Required

Required. Type of the secret.Constant filled by server.

value
str
Required

Required. Value of secure string.