Enum AccessReason.Types.Type (1.3.0)

public enum Type

Type of access justification.

Namespace

Google.Cloud.AccessApproval.V1

Assembly

Google.Cloud.AccessApproval.V1.dll

Fields

NameDescription
CustomerInitiatedSupport

Customer made a request or raised an issue that required the principal to access customer data. detail is of the form ("#####" is the issue ID):

  • "Feedback Report: #####"
  • "Case Number: #####"
  • "Case ID: #####"
  • "E-PIN Reference: #####"
  • "Google-#####"
  • "T-#####"
GoogleInitiatedReview

Google initiated service for security, fraud, abuse, or compliance purposes.

GoogleInitiatedService

The principal accessed customer data in order to diagnose or resolve a suspected issue in services or a known outage. Often this access is used to confirm that customers are not affected by a suspected service issue or to remediate a reversible system issue.

Unspecified

Default value for proto, shouldn't be used.