Class: Google::Apis::DataprocV1::IdentityConfig
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::IdentityConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataproc_v1/classes.rb,
lib/google/apis/dataproc_v1/representations.rb,
lib/google/apis/dataproc_v1/representations.rb
Overview
Identity related configuration, including service account based secure multi- tenancy user mappings.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ IdentityConfig
constructor
A new instance of IdentityConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IdentityConfig
Returns a new instance of IdentityConfig.
3466 3467 3468 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 3466 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_service_account_mapping ⇒ Hash<String,String>
Required. Map of user to service account.
Corresponds to the JSON property userServiceAccountMapping
3464 3465 3466 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 3464 def user_service_account_mapping @user_service_account_mapping end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3471 3472 3473 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 3471 def update!(**args) @user_service_account_mapping = args[:user_service_account_mapping] if args.key?(:user_service_account_mapping) end |