Management user metadata to be used to enable video playback.

Hierarchy

  • ManagementUser

Indexable

[k: string]: unknown

Properties

aud: string

Audience of the original token

email?: string

User email

environment_id: string

Environment ID

iat: number

Issued at (seconds since Unix epoch)

iss: string

Issuer of the original token

name: string

User name

permissions: {
    [name: string]: string[];
}

Type declaration

  • [name: string]: string[]
sub: string

Subject/user identifier

subject_type: SubjectType

Type of the subject/user

tenant_id: string

Tenant ID

Generated using TypeDoc