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 IDs for a Cloud Identity Platform (GCIP) instance for each application.
Implements
IMessageGcipSettings, IEquatableGcipSettings, IDeepCloneableGcipSettings, 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; }Optional. 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 |
RepeatedFieldstring |
|