Compartilhar via


UserSet Class

The detail of a user.

Inheritance
azure.mgmt.authorization._serialization.Model
UserSet

Constructor

UserSet(*, user_type: str | _models.UserType | None = None, is_backup: bool | None = None, id: str | None = None, description: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
user_type

The type of user. Known values are: "User" and "Group".

is_backup

The value indicating whether the user is a backup fallback approver.

id
str

The object id of the user.

description
str

The description of the user.

Variables

Name Description
user_type

The type of user. Known values are: "User" and "Group".

is_backup

The value indicating whether the user is a backup fallback approver.

id
str

The object id of the user.

description
str

The description of the user.