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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python