-
Notifications
You must be signed in to change notification settings - Fork 246
/
azure.mgmt.media.models.ClearKeyEncryptionConfiguration.yml
48 lines (38 loc) · 1.6 KB
/
azure.mgmt.media.models.ClearKeyEncryptionConfiguration.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
### YamlMime:PythonClass
uid: azure.mgmt.media.models.ClearKeyEncryptionConfiguration
name: ClearKeyEncryptionConfiguration
fullName: azure.mgmt.media.models.ClearKeyEncryptionConfiguration
module: azure.mgmt.media.models
inheritances:
- azure.mgmt.media._serialization.Model
summary: Class to specify ClearKey configuration of common encryption schemes in Streaming
Policy.
constructor:
syntax: 'ClearKeyEncryptionConfiguration(*, custom_keys_acquisition_url_template:
str | None = None, **kwargs)'
keywordOnlyParameters:
- name: custom_keys_acquisition_url_template
description: 'Template for the URL of the custom service
delivering content keys to end user players. Not required when using Azure Media
Services for
issuing licenses. The template supports replaceable tokens that the service
will update at
runtime with the value specific to the request. The currently supported token
value is
{AlternativeMediaId}, which is replaced with the value of
StreamingLocatorId.AlternativeMediaId.'
types:
- <xref:str>
variables:
- description: 'Template for the URL of the custom service
delivering content keys to end user players. Not required when using Azure Media
Services for
issuing licenses. The template supports replaceable tokens that the service will
update at
runtime with the value specific to the request. The currently supported token
value is
{AlternativeMediaId}, which is replaced with the value of
StreamingLocatorId.AlternativeMediaId.'
name: custom_keys_acquisition_url_template
types:
- <xref:str>