DefaultKey Class
Class to specify properties of default content key for each encryption scheme.
- Inheritance
-
azure.mgmt.media._serialization.ModelDefaultKey
Constructor
DefaultKey(*, label: str | None = None, policy_name: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
label
|
Label can be used to specify Content Key when creating a Streaming Locator. |
policy_name
|
Policy used by Default Key. |
Variables
Name | Description |
---|---|
label
|
Label can be used to specify Content Key when creating a Streaming Locator. |
policy_name
|
Policy used by Default Key. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python