ClassicAdministrator Class
Classic Administrators.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelClassicAdministrator
Constructor
ClassicAdministrator(*, id: str | None = None, name: str | None = None, type: str | None = None, email_address: str | None = None, role: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The ID of the administrator. |
name
|
The name of the administrator. |
type
|
The type of the administrator. |
email_address
|
The email address of the administrator. |
role
|
The role of the administrator. |
Variables
Name | Description |
---|---|
id
|
The ID of the administrator. |
name
|
The name of the administrator. |
type
|
The type of the administrator. |
email_address
|
The email address of the administrator. |
role
|
The role of the administrator. |
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