UserSet Class
The detail of a user.
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". Default value: None
|
is_backup
|
The value indicating whether the user is a backup fallback approver. Default value: None
|
id
|
The object id of the user. Default value: None
|
description
|
The description of the user. Default value: None
|
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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python