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