API Keys v2 API - Class IosKeyRestrictions (1.0.0)

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

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

The iOS apps that are allowed to use the key.

Inheritance

Object > IosKeyRestrictions

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

IosKeyRestrictions()

public IosKeyRestrictions()

IosKeyRestrictions(IosKeyRestrictions)

public IosKeyRestrictions(IosKeyRestrictions other)
Parameter
NameDescription
otherIosKeyRestrictions

Properties

AllowedBundleIds

public RepeatedField<string> AllowedBundleIds { get; }

A list of bundle IDs that are allowed when making API calls with this key.

Property Value
TypeDescription
RepeatedField<String>