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 latest version of the Cloud Identity-Aware Proxy v1 API, specifically for `GcipSettings`, is version 2.7.0, with several previous versions listed, including 2.2.0."],["`GcipSettings` is a class within the `Google.Cloud.Iap.V1` namespace that allows the configuration of `tenant_id` for GCIP instances on a per-app basis."],["The `GcipSettings` class includes properties such as `LoginPageUri`, which specifies the login page URI, and `TenantIds`, which contains a list of GCIP tenant identifiers."],["The `GcipSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `Object` class."],["There are two constructors available for creating instances of the `GcipSettings` class, one default constructor and one that takes another `GcipSettings` object as a parameter."]]],[]]