Skip to content

AuthorizeDownload

Public authenticated customer request for one exact asset revision.

const AuthorizeDownload: Schema.Struct<{
externalCustomerId: Schema.brand<Schema.String, "ExternalCustomerId">;
asset: Schema.Struct<{
key: Schema.brand<Schema.String, "DownloadAssetKey">;
revision: Schema.brand<Schema.Int, "DefinitionRevision">;
}>;
}>;