Cloud Identity-Aware Proxy v1 API - Class AllowedDomainsSettings (2.6.0)

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.

Inheritance

object > AllowedDomainsSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

AllowedDomainsSettings()

public AllowedDomainsSettings()

AllowedDomainsSettings(AllowedDomainsSettings)

public AllowedDomainsSettings(AllowedDomainsSettings other)
Parameter
NameDescription
otherAllowedDomainsSettings

Properties

Domains

public RepeatedField<string> Domains { get; }

List of trusted domains.

Property Value
TypeDescription
RepeatedFieldstring

Enable

public bool Enable { get; set; }

Configuration for customers to opt in for the feature.

Property Value
TypeDescription
bool

HasEnable

public bool HasEnable { get; }

Gets whether the "enable" field is set

Property Value
TypeDescription
bool