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.



900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 900

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