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."],[[["This document provides reference information for the `AllowedDomainsSettings` class within the Google Cloud Identity-Aware Proxy v1 API, specifically for version 2.5.0."],["The `AllowedDomainsSettings` class enables the configuration of trusted domains, allowing restriction of application access to only domains that are listed."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also inheriting from the base `object` class."],["Key properties of the `AllowedDomainsSettings` class include `Domains`, which is a list of trusted domain strings, and `Enable`, a boolean flag to turn the feature on or off, with a `HasEnable` property to check if the enable field is set."],["The document lists previous versions of the `AllowedDomainsSettings` class all the way back to 1.0.0 and the most current version of 2.7.0."]]],[]]