SecureString interface
Azure Synapse secure string definition. The string value will be masked with asterisks '*' during Get or List API calls.
- Extends
Properties
type | Polymorphic discriminator, which specifies the different types this object can be |
value | Value of secure string. |
Property Details
type
Polymorphic discriminator, which specifies the different types this object can be
type: "SecureString"
Property Value
"SecureString"
value
Value of secure string.
value: string
Property Value
string
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 JavaScript