EnvelopeEncryptionArgs

data class EnvelopeEncryptionArgs(val clearTracks: Output<List<TrackSelectionArgs>>? = null, val contentKeys: Output<StreamingPolicyContentKeysArgs>? = null, val customKeyAcquisitionUrlTemplate: Output<String>? = null, val enabledProtocols: Output<EnabledProtocolsArgs>? = null) : ConvertibleToJava<EnvelopeEncryptionArgs>

Class for EnvelopeEncryption encryption scheme

Constructors

Link copied to clipboard
constructor(clearTracks: Output<List<TrackSelectionArgs>>? = null, contentKeys: Output<StreamingPolicyContentKeysArgs>? = null, customKeyAcquisitionUrlTemplate: Output<String>? = null, enabledProtocols: Output<EnabledProtocolsArgs>? = null)

Properties

Link copied to clipboard
val clearTracks: Output<List<TrackSelectionArgs>>? = null

Representing which tracks should not be encrypted

Link copied to clipboard

Representing default content key for each encryption scheme and separate content keys for specific tracks

Link copied to clipboard

Template for the URL of the custom service delivering keys to end user players. Not required when using Azure Media Services for issuing keys. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token values are {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId, and {ContentKeyId}, which is replaced with the value of identifier of the key being requested.

Link copied to clipboard

Representing supported protocols

Functions

Link copied to clipboard
open override fun toJava(): EnvelopeEncryptionArgs