BillingRequestPropertiesCreatedBy Class
The principal of the entity who created the request.
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
|
The tenant id of the principal who has interacted with a billing entity. Default value: None
|
object_id
|
The object id of the principal who has interacted with a billing entity. Default value: None
|
upn
|
The user principal name of the principal who has interacted with a billing entity. Default value: None
|