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 documentation for the `AllowedDomainsSettings` class within the Google Cloud Identity-Aware Proxy v1 API, with the latest version being 2.7.0."],["The `AllowedDomainsSettings` class is used to configure allowed domains for Identity-Aware Proxy, restricting application access to only the listed domains."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties like `Domains` (a list of trusted domains), `Enable` (to opt-in for the feature), and `HasEnable` (to check if the enable field is set)."],["There are various previous versions of this document ranging from 1.0.0 to 2.6.0 that are accessible."]]],[]]