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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python