Contents

AssetData

A reference to arbitrary data with a specific media type.

Declaration

object AssetData

Properties

NameTypeDescription
AuthenticationAssetDataAuthenticationObject

The server authentication details. If this key is absent, the default authentication type is MDM.

Reference RequiredAssetDataReferenceObject

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"
        }
    }
}

Topics

Objects

See Also

Assets