RUM application attributes.

Hierarchy

  • RUMApplicationAttributes

Constructors

Properties

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

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
applicationId: string

ID of the RUM application.

clientToken: string

Client token of the RUM application.

createdAt: number

Timestamp in ms of the creation date.

createdByHandle: string

Handle of the creator user.

hash?: string

Hash of the RUM application. Optional.

isActive?: boolean

Indicates if the RUM application is active.

name: string

Name of the RUM application.

orgId: number

Org ID of the RUM application.

type: string

Type of the RUM application. Supported values are browser, ios, android, react-native, flutter, roku, electron, unity, kotlin-multiplatform.

updatedAt: number

Timestamp in ms of the last update date.

updatedByHandle: string

Handle of the updater user.

Generated using TypeDoc