UserAccountSettings Class

Settings for user account that gets created on each on the nodes of a cluster.

All required parameters must be populated in order to send to Azure.

Inheritance
UserAccountSettings

Constructor

UserAccountSettings(*, admin_user_name: str, admin_user_ssh_public_key: Optional[str] = None, admin_user_password: Optional[str] = None, **kwargs)

Parameters

admin_user_name
str
Required

Required. Name of the administrator user account which can be used to SSH to nodes.

admin_user_ssh_public_key
str
Required

SSH public key of the administrator user account.

admin_user_password
str
Required

Password of the administrator user account.