Job Config Encryption
data class JobConfigEncryption(val aes128: JobConfigEncryptionAes128? = null, val drmSystems: JobConfigEncryptionDrmSystems? = null, val id: String, val mpegCenc: JobConfigEncryptionMpegCenc? = null, val sampleAes: JobConfigEncryptionSampleAes? = null, val secretManagerKeySource: JobConfigEncryptionSecretManagerKeySource? = null)
Constructors
Link copied to clipboard
constructor(aes128: JobConfigEncryptionAes128? = null, drmSystems: JobConfigEncryptionDrmSystems? = null, id: String, mpegCenc: JobConfigEncryptionMpegCenc? = null, sampleAes: JobConfigEncryptionSampleAes? = null, secretManagerKeySource: JobConfigEncryptionSecretManagerKeySource? = null)
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
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.