Create, edit, and disable users.

Hierarchy

  • User

Constructors

Properties

accessRole?: AccessRole

The access role of the user. Options are st (standard user), adm (admin user), or ro (read-only user).

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
disabled?: boolean

The new disabled status of the user.

email?: string

The new email of the user.

handle?: string

The user handle, must be a valid email.

icon?: string

Gravatar icon associated to the user.

name?: string

The name of the user.

verified?: boolean

Whether or not the user logged in Datadog at least once.

Generated using TypeDoc