Class: Google::Cloud::DiscoveryEngine::V1beta::IdpConfig::ExternalIdpConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#workforce_pool_name::String

Returns Workforce pool name. Example: "locations/global/workforcePools/pool_id".

Returns:

  • (::String)

    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