JobTemplateConfigEncryption

data class JobTemplateConfigEncryption(val aes128: JobTemplateConfigEncryptionAes128? = null, val drmSystems: JobTemplateConfigEncryptionDrmSystems? = null, val id: String, val mpegCenc: JobTemplateConfigEncryptionMpegCenc? = null, val sampleAes: JobTemplateConfigEncryptionSampleAes? = null, val secretManagerKeySource: JobTemplateConfigEncryptionSecretManagerKeySource? = null)

Constructors

Link copied to clipboard
constructor(aes128: JobTemplateConfigEncryptionAes128? = null, drmSystems: JobTemplateConfigEncryptionDrmSystems? = null, id: String, mpegCenc: JobTemplateConfigEncryptionMpegCenc? = null, sampleAes: JobTemplateConfigEncryptionSampleAes? = null, secretManagerKeySource: JobTemplateConfigEncryptionSecretManagerKeySource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for AES-128 encryption.

Link copied to clipboard

DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled. Structure is documented below.

Link copied to clipboard
val id: String

Identifier for this set of encryption options.

Link copied to clipboard

Configuration for MPEG Common Encryption (MPEG-CENC). Structure is documented below.

Link copied to clipboard

Configuration for SAMPLE-AES encryption.

Link copied to clipboard

Configuration for secrets stored in Google Secret Manager. Structure is documented below.