Presentation
GET {{cb_url}}/policyservice/v1/orgs/{{cb_org_key}}/policies/{{cb_policy_id}}/configs/presentation
List all the supported rule configs and their parameters and presentation.
RBAC PERMISSIONS REQUIRED
Permission (.notation name) | Operation(s) |
---|---|
org.policies | READ |
RESPONSES
status: OK
"{\n \"configs\": [\n {\n \"id\": \"ac67fa14-f6be-4df9-93f2-6de0dbd96061\",\n \"name\": \"Credential Theft\",\n \"description\": \"Addresses threat actors obtaining credentials and relies on detecting the malicious use of TTPs/behaviors that indicate such activity.\",\n \"presentation\": {\n \"name\": \"cred_theft.name\",\n \"category\": \"core-prevention\",\n \"description\": [\n \"cred_theft.description\"\n ],\n \"platforms\": [\n {\n \"platform\": \"WINDOWS\",\n \"header\": \"cred_theft.windows.heading\",\n \"subHeader\": [\n \"cred_theft.windows.sub_heading\"\n ],\n \"actions\": [\n {\n \"component\": \"assignment-mode-selector\",\n \"parameter\": \"WindowsAssignmentMode\"\n }\n ]\n }\n ]\n },\n \"parameters\": [\n {\n \"default\": \"BLOCK\",\n \"name\": \"WindowsAssignmentMode\",\n \"description\": \"Used to change assignment mode to PREVENT or BLOCK\",\n \"recommended\": \"BLOCK\",\n \"validations\": [\n {\n \"type\": \"enum\",\n \"values\": [\n \"REPORT\",\n \"BLOCK\"\n ]\n }\n ]\n }\n ]\n }\n ... Truncated ...\n ]\n}"