Principal Class

A principal who has interacted with a billing entity.

Constructor

Principal(*args: Any, **kwargs: Any)

Variables

Name Description
tenant_id
str

The tenant id of the principal who has interacted with a billing entity.

object_id
str

The object id of the principal who has interacted with a billing entity.

upn
str

The user principal name of the principal who has interacted with a billing entity.

Attributes

object_id

The object id of the principal who has interacted with a billing entity.

object_id: str | None

tenant_id

The tenant id of the principal who has interacted with a billing entity.

tenant_id: str | None

upn

The user principal name of the principal who has interacted with a billing entity.

upn: str | None