Attributes of the edited user.

Hierarchy

  • UserUpdateAttributes

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

When set to true, the user is deactivated and can no longer log in. When false, the user is active.

email?: string

The email address of the user, used for login and notifications. Must be a valid email format.

name?: string

The full display name of the user as shown in the Datadog UI. Maximum 55 characters, cannot contain < or >.

title?: string

The job title of the user (for example, "Senior Engineer" or "Product Manager").

Generated using TypeDoc