BillingRequestPropertiesReviewedBy interface
The principal of the request reviewer. Will only be set if request is approved.
- Extends
Inherited Properties
object |
The object id of the principal who has interacted with a billing entity. |
tenant |
The tenant 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. |
Inherited Property Details
objectId
The object id of the principal who has interacted with a billing entity.
objectId?: string
Property Value
string
Inherited From Principal.objectId
tenantId
The tenant id of the principal who has interacted with a billing entity.
tenantId?: string
Property Value
string
Inherited From Principal.tenantId
upn
The user principal name of the principal who has interacted with a billing entity.
upn?: string
Property Value
string
Inherited From Principal.upn