Class AkamaiNetStorageOutput

Export

AkamaiNetStorageOutput

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

Deprecation notice: This property does not have any effect and will not be returned by GET endpoints

Memberof

Output

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

host?: string

Host to use for Akamai NetStorage transfers (required)

Memberof

AkamaiNetStorageOutput

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

password?: string

Your Akamai NetStorage password (required)

Memberof

AkamaiNetStorageOutput

type: OutputType = OutputType.AKAMAI_NETSTORAGE

Discriminator property for Output

Memberof

AkamaiNetStorageOutput

username?: string

Your Akamai NetStorage Username (required)

Memberof

AkamaiNetStorageOutput

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'