Cloud Identity-Aware Proxy v1 API - Class GcipSettings (2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class GcipSettings : IMessage<GcipSettings>, IEquatable<GcipSettings>, IDeepCloneable<GcipSettings>, IBufferMessage, IMessageReference 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.
Implements
IMessage<GcipSettings>, IEquatable<GcipSettings>, IDeepCloneable<GcipSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
GcipSettings()
public GcipSettings()GcipSettings(GcipSettings)
public GcipSettings(GcipSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
GcipSettings |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedField<String> |
|