Class GoogleCloudSecuritycenterV2DynamicMuteRecord
Inheritance
GoogleCloudSecuritycenterV2DynamicMuteRecord
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2DynamicMuteRecord : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MatchTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MatchTimeDateTimeOffset instead.")]
public virtual object MatchTime { get; set; }
Property Value
MatchTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? MatchTimeDateTimeOffset { get; set; }
Property Value
MatchTimeRaw
Declaration
[JsonProperty("matchTime")]
public virtual string MatchTimeRaw { get; set; }
Property Value
MuteConfig
Declaration
[JsonProperty("muteConfig")]
public virtual string MuteConfig { get; set; }
Property Value
Implements