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 in the Cloud Identity-Aware Proxy v1 API allows configuration of a `tenant_id` for a GCIP instance per application."],["The latest version of the API documentation is 2.7.0, with versions ranging back to 1.0.0 available for reference."],["`GcipSettings` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GcipSettings` class contains properties such as `LoginPageUri` for the login page URI and `TenantIds` for managing GCIP tenant identifiers."],["The `TenantIds` property supports authentication via a GCIP tenant flow (multiple elements) or GCIP agent flow (one element)."]]],[]]