KeyVaultSecretDelegatedAuthCredentialTypeProperties interface
The type properties of key vault secret delegated auth credential.
Properties
| client |
Credential type that uses Account ID, External ID and Role ARN for authentication. |
| password | Key vault secret. |
| user | User name. |
Property Details
clientId
Credential type that uses Account ID, External ID and Role ARN for authentication.
clientId?: string
Property Value
string
password
user
User name.
user?: string
Property Value
string