|
236 | 236 | }
|
237 | 237 | }
|
238 | 238 | },
|
239 |
| - "revision": "20230304", |
| 239 | + "revision": "20230319", |
240 | 240 | "rootUrl": "https://kmsinventory.googleapis.com/",
|
241 | 241 | "schemas": {
|
242 | 242 | "GoogleCloudKmsInventoryV1ListCryptoKeysResponse": {
|
|
544 | 544 | "readOnly": true,
|
545 | 545 | "type": "string"
|
546 | 546 | },
|
| 547 | + "externalDestructionFailureReason": { |
| 548 | + "description": "Output only. The root cause of the most recent external destruction failure. Only present if state is EXTERNAL_DESTRUCTION_FAILED.", |
| 549 | + "readOnly": true, |
| 550 | + "type": "string" |
| 551 | + }, |
547 | 552 | "externalProtectionLevelOptions": {
|
548 | 553 | "$ref": "GoogleCloudKmsV1ExternalProtectionLevelOptions",
|
549 | 554 | "description": "ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels."
|
|
554 | 559 | "readOnly": true,
|
555 | 560 | "type": "string"
|
556 | 561 | },
|
| 562 | + "generationFailureReason": { |
| 563 | + "description": "Output only. The root cause of the most recent generation failure. Only present if state is GENERATION_FAILED.", |
| 564 | + "readOnly": true, |
| 565 | + "type": "string" |
| 566 | + }, |
557 | 567 | "importFailureReason": {
|
558 | 568 | "description": "Output only. The root cause of the most recent import failure. Only present if state is IMPORT_FAILED.",
|
559 | 569 | "readOnly": true,
|
|
609 | 619 | "DESTROYED",
|
610 | 620 | "DESTROY_SCHEDULED",
|
611 | 621 | "PENDING_IMPORT",
|
612 |
| - "IMPORT_FAILED" |
| 622 | + "IMPORT_FAILED", |
| 623 | + "GENERATION_FAILED", |
| 624 | + "PENDING_EXTERNAL_DESTRUCTION", |
| 625 | + "EXTERNAL_DESTRUCTION_FAILED" |
613 | 626 | ],
|
614 | 627 | "enumDescriptions": [
|
615 | 628 | "Not specified.",
|
|
619 | 632 | "This version is destroyed, and the key material is no longer stored. This version may only become ENABLED again if this version is reimport_eligible and the original key material is reimported with a call to KeyManagementService.ImportCryptoKeyVersion.",
|
620 | 633 | "This version is scheduled for destruction, and will be destroyed soon. Call RestoreCryptoKeyVersion to put it back into the DISABLED state.",
|
621 | 634 | "This version is still being imported. It may not be used, enabled, disabled, or destroyed yet. Cloud KMS will automatically mark this version ENABLED as soon as the version is ready.",
|
622 |
| - "This version was not imported successfully. It may not be used, enabled, disabled, or destroyed. The submitted key material has been discarded. Additional details can be found in CryptoKeyVersion.import_failure_reason." |
| 635 | + "This version was not imported successfully. It may not be used, enabled, disabled, or destroyed. The submitted key material has been discarded. Additional details can be found in CryptoKeyVersion.import_failure_reason.", |
| 636 | + "This version was not generated successfully. It may not be used, enabled, disabled, or destroyed. Additional details can be found in CryptoKeyVersion.generation_failure_reason.", |
| 637 | + "This version was destroyed, and it may not be used or enabled again. Cloud KMS is waiting for the corresponding key material residing in an external key manager to be destroyed.", |
| 638 | + "This version was destroyed, and it may not be used or enabled again. However, Cloud KMS could not confirm that the corresponding key material residing in an external key manager was destroyed. Additional details can be found in CryptoKeyVersion.external_destruction_failure_reason." |
623 | 639 | ],
|
624 | 640 | "type": "string"
|
625 | 641 | }
|
|
0 commit comments