Attributes describing an assignee update operation over a security signal.

Hierarchy

  • SignalAssigneeUpdateRequest

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
assignee: string

The UUID of the user being assigned. Use empty string to return signal to unassigned.

version?: number

Version of the updated signal. If server side version is higher, update will be rejected.

Generated using TypeDoc