KeyVaultSecretConsumerKeyCredentialTypePropertiesOutput interface
The type properties of key vault secret consumer key credential.
Properties
| consumer |
The consumer key of key vault secret consumer key credential type properties. |
| consumer |
The consumer secret of key vault secret consumer key credential type properties. |
| password | The password of key vault secret consumer key credential type properties. |
| user | User name. |
Property Details
consumerKey
The consumer key of key vault secret consumer key credential type properties.
consumerKey?: string
Property Value
string
consumerSecret
The consumer secret of key vault secret consumer key credential type properties.
consumerSecret?: KeyVaultSecretOutput
Property Value
password
The password of key vault secret consumer key credential type properties.
password?: KeyVaultSecretOutput
Property Value
user
User name.
user?: string
Property Value
string