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