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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python