StreamingLocatorContentKey

data class StreamingLocatorContentKey(val contentKeyId: String? = null, val labelReferenceInStreamingPolicy: String? = null, val policyName: String? = null, val type: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(contentKeyId: String? = null, labelReferenceInStreamingPolicy: String? = null, policyName: String? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentKeyId: String? = null

ID of Content Key. Changing this forces a new Streaming Locator to be created.

Link copied to clipboard

Label of Content Key as specified in the Streaming Policy. Changing this forces a new Streaming Locator to be created.

Link copied to clipboard
val policyName: String? = null

Content Key Policy used by Content Key. Changing this forces a new Streaming Locator to be created.

Link copied to clipboard
val type: String? = null

Encryption type of Content Key. Supported values are CommonEncryptionCbcs, CommonEncryptionCenc or EnvelopeEncryption. Changing this forces a new Streaming Locator to be created.

Link copied to clipboard
val value: String? = null

Value of Content Key. Changing this forces a new Streaming Locator to be created.