Principal Class
The name of the entity last modified it.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelPrincipal
Constructor
Principal(*, id: str | None = None, display_name: str | None = None, type: str | None = None, email: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The id of the principal made changes. |
display_name
|
The name of the principal made changes. |
type
|
Type of principal such as user , group etc. |
email
|
Email of principal. |
Variables
Name | Description |
---|---|
id
|
The id of the principal made changes. |
display_name
|
The name of the principal made changes. |
type
|
Type of principal such as user , group etc. |
email
|
Email of principal. |
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