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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python