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 access to an application based on a list of allowed domains."],["Version 2.7.0 is the latest available version, and this document covers version 2.6.0 of the `AllowedDomainsSettings` class."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities, including message handling, equality comparisons, deep cloning, and buffer message support."],["The `AllowedDomainsSettings` class has properties for managing a list of trusted domains (`Domains`) and enabling or disabling the feature (`Enable` and `HasEnable`)."],["Previous versions of this class also include versions from 2.5.0 all the way down to 1.0.0."]]],[]]