KeyVaultContractProperties interface

KeyVault contract details.

Extends

Properties

lastStatus

Last time sync and refresh status of secret from key vault.

Inherited Properties

identityClientId

Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret.

secretIdentifier

Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi

Property Details

lastStatus

Last time sync and refresh status of secret from key vault.

lastStatus?: KeyVaultLastAccessStatusContractProperties

Property Value

Inherited Property Details

identityClientId

Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret.

identityClientId?: string

Property Value

string

Inherited From KeyVaultContractCreateProperties.identityClientId

secretIdentifier

Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi

secretIdentifier?: string

Property Value

string

Inherited From KeyVaultContractCreateProperties.secretIdentifier