Rapport indiquant quand une création AEADKey est terminée et prête à être utilisée.
Tableau d'entiersencryptedKeyMaterial
Matériel de clé chiffré par la clé racine KMS.
chaînerootKeyID
Identifiant de la clé racine qui a encapsulé le matériel de clé. Respecte le format root-key-namespace/root-key-type/root-key-name/version. Exemple : kms-system/ctm/org1-root-key/1 ou kms-system/local/org-1-root-key/1
Indique si la zone a réussi ou non à traiter le matériel clé.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (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)"]]