UserIdentity Class

Specify either the userName or autoUser property, but not both.

Inheritance
azure.mgmt.batch._serialization.Model
UserIdentity

Constructor

UserIdentity(*, user_name: str | None = None, auto_user: _models.AutoUserSpecification | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
user_name
str

The userName and autoUser properties are mutually exclusive; you must specify one but not both.

auto_user

The userName and autoUser properties are mutually exclusive; you must specify one but not both.

Variables

Name Description
user_name
str

The userName and autoUser properties are mutually exclusive; you must specify one but not both.

auto_user

The userName and autoUser properties are mutually exclusive; you must specify one but not both.