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
str

Id of the principal.

Default value: None
display_name
str

Display name of the principal.

Default value: None
email
str

Email id of the principal.

Default value: None
type
str

Type of the principal.

Default value: None

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.