Class GoogleCloudSecuritycenterV2IssueMute
Inheritance
GoogleCloudSecuritycenterV2IssueMute
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2IssueMute : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MuteInitiator
Declaration
[JsonProperty("muteInitiator")]
public virtual string MuteInitiator { get; set; }
Property Value
MuteReason
Declaration
[JsonProperty("muteReason")]
public virtual string MuteReason { get; set; }
Property Value
MuteState
Declaration
[JsonProperty("muteState")]
public virtual string MuteState { get; set; }
Property Value
MuteUpdateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MuteUpdateTimeDateTimeOffset instead.")]
public virtual object MuteUpdateTime { get; set; }
Property Value
MuteUpdateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? MuteUpdateTimeDateTimeOffset { get; set; }
Property Value
MuteUpdateTimeRaw
Declaration
[JsonProperty("muteUpdateTime")]
public virtual string MuteUpdateTimeRaw { get; set; }
Property Value
Implements