Class GoogleCloudSecuritycenterV2DynamicMuteRecord
The record of a dynamic mute rule that matches the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2DynamicMuteRecord : 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 |