Share via


KeyVaultSecretDelegatedAuthCredentialTypeProperties interface

The type properties of key vault secret delegated auth credential.

Properties

clientId

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

Key vault secret.

password?: KeyVaultSecret

Property Value

user

User name.

user?: string

Property Value

string