Expand description

This module includes the data types defined by Azure Key Vault (AKV) that is used for parsing the response of the KEY_RELEASE_REQUEST.

Structs§

AkvJwk
The subset of the AkvJwk that holds the base64-url-encoded wrapped key JSON object in the key_hsm field.
AkvKeyReleaseJwtBody
The subset of the JWT payload format (in JSON) defined by Azure Key Vault (AKV) API version > 7.2 that includes the base64-url-encoded wrapped key JSON object. The JWT payload JSON blob looks like
AkvKeyReleaseJwtHeader
The subset of standard JWT header.
AkvKeyReleaseKeyBlob
The subset of a JSON object (AKV API version 7.2) or decoded wrapped key JSON object (AKV API version > 7.2) that holds the base64-url-encoded raw wrapped key blob in the ciphertext field. The JSON object looks like { .. “ciphertext”: <base64-url encoded raw wrapped key blob> }
AkvKeyReleaseKeyObject
The subset of the AkvKeyReleaseKeyObject that includes the base64-url-encoded wrapped key JSON object.
AkvKeyReleaseResponse
The subset of the AkvKeyReleaseResponse that includes the base64-url-encoded wrapped key JSON object.