KeyEncryptionKey interface
Encryption key containing details about key to encrypt different keys.
Properties
identity |
Managed identity properties used for key encryption. |
kek |
Type of encryption key used for key encryption. |
kek |
Key encryption key. It is required in case of Customer managed KekType. |
kek |
Kek vault resource id. It is required in case of Customer managed KekType. |
Property Details
identityProperties
Managed identity properties used for key encryption.
identityProperties?: IdentityProperties
Property Value
kekType
kekUrl
Key encryption key. It is required in case of Customer managed KekType.
kekUrl?: string
Property Value
string
kekVaultResourceID
Kek vault resource id. It is required in case of Customer managed KekType.
kekVaultResourceID?: string
Property Value
string