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 documentation covers the `AllowedDomainsSettings` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API, specifically version 2.1.0 and its relation to other versions."],["The `AllowedDomainsSettings` class allows configuration for restricting application access to a defined list of trusted domains, enhancing security by controlling which domains can access the app."],["It inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties to manage trusted domains (`Domains`) and enable/disable this feature (`Enable`, `HasEnable`)."],["The latest version available is 2.7.0 and it has versions going as far back as 1.0.0."]]],[]]