Sdílet prostřednictvím


KeyVaultContractCreateProperties interface

Create keyVault contract details.

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

identityClientId

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

identityClientId?: string

Property Value

string

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