v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Display Name

This resource returns a mapping of security_domain labels and their current display names in the RiskRecon portal.

This resource returns a mapping of security_domain labels and their current display names in the RiskRecon portal. It also includes if the security_domain is currently rated and if it is deprecated.

get/v1/display_names/security_domain

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

namestring

The name or key used throughout RiskRecon APIs.

display_namestring

The display name seen on RiskRecon portal site.

ratedboolean

Is this domain or criteria rated?

deprecatedboolean

Is this domain or criteria deprecated?

Example response

[
  {
    "name": "patching_openssl",
    "display_name": "OpenSSL Patching",
    "rated": true
  }
]