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. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python