Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig
- 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) ⇒ GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig
Returns a new instance of GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig.
26599 26600 26601 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26599 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
26597 26598 26599 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26597 def workforce_pool_name @workforce_pool_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26604 26605 26606 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26604 def update!(**args) @workforce_pool_name = args[:workforce_pool_name] if args.key?(:workforce_pool_name) end |