AssetData
A reference to arbitrary data with a specific media type.
Declaration
object AssetDataProperties
| Name | Type | Description |
|---|---|---|
Authentication | AssetDataAuthenticationObject | The server authentication details. |
Reference Required | AssetDataReferenceObject | The external reference. |
Discussion
Specify com.apple.asset.data as the declaration type.
Asset example
{
"Type": "com.apple.asset.data",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"Reference": {
"DataURL": "https://example.com/asset-data/data/test.txt",
"ContentType": "text/plain"
},
"Authentication": {
"Type": "MDM"
}
}
}