Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,11 @@ module AccessReason
# No reason is expected for this key request.
REASON_NOT_EXPECTED = 7

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

# Deprecated: This code is no longer generated by Google Cloud. The
# GOOGLE_RESPONSE_TO_PRODUCTION_ALERT justification codes available in both
# Key Access Justifications and Access Transparency logs provide
# customer-visible signals of emergency access in more precise contexts.
#
# 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:
Expand Down
Loading