Class: Google::Cloud::DiscoveryEngine::V1beta::IdpConfig::ExternalIdpConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::IdpConfig::ExternalIdpConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/common.rb
Overview
Third party IDP Config.
Instance Attribute Summary collapse
-
#workforce_pool_name ⇒ ::String
Workforce pool name.
Instance Attribute Details
#workforce_pool_name ⇒ ::String
Returns Workforce pool name. Example: "locations/global/workforcePools/pool_id".
176 177 178 179 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/common.rb', line 176 class ExternalIdpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |