public sealed class IosKeyRestrictions : IMessage<IosKeyRestrictions>, IEquatable<IosKeyRestrictions>, IDeepCloneable<IosKeyRestrictions>, IBufferMessage, IMessageReference documentation and code samples for the API Keys v2 API class IosKeyRestrictions.
The iOS apps that are allowed to use the key.
Implements
IMessage<IosKeyRestrictions>, IEquatable<IosKeyRestrictions>, IDeepCloneable<IosKeyRestrictions>, IBufferMessage, IMessageNamespace
Google.Cloud.ApiKeys.V2Assembly
Google.Cloud.ApiKeys.V2.dll
Constructors
IosKeyRestrictions()
public IosKeyRestrictions()IosKeyRestrictions(IosKeyRestrictions)
public IosKeyRestrictions(IosKeyRestrictions other)| Parameter | |
|---|---|
| Name | Description |
other |
IosKeyRestrictions |
Properties
AllowedBundleIds
public RepeatedField<string> AllowedBundleIds { get; }A list of bundle IDs that are allowed when making API calls with this key.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|