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 for configuring access restrictions based on a list of trusted domains."],["This class, part of version 2.3.0, provides properties to manage a list of trusted domains and to enable or disable the allowed domains feature."],["It is the base of the IAP allowed domains and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."],["The class offers constructors to create new instances, with or without pre-existing settings, and is included in the `Google.Cloud.Iap.V1.dll` assembly."],["The latest documentation available is from version 2.7.0, and you can navigate through previous versions down to 1.0.0."]]],[]]