BillingRequestPropertiesCreatedBy Class

The principal of the entity who created the request.

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

Constructor

BillingRequestPropertiesCreatedBy(*, 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.