Class: Google::Cloud::Dataproc::V1::IdentityConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

Identity related configuration, including service account based secure multi-tenancy user mappings.

Defined Under Namespace

Classes: UserServiceAccountMappingEntry

Instance Attribute Summary collapse

Instance Attribute Details

#user_service_account_mapping::Google::Protobuf::Map{::String => ::String}

Returns Required. Map of user to service account.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Required. Map of user to service account.



1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1010

class IdentityConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class UserServiceAccountMappingEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end