Class: Google::Cloud::GkeMultiCloud::V1::AzureClusterUser

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

Overview

Identities of a user-type subject for Azure clusters.

Instance Attribute Summary collapse

Instance Attribute Details

#username::String

Returns Required. The name of the user, e.g. my-gcp-id@gmail.com.

Returns:

  • (::String)

    Required. The name of the user, e.g. my-gcp-id@gmail.com.



507
508
509
510
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 507

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