A report that indicates when an AEADKey creation is complete and ready for use.
encryptedKeyMaterialinteger array
Key material encrypted by the KMS root key.
rootKeyIDstring
Identifier to the root key that wrapped the key material. Follows the format root-key-namespace/root-key-type/root-key-name/version Example - kms-system/ctm/org1-root-key/1 or kms-system/local/org-1-root-key/1
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[[["\u003cp\u003e\u003ccode\u003eMZAEADKey\u003c/code\u003e represents the key material that is replicated across multiple zones and has fields for api version, kind, metadata, specification, and status.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMZAEADKeyList\u003c/code\u003e contains an array of \u003ccode\u003eMZAEADKey\u003c/code\u003e objects, each including their own fields of api version, kind, metadata and the items themselves.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMZAEADKeyStatus\u003c/code\u003e details the current state of the \u003ccode\u003eMZAEADKey\u003c/code\u003e, including information about the conditions, encrypted key material, the root key ID, and zone replication status.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMZAEADKeyZoneStatus\u003c/code\u003e offers detailed information on a specific zone's replication status, including the zone's name and whether the key material processing has been successful.\u003c/p\u003e\n"]]],[],null,["# KRM API kms.global.gdc.goog/v1\n\nkms.global.gdc.goog/v1\n----------------------\n\n### MZAEADKey\n\nMZAEADKey represents the key material that needs to be replicated across multiple zones.\n\n*Appears in:*\n- [MZAEADKeyList](#mzaeadkeylist)\n\n### MZAEADKeyList\n\nMZAEADKeyList contains a list of MZAEADKey\n\n### MZAEADKeyStatus\n\nMZAEADKeyStatus defines the observed state of MZAEADKey.\n\n*Appears in:*\n- [MZAEADKey](#mzaeadkey)\n\n### MZAEADKeyZoneStatus\n\nMZAEADKeyZoneStatus represents the replication status of a specific zone.\n\n*Appears in:*\n- [MZAEADKeyStatus](#mzaeadkeystatus)"]]