View Source GoogleApi.AlertCenter.V1beta1.Model.AccessApproval (google_api_alert_center v0.24.0)

Alert that is triggered when Google support requests to access customer data.

Attributes

  • justificationReason (type: list(String.t), default: nil) - Justification for data access based on justification enums.
  • officeLocation (type: String.t, default: nil) - Office location of Google staff requesting access such as "US".
  • products (type: list(String.t), default: nil) - Products within scope of the Access Approvals request.
  • requestId (type: String.t, default: nil) - ID of the Access Approvals request. This is a helpful field when requesting support from Google.
  • scope (type: String.t, default: nil) - Scope of access, also known as a resource. This is further narrowed down by the product field.
  • tickets (type: list(GoogleApi.AlertCenter.V1beta1.Model.SupportTicket.t), default: nil) - Support tickets related to this Access Approvals request. Populated if there is an associated case number.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.AccessApproval{
  justificationReason: [String.t()] | nil,
  officeLocation: String.t() | nil,
  products: [String.t()] | nil,
  requestId: String.t() | nil,
  scope: String.t() | nil,
  tickets: [GoogleApi.AlertCenter.V1beta1.Model.SupportTicket.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.