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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GcipSettings` class, part of the Google Cloud Identity-Aware Proxy v1 API, allows configuration of tenant IDs for Google Cloud Identity Platform (GCIP) instances on a per-application basis."],["Version 2.7.0 is the latest version of the `GcipSettings` API, while version 2.3.0 is the specific version being described on the page."],["The `GcipSettings` class provides two main properties: `LoginPageUri`, which defines the login page URI associated with GCIP tenants, and `TenantIds`, which holds the GCIP tenant IDs linked to the Identity-Aware Proxy resource."],["`GcipSettings` inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["This class allows for a GCIP tenant flow, as indicated by the ability to have multiple IDs, or an agent flow which limits it to only one single ID."]]],[]]