Show / Hide Table of Contents

Class Access

Inheritance
object
Access
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.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class Access : IDirectResponseSchema

Properties

CallerIp

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

CallerIpGeo

Declaration
[JsonProperty("callerIpGeo")]
public virtual Geolocation CallerIpGeo { get; set; }
Property Value
Type Description
Geolocation

ETag

The ETag of the item.

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

MethodName

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

PrincipalEmail

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

PrincipalSubject

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

ServiceAccountDelegationInfo

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

ServiceAccountKeyName

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

ServiceName

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

UserAgent

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

UserAgentFamily

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

UserName

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX