Share via


UserIdentity Class

The definition of the user identity under which the task is run.

Constructor

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

Variables

Name Description
user_name
str

The name of the user identity under which the task is run.

auto_user

The auto user under which the task is run.

Attributes

auto_user

The auto user under which the task is run.

auto_user: _models.AutoUserSpecification | None

user_name

The name of the user identity under which the task is run.

user_name: str | None