SecurityWorkspaceResponse

The Security Workspace information stored for the given ID.

interface SecurityWorkspaceResponse {
    updatedAt: string;
    workspaceId: string;
}

Hierarchy

  • Record<string, unknown>
    • SecurityWorkspaceResponse

Properties

updatedAt: string

Latest date and time that the Security Workspace was updated in Jira.

2020-01-17T09:30:00.000Z
workspaceId: string

The Security Workspace ID

111-222-333