AkamaiSignatureHeaderAuthenticationKey Class

Akamai Signature Header authentication key.

Inheritance
azure.mgmt.media._serialization.Model
AkamaiSignatureHeaderAuthenticationKey

Constructor

AkamaiSignatureHeaderAuthenticationKey(*, identifier: str | None = None, base64_key: str | None = None, expiration: datetime | None = None, **kwargs)

Keyword-Only Parameters

Name Description
identifier
str

identifier of the key.

base64_key
str

authentication key.

expiration

The expiration time of the authentication key.

Variables

Name Description
identifier
str

identifier of the key.

base64_key
str

authentication key.

expiration

The expiration time of the authentication key.