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 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