Security Command Center v2 API - Class Allowed (1.2.0)

public sealed class Allowed : IMessage<Allowed>, IEquatable<Allowed>, IDeepCloneable<Allowed>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class Allowed.

Allowed IP rule.

Inheritance

object > Allowed

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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