v1
latestOpenAPI 3.1.12026-07-242899061.7 MBDisplay Name
This resource returns a mapping of security_criteria labels and their current display names in the RiskRecon portal.
This resource returns a mapping of security_criteria labels and their current display names in the RiskRecon portal. It also includes if the security_criteria is currently rated and if it is deprecated.
get/v1/display_names/security_criteria
Query parameters
risk_dimensions[]string[]
This parameter filters results by array of RiskDimensions. Defaults to cyber. privacy is a new option for customers with privacy licenses. ?risk_dimensions[]=privacy&risk_dimensions[]=cyber
[ "cyber" ]
Response
OK
Example response
[
{
"name": "patching_openssl",
"display_name": "OpenSSL Patching",
"rated": true
}
]