StreamingLocatorContentKey Class

Class for content key in Streaming Locator.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.media._serialization.Model
StreamingLocatorContentKey

Constructor

StreamingLocatorContentKey(*, id: str, label_reference_in_streaming_policy: str | None = None, value: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
id
str

ID of Content Key. Required.

label_reference_in_streaming_policy
str

Label of Content Key as specified in the Streaming Policy.

value
str

Value of Content Key.

Variables

Name Description
id
str

ID of Content Key. Required.

type

Encryption type of Content Key. Known values are: "CommonEncryptionCenc", "CommonEncryptionCbcs", and "EnvelopeEncryption".

label_reference_in_streaming_policy
str

Label of Content Key as specified in the Streaming Policy.

value
str

Value of Content Key.

policy_name
str

ContentKeyPolicy used by Content Key.

tracks

Tracks which use this Content Key.