Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureKeyVaultKms

Package version

Azure Key Vault key management service settings for the security profile.

Hierarchy

  • AzureKeyVaultKms

Index

Properties

Optional enabled

enabled: undefined | false | true

Whether to enable Azure Key Vault key management service. The default is false.

Optional keyId

keyId: undefined | string

Identifier of Azure Key Vault key. See key identifier format for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When Azure Key Vault key management service is disabled, leave the field empty.

Optional keyVaultNetworkAccess

keyVaultNetworkAccess: KeyVaultNetworkAccessTypes

Network access of key vault. The possible values are Public and Private. Public means the key vault allows public access from all networks. Private means the key vault disables public access and enables private link. The default value is Public.

Optional keyVaultResourceId

keyVaultResourceId: undefined | string

Resource ID of key vault. When keyVaultNetworkAccess is Private, this field is required and must be a valid resource ID. When keyVaultNetworkAccess is Public, leave the field empty.

Generated using TypeDoc