StreamingPolicyContentKeys Class

Class to specify properties of all content keys in Streaming Policy.

Inheritance
azure.mgmt.media._serialization.Model
StreamingPolicyContentKeys

Constructor

StreamingPolicyContentKeys(*, default_key: _models.DefaultKey | None = None, key_to_track_mappings: List[_models.StreamingPolicyContentKey] | None = None, **kwargs)

Keyword-Only Parameters

Name Description
default_key

Default content key for an encryption scheme.

key_to_track_mappings

Representing tracks needs separate content key.

Variables

Name Description
default_key

Default content key for an encryption scheme.

key_to_track_mappings

Representing tracks needs separate content key.