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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation provides details for the `IosKeyRestrictions` class within the Google.Cloud.ApiKeys.V2 API, specifically outlining its use for restricting API key usage to specified iOS apps."],["The `IosKeyRestrictions` class is part of the latest version 1.4.0 of the API Keys v2 API, but also exists in previous versions going back to version 1.0.0."],["The class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, ensuring compatibility and functionality with Google Protobuf."],["The primary property of `IosKeyRestrictions` is `AllowedBundleIds`, which is a `RepeatedField` of strings that defines the list of allowed bundle IDs for API key usage."],["Two constructors are available, a default constructor and one that accepts another IosKeyRestrictions instance."]]],[]]