Class DataFlowEvent
Inheritance
DataFlowEvent
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class DataFlowEvent : 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
PrincipalEmail
Declaration
[JsonProperty("principalEmail")]
public virtual string PrincipalEmail { get; set; }
Property Value
ViolatedLocation
Declaration
[JsonProperty("violatedLocation")]
public virtual string ViolatedLocation { get; set; }
Property Value
Implements