Skip to content

Commit d821fc7

Browse files
docs: Marking MODIFIED_CUSTOMER_INITIATED_ACCESS and MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION Key Access Justification codes as deprecated in favor of GOOGLE_RESPONSE_TO_PRODUCTION_ALERT (#32338)
* docs: Marking MODIFIED_CUSTOMER_INITIATED_ACCESS and MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION Key Access Justification codes as deprecated in favor of GOOGLE_RESPONSE_TO_PRODUCTION_ALERT PiperOrigin-RevId: 853754070 Source-Link: googleapis/googleapis@f814267 Source-Link: googleapis/googleapis-gen@cccc9ca Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWttcy1pbnZlbnRvcnktdjEvLk93bEJvdC55YW1sIiwiaCI6ImNjY2M5Y2FjNTE3YTg5NGY2YjEyYTI0NmYyNjMzYWYwMzJlOGI1ZDkifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent cc4c7dc commit d821fc7

File tree

1 file changed

+10
-0
lines changed
  • google-cloud-kms-inventory-v1/proto_docs/google/cloud/kms/v1

1 file changed

+10
-0
lines changed

google-cloud-kms-inventory-v1/proto_docs/google/cloud/kms/v1/resources.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,11 @@ module AccessReason
10501050
# No reason is expected for this key request.
10511051
REASON_NOT_EXPECTED = 7
10521052

1053+
# Deprecated: This code is no longer generated by Google Cloud. The
1054+
# GOOGLE_RESPONSE_TO_PRODUCTION_ALERT justification codes available in both
1055+
# Key Access Justifications and Access Transparency logs provide
1056+
# customer-visible signals of emergency access in more precise contexts.
1057+
#
10531058
# Customer uses their account to perform any access to their own data which
10541059
# their IAM policy authorizes, and one of the following is true:
10551060
#
@@ -1060,6 +1065,11 @@ module AccessReason
10601065
# within the past 7 days.
10611066
MODIFIED_CUSTOMER_INITIATED_ACCESS = 8
10621067

1068+
# Deprecated: This code is no longer generated by Google Cloud. The
1069+
# GOOGLE_RESPONSE_TO_PRODUCTION_ALERT justification codes available in both
1070+
# Key Access Justifications and Access Transparency logs provide
1071+
# customer-visible signals of emergency access in more precise contexts.
1072+
#
10631073
# Google systems access customer data to help optimize the structure of the
10641074
# data or quality for future uses by the customer, and one of the following
10651075
# is true:

0 commit comments

Comments
 (0)