StreamingEndpointAccessControlAkamaiSignatureHeaderAuthenticationKeyArgs

data class StreamingEndpointAccessControlAkamaiSignatureHeaderAuthenticationKeyArgs(val base64Key: Output<String>? = null, val expiration: Output<String>? = null, val identifier: Output<String>? = null) : ConvertibleToJava<StreamingEndpointAccessControlAkamaiSignatureHeaderAuthenticationKeyArgs>

Constructors

constructor(base64Key: Output<String>? = null, expiration: Output<String>? = null, identifier: Output<String>? = null)

Properties

Link copied to clipboard
val base64Key: Output<String>? = null

Authentication key.

Link copied to clipboard
val expiration: Output<String>? = null

The expiration time of the authentication key.

Link copied to clipboard
val identifier: Output<String>? = null

Identifier of the key.

Functions

Link copied to clipboard
open override fun toJava(): StreamingEndpointAccessControlAkamaiSignatureHeaderAuthenticationKeyArgs