Compartilhar via


ExpandedPropertiesPrincipal Class

Details of the principal.

Inheritance
azure.mgmt.authorization._serialization.Model
ExpandedPropertiesPrincipal

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
str

Id of the principal.

display_name
str

Display name of the principal.

email
str

Email id of the principal.

type
str

Type of the principal.

Variables

Name Description
id
str

Id of the principal.

display_name
str

Display name of the principal.

email
str

Email id of the principal.

type
str

Type of the principal.