Share via


BillingRequestPropertiesReviewedBy Class

The principal of the request reviewer. Will only be set if request is approved.

Constructor

BillingRequestPropertiesReviewedBy(*, tenant_id: str | None = None, object_id: str | None = None, upn: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tenant_id
str

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

Default value: None
object_id
str

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

Default value: None
upn
str

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

Default value: None

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.