Share via


LinuxUserConfiguration Class

Properties used to create a user account on a Linux node.

Constructor

LinuxUserConfiguration(*args: Any, **kwargs: Any)

Variables

Name Description
uid
int

The user ID of the user account.

gid
int

The group ID for the user account.

ssh_private_key
str

The SSH private key for the user account.

Attributes

gid

The group ID for the user account.

gid: int | None

ssh_private_key

The SSH private key for the user account.

ssh_private_key: str | None

uid

The user ID of the user account.

uid: int | None