Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2IssueMute

The mute information of the issue.

Inheritance
object
GoogleCloudSecuritycenterV2IssueMute
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX