StreamingPolicyEnvelopeEncryption

data class StreamingPolicyEnvelopeEncryption(val customKeysAcquisitionUrlTemplate: String? = null, val defaultContentKey: StreamingPolicyEnvelopeEncryptionDefaultContentKey? = null, val enabledProtocols: StreamingPolicyEnvelopeEncryptionEnabledProtocols? = null)

Constructors

Link copied to clipboard
constructor(customKeysAcquisitionUrlTemplate: String? = null, defaultContentKey: StreamingPolicyEnvelopeEncryptionDefaultContentKey? = null, enabledProtocols: StreamingPolicyEnvelopeEncryptionEnabledProtocols? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL template for the custom service that delivers content keys to the end user. This is not required when using Azure Media Services for issuing keys. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard

A default_content_key block as defined above. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard

A enabled_protocols block as defined above. Changing this forces a new Streaming Policy to be created.