Show / Hide Table of Contents

Class AccessApproval

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

Inheritance
object
AccessApproval
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class AccessApproval : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

JustificationReason

Justification for data access based on justification enums.

Declaration
[JsonProperty("justificationReason")]
public virtual IList<string> JustificationReason { get; set; }
Property Value
Type Description
IList<string>

OfficeLocation

Office location of Google staff requesting access such as "US".

Declaration
[JsonProperty("officeLocation")]
public virtual string OfficeLocation { get; set; }
Property Value
Type Description
string

Products

Products within scope of the Access Approvals request.

Declaration
[JsonProperty("products")]
public virtual IList<string> Products { get; set; }
Property Value
Type Description
IList<string>

RequestId

ID of the Access Approvals request. This is a helpful field when requesting support from Google.

Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type Description
string

Scope

Scope of access, also known as a resource. This is further narrowed down by the product field.

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
string

Tickets

Support tickets related to this Access Approvals request. Populated if there is an associated case number.

Declaration
[JsonProperty("tickets")]
public virtual IList<SupportTicket> Tickets { get; set; }
Property Value
Type Description
IList<SupportTicket>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX