Class FindingCaseResponseDataAttributes

Attributes of the case.

Hierarchy

  • FindingCaseResponseDataAttributes

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
archivedAt?: Date

Timestamp of when the case was archived.

assignedTo?: RelationshipToUser

Relationship to user.

attributes?: {
    [key: string]: string[];
}

Type declaration

  • [key: string]: string[]
closedAt?: Date

Timestamp of when the case was closed.

createdAt?: Date

Timestamp of when the case was created.

creationSource?: string

Source of the case creation.

description?: string

Description of the case.

dueDate?: string

Due date of the case.

insights?: CaseInsightsItems[]

Insights of the case.

jiraIssue?: FindingJiraIssue

Jira issue associated with the case.

key?: string

Key of the case.

modifiedAt?: Date

Timestamp of when the case was last modified.

priority?: string

Priority of the case.

status?: string

Status of the case.

statusGroup?: string

Status group of the case.

statusName?: string

Status name of the case.

title?: string

Title of the case.

type?: string

Type of the case. For security cases, this is always "SECURITY".

Generated using TypeDoc