IdpConfig
Stay organized with collections
Save and categorize content based on your preferences.
Identity Provider Config.
Fields |
idpType |
enum (IdpType )
Identity provider type configured.
|
externalIdpConfig |
object (ExternalIdpConfig )
External Identity provider config.
|
IdpType
Enums |
IDP_TYPE_UNSPECIFIED |
Default value. ACL search not enabled. |
GSUITE |
Google 1P provider. |
THIRD_PARTY |
Third party provider. |
ExternalIdpConfig
JSON representation |
{
"workforcePoolName": string
} |
Fields |
workforcePoolName |
string
Workforce pool name. Example: "locations/global/workforcePools/pool_id"
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["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-03 UTC."],[[["This document details the configuration for Identity Providers (IdPs), including their types and settings."],["The `idpType` field specifies the type of identity provider, with options like `IDP_TYPE_UNSPECIFIED`, `GSUITE`, and `THIRD_PARTY`."],["The `externalIdpConfig` field is used for configuring third-party identity providers."],["`externalIdpConfig` uses `workforcePoolName`, which is a string field that indicates the workforce pool, using a specific format."]]],[]]