DelegationCreate.ResourceType
The type of resource you’re delegating.
Declaration
string DelegationCreate.ResourceTypePossible Values
CONTENT_PROVIDERA content provider resource associated with the ad account. Its
resourceIdis the Content Provider ID (CPID).BUSINESS_BRANDA Brand resource delegated from an organization. Its
resourceIdis the Brand ID.
Discussion
Choosing CONTENT_PROVIDER or BUSINESS_BRAND here fixes which kind of identifier resourceId must supply.
Example
{
"resourceId": "555666777",
"resourceType": "CONTENT_PROVIDER"
}