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 thekey_hsm
field. - AkvKey
Release JwtBody - 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
- AkvKey
Release JwtHeader - The subset of standard JWT header.
- AkvKey
Release KeyBlob - 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> } - AkvKey
Release KeyObject - The subset of the
AkvKeyReleaseKeyObject
that includes the base64-url-encoded wrapped key JSON object. - AkvKey
Release Response - The subset of the
AkvKeyReleaseResponse
that includes the base64-url-encoded wrapped key JSON object.