|
242 | 242 | }
|
243 | 243 | }
|
244 | 244 | },
|
245 |
| -"revision": "20240602", |
| 245 | +"revision": "20240616", |
246 | 246 | "rootUrl": "https://kmsinventory.googleapis.com/",
|
247 | 247 | "schemas": {
|
248 | 248 | "GoogleCloudKmsInventoryV1ListCryptoKeysResponse": {
|
|
404 | 404 | "description": "Immutable. Whether this key may contain imported versions only.",
|
405 | 405 | "type": "boolean"
|
406 | 406 | },
|
| 407 | +"keyAccessJustificationsPolicy": { |
| 408 | +"$ref": "GoogleCloudKmsV1KeyAccessJustificationsPolicy", |
| 409 | +"description": "Optional. The policy used for Key Access Justifications Policy Enforcement. If this field is present and this key is enrolled in Key Access Justifications Policy Enforcement, the policy will be evaluated in encrypt, decrypt, and sign operations, and the operation will fail if rejected by the policy. The policy is defined by specifying zero or more allowed justification codes. https://cloud.google.com/assured-workloads/key-access-justifications/docs/justification-codes By default, this field is absent, and all justification codes are allowed." |
| 410 | +}, |
407 | 411 | "labels": {
|
408 | 412 | "additionalProperties": {
|
409 | 413 | "type": "string"
|
|
784 | 788 | },
|
785 | 789 | "type": "object"
|
786 | 790 | },
|
| 791 | +"GoogleCloudKmsV1KeyAccessJustificationsPolicy": { |
| 792 | +"description": "A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason values for encrypt, decrypt, and sign operations on a CryptoKey.", |
| 793 | +"id": "GoogleCloudKmsV1KeyAccessJustificationsPolicy", |
| 794 | +"properties": { |
| 795 | +"allowedAccessReasons": { |
| 796 | +"description": "The list of allowed reasons for access to a CryptoKey. Zero allowed access reasons means all encrypt, decrypt, and sign operations for the CryptoKey associated with this policy will fail.", |
| 797 | +"items": { |
| 798 | +"enum": [ |
| 799 | +"REASON_UNSPECIFIED", |
| 800 | +"CUSTOMER_INITIATED_SUPPORT", |
| 801 | +"GOOGLE_INITIATED_SERVICE", |
| 802 | +"THIRD_PARTY_DATA_REQUEST", |
| 803 | +"GOOGLE_INITIATED_REVIEW", |
| 804 | +"CUSTOMER_INITIATED_ACCESS", |
| 805 | +"GOOGLE_INITIATED_SYSTEM_OPERATION", |
| 806 | +"REASON_NOT_EXPECTED", |
| 807 | +"MODIFIED_CUSTOMER_INITIATED_ACCESS", |
| 808 | +"MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION", |
| 809 | +"GOOGLE_RESPONSE_TO_PRODUCTION_ALERT", |
| 810 | +"CUSTOMER_AUTHORIZED_WORKFLOW_SERVICING" |
| 811 | +], |
| 812 | +"enumDescriptions": [ |
| 813 | +"Unspecified access reason.", |
| 814 | +"Customer-initiated support.", |
| 815 | +"Google-initiated access for system management and troubleshooting.", |
| 816 | +"Google-initiated access in response to a legal request or legal process.", |
| 817 | +"Google-initiated access for security, fraud, abuse, or compliance purposes.", |
| 818 | +"Customer uses their account to perform any access to their own data which their IAM policy authorizes.", |
| 819 | +"Google systems access customer data to help optimize the structure of the data or quality for future uses by the customer.", |
| 820 | +"No reason is expected for this key request.", |
| 821 | +"Customer uses their account to perform any access to their own data which their IAM policy authorizes, and one of the following is true: * A Google administrator has reset the root-access account associated with the user's organization within the past 7 days. * A Google-initiated emergency access operation has interacted with a resource in the same project or folder as the currently accessed resource within the past 7 days.", |
| 822 | +"Google systems access customer data to help optimize the structure of the data or quality for future uses by the customer, and one of the following is true: * A Google administrator has reset the root-access account associated with the user's organization within the past 7 days. * A Google-initiated emergency access operation has interacted with a resource in the same project or folder as the currently accessed resource within the past 7 days.", |
| 823 | +"Google-initiated access to maintain system reliability.", |
| 824 | +"One of the following operations is being executed while simultaneously encountering an internal technical issue which prevented a more precise justification code from being generated: * Your account has been used to perform any access to your own data which your IAM policy authorizes. * An automated Google system operates on encrypted customer data which your IAM policy authorizes. * Customer-initiated Google support access. * Google-initiated support access to protect system reliability." |
| 825 | +], |
| 826 | +"type": "string" |
| 827 | +}, |
| 828 | +"type": "array" |
| 829 | +} |
| 830 | +}, |
| 831 | +"type": "object" |
| 832 | +}, |
787 | 833 | "GoogleCloudKmsV1KeyOperationAttestation": {
|
788 | 834 | "description": "Contains an HSM-generated attestation about a key operation. For more information, see [Verifying attestations] (https://cloud.google.com/kms/docs/attest-key).",
|
789 | 835 | "id": "GoogleCloudKmsV1KeyOperationAttestation",
|
|
0 commit comments