Package version:

Interface EncryptionScopeKeyVaultProperties

The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.

interface EncryptionScopeKeyVaultProperties {
    currentVersionedKeyIdentifier?: string;
    keyUri?: string;
    lastKeyRotationTimestamp?: any;
}

Properties

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.

keyUri?: string

The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.

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.