API Keys v2 API - Class ServerKeyRestrictions (1.0.0)

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

Reference documentation and code samples for the API Keys v2 API class ServerKeyRestrictions.

The IP addresses of callers that are allowed to use the key.

Inheritance

Object > ServerKeyRestrictions

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

ServerKeyRestrictions()

public ServerKeyRestrictions()

ServerKeyRestrictions(ServerKeyRestrictions)

public ServerKeyRestrictions(ServerKeyRestrictions other)
Parameter
NameDescription
otherServerKeyRestrictions

Properties

AllowedIps

public RepeatedField<string> AllowedIps { get; }

A list of the caller IP addresses that are allowed to make API calls with this key.

Property Value
TypeDescription
RepeatedField<String>