Package version:

Interface KeyVaultProperties

Properties of key vault.

interface KeyVaultProperties {
    currentVersionedKeyExpirationTimestamp?: any;
    currentVersionedKeyIdentifier?: string;
    keyName?: string;
    keyVaultUri?: string;
    keyVersion?: string;
    lastKeyRotationTimestamp?: any;
}

Properties

currentVersionedKeyExpirationTimestamp?: any

This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption. NOTE: This property will not be serialized. It can only be populated by the server.

currentVersionedKeyIdentifier?: string

The object identifier of the current versioned Key Vault Key in use. NOTE: This property will not be serialized. It can only be populated by the server.

keyName?: string

The name of KeyVault key.

keyVaultUri?: string

The Uri of KeyVault.

keyVersion?: string

The version of KeyVault key.

lastKeyRotationTimestamp?: any

Timestamp of last rotation of the Key Vault Key. NOTE: This property will not be serialized. It can only be populated by the server.