SecureStringResponse

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

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

Constructors

Link copied to clipboard

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.