public sealed class Denied : IMessage<Denied>, IEquatable<Denied>, IDeepCloneable<Denied>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class Denied.
Denied IP rule.
Namespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Denied()
public Denied()Denied(Denied)
public Denied(Denied other)| Parameter | |
|---|---|
| Name | Description |
other |
Denied |
Properties
IpRules
public RepeatedField<IpRule> IpRules { get; }Optional. Optional list of denied IP rules.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIpRule |
|