Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Third party IDP Config.
Instance Attribute Summary collapse
-
#workforce_pool_name ⇒ String
Workforce pool name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig
Returns a new instance of GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig.
4624 4625 4626 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4624 def initialize(**args) update!(**args) end |
Instance Attribute Details
#workforce_pool_name ⇒ String
Workforce pool name. Example: "locations/global/workforcePools/pool_id"
Corresponds to the JSON property workforcePoolName
4622 4623 4624 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4622 def workforce_pool_name @workforce_pool_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4629 4630 4631 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4629 def update!(**args) @workforce_pool_name = args[:workforce_pool_name] if args.key?(:workforce_pool_name) end |