Workspace Object
The workspace (“application”) JSON object is returned as a single object or an array of objects depending on the API endpoint. The object’s attributes are described below:
Attribute |
Type |
Description |
---|---|---|
id |
string |
A unique identifier for the workspace. |
name |
string |
User specified name of the workspace. |
description |
string |
User specified description of the workspace. |
app_scope_id |
string |
ID of the scope with which the workspace is associated. |
author |
string |
First and last name of the user who created the workspace. |
primary |
boolean |
Indicates if the workspace is primary for its scope. |
alternate_query_mode |
boolean |
Indicates if ‘dynamic mode’ is used for the workspace. In the dynamic mode, an automatic policy discovery run creates one or more candidate queries for each cluster. Default value is true. |
created_at |
integer |
Unix timestamp of when the workspace was created. |
latest_adm_version |
integer |
The latest adm (v*) version of the workspace. |
analysis_enabled |
boolean |
Indicates if analysis is enabled on the workspace. |
analyzed_version |
integer |
The analyzed p* version of the workspace. |
enforcement_enabled |
boolean |
Indicates if enforcement is enabled for the workspace. |
enforced_version |
integer |
The enforced p* version of the workspace. |