Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyVaultProperties

Package version

Hierarchy

  • KeyVaultProperties

Index

Properties

Optional identity

identity: undefined | string

The client id of the identity which will be used to access key vault.

Optional keyIdentifier

keyIdentifier: undefined | string

Key vault uri to access the encryption key.

Optional keyRotationEnabled

keyRotationEnabled: undefined | false | true

Auto key rotation status for a CMK enabled registry. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastKeyRotationTimestamp

lastKeyRotationTimestamp: Date

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

Optional versionedKeyIdentifier

versionedKeyIdentifier: undefined | string

The fully qualified key identifier that includes the version of the key that is actually used for encryption. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc