Show / Hide Table of Contents

Class DynamicMuteRecord

The record of a dynamic mute rule that matches the finding.

Inheritance
object
DynamicMuteRecord
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 DynamicMuteRecord : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MatchTime

object representation of MatchTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MatchTimeDateTimeOffset instead.")]
public virtual object MatchTime { get; set; }
Property Value
Type Description
object

MatchTimeDateTimeOffset

DateTimeOffset representation of MatchTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? MatchTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

MatchTimeRaw

When the dynamic mute rule first matched the finding.

Declaration
[JsonProperty("matchTime")]
public virtual string MatchTimeRaw { get; set; }
Property Value
Type Description
string

MuteConfig

The relative resource name of the mute rule, represented by a mute config, that created this record, for example organizations/123/muteConfigs/mymuteconfig or organizations/123/locations/global/muteConfigs/mymuteconfig.

Declaration
[JsonProperty("muteConfig")]
public virtual string MuteConfig { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX