UserSet Class
The detail of a user.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelUserSet
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
|
The object id of the user. |
description
|
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
|
The object id of the user. |
description
|
The description of the user. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python