Class: Google::Cloud::GkeMultiCloud::V1::AzureClusterUser Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureClusterUser
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Identities of a user-type subject for Azure clusters.
Instance Attribute Summary collapse
-
#username ⇒ ::String
Required.
Instance Attribute Details
#username ⇒ ::String
Returns Required. The name of the user, e.g. [email protected].
519 520 521 522 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 519 class AzureClusterUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |