---
title: DelegationCreate.ResourceType
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/delegationcreate/resourcetype-data.typealias
---

# DelegationCreate.ResourceType

The type of resource you’re delegating.

## Declaration

```data
string DelegationCreate.ResourceType
```

## Possible Values

CONTENT_PROVIDER: A content provider resource associated with the ad account. Its resourceId is the Content Provider ID (CPID). BUSINESS_BRAND: A Brand resource delegated from an organization. Its resourceId is the Brand ID.

## Discussion

Discussion Choosing CONTENT_PROVIDER or BUSINESS_BRAND here fixes which kind of identifier resourceId must supply. Example {   "resourceId": "555666777",   "resourceType": "CONTENT_PROVIDER" }
