UserSet Class

The detail of a user.

Inheritance
UserSet

Constructor

UserSet(*, user_type: Optional[Union[str, azure.mgmt.authorization.v2020_10_01_preview.models._authorization_management_client_enums.UserType]] = None, is_backup: Optional[bool] = None, id: Optional[str] = None, description: Optional[str] = None, **kwargs)

Parameters

user_type
str or UserType
Required

The type of user. Possible values include: "User", "Group".

is_backup
bool
Required

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

id
str
Required

The object id of the user.

description
str
Required

The description of the user.