Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

Third party IDP Config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig

Returns a new instance of GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig.



7513
7514
7515
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7513

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#workforce_pool_nameString

Workforce pool name. Example: "locations/global/workforcePools/pool_id" Corresponds to the JSON property workforcePoolName

Returns:

  • (String)


7511
7512
7513
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7511

def workforce_pool_name
  @workforce_pool_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7518
7519
7520
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7518

def update!(**args)
  @workforce_pool_name = args[:workforce_pool_name] if args.key?(:workforce_pool_name)
end