Package version:

Interface KeyVaultProperties

Properties of key vault.

interface KeyVaultProperties {
    keyName: string;
    keyVaultId?: string;
    keyVaultResourceId?: string;
    keyVaultUri: string;
    status?: string;
}

Properties

keyName: string

The name of KeyVault key.

keyVaultId?: string

UUID v4 used to identify the Azure Key Vault configuration NOTE: This property will not be serialized. It can only be populated by the server.

keyVaultResourceId?: string

The resource ID of KeyVault.

keyVaultUri: string

The Uri of KeyVault.

status?: string

Status of the KeyVault connection. NOTE: This property will not be serialized. It can only be populated by the server.