DecryptConfig – Channels API – MediaKind

DecryptConfig

{
  "type": "object",
  "properties": {
    "type": {
      "type": "enum",
      "$ref": "https://docs.mediakind.com/api-reference/channels-api/schemas/decrypttype",
      "description": "Optional. Defaults to None",
      "allowedValues": ["Unsynced", "None", "BISS", "BISSCADVBCI"]
    },
    "bissMode": {
      "type": "object",
      "optional": true,
      "variants": [
        { "type": "enum", "value": null },
        { "type": "null" }
      ]
    },
    "bissKey": {
      "type": "object",
      "optional": true,
      "variants": [
        { "type": "string", "value": null },
        { "type": "null" }
      ]
    },
    "bissInjectedKeyId": {
      "type": "object",
      "optional": true,
      "variants": [
        { "type": "string", "value": null },
        { "type": "null" }
      ]
    },
    "bissCAKeyId": {
      "type": "object",
      "optional": true,
      "variants": [
        { "type": "string", "value": null },
        { "type": "null" }
      ]
    },
    "camSlot": {
      "type": "object",
      "optional": true,
      "variants": [
        { "type": "integer", "value": null },
        { "type": "null" }
      ]
    },
    "camPort": {
      "type": "object",
      "optional": true,
      "variants": [
        { "type": "integer", "value": null },
        { "type": "null" }
      ]
    }
  }
}