Cloud Identity-Aware Proxy v1 API - Class GcipSettings (2.2.0)

public sealed class GcipSettings : IMessage<GcipSettings>, IEquatable<GcipSettings>, IDeepCloneable<GcipSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GcipSettings.

Allows customers to configure tenant_id for GCIP instance per-app.

Inheritance

Object > GcipSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

GcipSettings()

public GcipSettings()

GcipSettings(GcipSettings)

public GcipSettings(GcipSettings other)
Parameter
NameDescription
otherGcipSettings

Properties

LoginPageUri

public string LoginPageUri { get; set; }

Login page URI associated with the GCIP tenants. Typically, all resources within the same project share the same login page, though it could be overridden at the sub resource level.

Property Value
TypeDescription
String

TenantIds

public RepeatedField<string> TenantIds { get; }

GCIP tenant ids that are linked to the IAP resource. tenant_ids could be a string beginning with a number character to indicate authenticating with GCIP tenant flow, or in the format of _<ProjectNumber> to indicate authenticating with GCIP agent flow. If agent flow is used, tenant_ids should only contain one single element, while for tenant flow, tenant_ids can contain multiple elements.

Property Value
TypeDescription
RepeatedField<String>