wiz_projects
Details about Wiz security projects and folders
-
id
Primary key - Unique identifier for the row
-
connection_id
Foreign key - ID of the connection that imported this project
-
source_id
Foreign key - Identifier of the project in Wiz
-
name
string - Name of the project
-
description
string - Description of the project
-
business_unit
string - Business unit associated with the project
-
is_folder
boolean - Boolean indicating if this is a folder (container for projects)
-
nesting_level
number - The nesting level of the project in the hierarchy
-
archived
boolean - Boolean indicating if the project is archived
-
row_created_at
date - Timestamp of when the row was created in the local DB
-
row_updated_at
date - Timestamp of when the row was last updated in the local DB