Class SecurityMonitoringSignalsBulkAssigneeUpdateAttributes

Attributes describing the new assignees for a bulk signal update.

Hierarchy

  • SecurityMonitoringSignalsBulkAssigneeUpdateAttributes

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

UUID of the user to assign to the signal. Use an empty string to unassign.

version?: number

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

Generated using TypeDoc