Class Access
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class Access : IDirectResponseSchema
Properties
CallerIp
Declaration
[JsonProperty("callerIp")]
public virtual string CallerIp { get; set; }
Property Value
CallerIpGeo
Declaration
[JsonProperty("callerIpGeo")]
public virtual Geolocation CallerIpGeo { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MethodName
Declaration
[JsonProperty("methodName")]
public virtual string MethodName { get; set; }
Property Value
PrincipalEmail
Declaration
[JsonProperty("principalEmail")]
public virtual string PrincipalEmail { get; set; }
Property Value
PrincipalSubject
Declaration
[JsonProperty("principalSubject")]
public virtual string PrincipalSubject { get; set; }
Property Value
ServiceAccountDelegationInfo
Declaration
[JsonProperty("serviceAccountDelegationInfo")]
public virtual IList<ServiceAccountDelegationInfo> ServiceAccountDelegationInfo { get; set; }
Property Value
ServiceAccountKeyName
Declaration
[JsonProperty("serviceAccountKeyName")]
public virtual string ServiceAccountKeyName { get; set; }
Property Value
ServiceName
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
UserAgent
Declaration
[JsonProperty("userAgent")]
public virtual string UserAgent { get; set; }
Property Value
UserAgentFamily
Declaration
[JsonProperty("userAgentFamily")]
public virtual string UserAgentFamily { get; set; }
Property Value
UserName
Declaration
[JsonProperty("userName")]
public virtual string UserName { get; set; }
Property Value
Implements