AuthorizeDownload
Public authenticated customer request for one exact asset revision.
Declaration
Section titled “Declaration”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">; }>;}>;