Google Anthos Multi Cloud V1 Client - Class AzureClusterUser (0.1.4)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AzureClusterUser.

Identities of a user-type subject for Azure clusters.

Generated from protobuf message google.cloud.gkemulticloud.v1.AzureClusterUser

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ username string

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

getUsername

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

Generated from protobuf field string username = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setUsername

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

Generated from protobuf field string username = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this