A user referenced from a dashboard usage record (author or viewer).

Hierarchy

  • DashboardUsageUser

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
handle?: string

Datadog handle (login) of the user.

id?: string

The user ID.

isDisabled?: boolean

Whether the user account is disabled.

name?: string

Display name of the user.

Generated using TypeDoc