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

samlDomain?: string

The Saml Domain of this Account

Memberof

AccountInformation

tosAccepted?: boolean

Whether the user has accepted the Terms of Service. Users created via SAML SSO start as false because the SAML flow bypasses the registration form that normally captures TOS acceptance; all other signup paths default to true. Acceptance is one-way: sending true accepts the TOS, sending false is ignored.

Memberof

AccountInformation

verified?: boolean

Memberof

AccountInformation