Class AccountInformation

Export

AccountInformation

Hierarchy (view full)

Constructors

Properties

apiKeys?: AccountApiKey[]

ApiKeys associated with the account (required)

Memberof

AccountInformation

company?: string

Company name of the tenant.

Memberof

AccountInformation

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

email?: string

Email address of the account. (required)

Memberof

AccountInformation

firstName?: string

First name of the tenant.

Memberof

AccountInformation

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

intercomIdVerification?: string

Memberof

AccountInformation

lastName?: string

Last name of the tenant.

Memberof

AccountInformation

marketplace?: Marketplace

Memberof

AccountInformation

mfaEnabled?: boolean

Memberof

AccountInformation

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

phone?: string

Phone number of the tenant.

Memberof

AccountInformation

verified?: boolean

Memberof

AccountInformation