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