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