Principal Class
The name of the entity last modified it.
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. Default value: None
|
display_name
|
The name of the principal made changes. Default value: None
|
type
|
Type of principal such as user , group etc. Default value: None
|
email
|
Email of principal. Default value: None
|
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 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