Class GcipSettings (1.19.0) Stay organized with collections Save and categorize content based on your preferences.
GcipSettings(mapping=None,*,ignore_unknown_fields=False,**kwargs)Allows customers to configure tenant IDs for a Cloud IdentityPlatform (GCIP) instance for each application.
Attributes | |
|---|---|
| Name | Description |
tenant_ids | MutableSequence[str]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_ 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. |
login_page_uri | google.protobuf.wrappers_pb2.StringValueLogin 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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-10 UTC.