SecureStringResponse

data class SecureStringResponse(val type: String, val value: String)

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

Constructors

Link copied to clipboard
constructor(type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the secret. Expected value is 'SecureString'.

Link copied to clipboard

Value of secure string.