INPUT_OBJECT

EncoderAssetInput

An encoder asset information.

link GraphQL Schema definition

  • input EncoderAssetInput {
  • # The URL to a tgz file that contains custom encoder assets.
  • encoderAssetsUrl: String
  • # The custom encoder asset package name.
  • encoderAssetsName: String
  • # The custom encoder asset package vendor.
  • encoderAssetsVendor: String
  • # The custom encoder asset package version.
  • encoderAssetsVersion: String
  • # The authorization header added to the HTTPS request when downloading a custom
  • # encoder asset package.
  • encoderAssetsAuthorization: String
  • # The AES-256 decryption key used to decrypt a custom encoder asset package.
  • encoderAssetsDecryptKey: String
  • }

link Require by