StreamingPolicyEnvelopeEncryptionArgs

data class StreamingPolicyEnvelopeEncryptionArgs(val customKeysAcquisitionUrlTemplate: Output<String>? = null, val defaultContentKey: Output<StreamingPolicyEnvelopeEncryptionDefaultContentKeyArgs>? = null, val enabledProtocols: Output<StreamingPolicyEnvelopeEncryptionEnabledProtocolsArgs>? = null) : ConvertibleToJava<StreamingPolicyEnvelopeEncryptionArgs>

Constructors

Link copied to clipboard
constructor(customKeysAcquisitionUrlTemplate: Output<String>? = null, defaultContentKey: Output<StreamingPolicyEnvelopeEncryptionDefaultContentKeyArgs>? = null, enabledProtocols: Output<StreamingPolicyEnvelopeEncryptionEnabledProtocolsArgs>? = null)

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.

Functions

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