Attributes of the assignee request.

Hierarchy

  • AssigneeRequestDataAttributes

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

Unique identifier of the Datadog user to assign the security findings to. If this field is not provided, the security findings are unassigned.

Generated using TypeDoc