AkamaiSignatureHeaderAuthenticationKey Class
Akamai Signature Header authentication key.
- Inheritance
-
azure.mgmt.media._serialization.ModelAkamaiSignatureHeaderAuthenticationKey
Constructor
AkamaiSignatureHeaderAuthenticationKey(*, identifier: str | None = None, base64_key: str | None = None, expiration: datetime | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
identifier
|
identifier of the key. |
base64_key
|
authentication key. |
expiration
|
The expiration time of the authentication key. |
Variables
Name | Description |
---|---|
identifier
|
identifier of the key. |
base64_key
|
authentication key. |
expiration
|
The expiration time of the authentication 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