Class GoogleCloudSecuritycenterV2MuteInfo
Inheritance
GoogleCloudSecuritycenterV2MuteInfo
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2MuteInfo : IDirectResponseSchema
Properties
DynamicMuteRecords
Declaration
[JsonProperty("dynamicMuteRecords")]
public virtual IList<GoogleCloudSecuritycenterV2DynamicMuteRecord> DynamicMuteRecords { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
StaticMute
Declaration
[JsonProperty("staticMute")]
public virtual GoogleCloudSecuritycenterV2StaticMute StaticMute { get; set; }
Property Value
Implements