Class AgentDataAccessEvent
Inheritance
AgentDataAccessEvent
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class AgentDataAccessEvent : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EventId
Declaration
[JsonProperty("eventId")]
public virtual string EventId { get; set; }
Property Value
EventTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }
Property Value
EventTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }
Property Value
EventTimeRaw
Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
Operation
Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
PrincipalSubject
Declaration
[JsonProperty("principalSubject")]
public virtual string PrincipalSubject { get; set; }
Property Value
Implements