ExpandedPropertiesPrincipal Class
Details of the principal.
Constructor
ExpandedPropertiesPrincipal(*, id: str | None = None, display_name: str | None = None, email: str | None = None, type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Id of the principal. Default value: None
|
display_name
|
Display name of the principal. Default value: None
|
email
|
Email id of the principal. Default value: None
|
type
|
Type of the principal. Default value: None
|
Variables
Name | Description |
---|---|
id
|
Id of the principal. |
display_name
|
Display name of the principal. |
email
|
Email id of the principal. |
type
|
Type of the 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