Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Third party IDP Config.
Instance Attribute Summary collapse
-
#workforce_pool_name ⇒ String
Workforce pool name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig
Returns a new instance of GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig.
12282 12283 12284 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12282 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
12280 12281 12282 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12280 def workforce_pool_name @workforce_pool_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12287 12288 12289 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12287 def update!(**args) @workforce_pool_name = args[:workforce_pool_name] if args.key?(:workforce_pool_name) end |