Class GoogleCloudSecuritycenterV2IssueMute
The mute information of the issue.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2IssueMute : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MuteInitiator
The email address of the user who last changed the mute state of the issue.
Declaration
[JsonProperty("muteInitiator")]
public virtual string MuteInitiator { get; set; }
Property Value
Type | Description |
---|---|
string |
MuteReason
The user-provided reason for muting the issue.
Declaration
[JsonProperty("muteReason")]
public virtual string MuteReason { get; set; }
Property Value
Type | Description |
---|---|
string |
MuteState
Output only. The mute state of the issue.
Declaration
[JsonProperty("muteState")]
public virtual string MuteState { get; set; }
Property Value
Type | Description |
---|---|
string |
MuteUpdateTime
object representation of MuteUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MuteUpdateTimeDateTimeOffset instead.")]
public virtual object MuteUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
MuteUpdateTimeDateTimeOffset
DateTimeOffset representation of MuteUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? MuteUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
MuteUpdateTimeRaw
The time the issue was muted.
Declaration
[JsonProperty("muteUpdateTime")]
public virtual string MuteUpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |