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. |
object_id
|
The object id of the principal who has interacted with a billing entity. |
upn
|
The user principal name of the principal who has interacted with a billing entity. |
Variables
Name | Description |
---|---|
tenant_id
|
The tenant id of the principal who has interacted with a billing entity. |
object_id
|
The object id of the principal who has interacted with a billing entity. |
upn
|
The user principal name of the principal who has interacted with a billing entity. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python