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.
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; }
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 |