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.
Implements
IMessageAllowedDomainsSettings, IEquatableAllowedDomainsSettings, IDeepCloneableAllowedDomainsSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
AllowedDomainsSettings()
public AllowedDomainsSettings()
AllowedDomainsSettings(AllowedDomainsSettings)
public AllowedDomainsSettings(AllowedDomainsSettings other)
Parameter | |
---|---|
Name | Description |
other |
AllowedDomainsSettings |
Properties
Domains
public RepeatedField<string> Domains { get; }
List of trusted domains.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Enable
public bool Enable { get; set; }
Configuration for customers to opt in for the feature.
Property Value | |
---|---|
Type | Description |
bool |
HasEnable
public bool HasEnable { get; }
Gets whether the "enable" field is set
Property Value | |
---|---|
Type | Description |
bool |