public sealed class AllowedDomainsSettings : IMessage<AllowedDomainsSettings>, IEquatable<AllowedDomainsSettings>, IDeepCloneable<AllowedDomainsSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class AllowedDomainsSettings.
Configuration for IAP allowed domains. Lets you to restrict access to an app
and allow access to only the domains that you list.
[[["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."],[[["The `AllowedDomainsSettings` class in the Google Cloud IAP v1 API allows configuration for restricting app access to a list of specified domains."],["This class, part of version 2.2.0, provides properties to manage trusted domains and enable the domain restriction feature, as it inherits from `Object` and implements multiple interfaces."],["The latest version is 2.7.0, and it includes access to the reference documentation and code samples for various versions of the Google Cloud IAP v1 API."],["The class allows the addition of trusted domains through the `Domains` property, which is of type `RepeatedField\u003cstring\u003e`."],["There is an `Enable` property that is used for enabling the feature, that is of type `Boolean` and also has a corresponding `HasEnable` property to check if it has been set."]]],[]]