BillingRequestPropertiesReviewedBy Class

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

Inheritance
azure.mgmt.billing.models._models_py3.Principal
BillingRequestPropertiesReviewedBy

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.

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.

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.