Class: Google::Cloud::GkeMultiCloud::V1::AttachedClusterUser

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

Overview

Identities of a user-type subject for Attached clusters.

Instance Attribute Summary collapse

Instance Attribute Details

#username::String

Returns Required. The name of the user, e.g. [email protected].

Returns:



214
215
216
217
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 214

class AttachedClusterUser
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end