IdentitySecurity
Gets a paginated list of identity security vulnerabilities.
GET
/
external-api
/
v1
/
identity-security
/
vulnerabilties
Authorizations
A subscription id which can be found on the account page
An api key linked to a subscription which can be found on the account page
Query Parameters
An optional asset name filter.
An optional IP address filter.
An optional risks filter.
Available options:
Low
, Medium
, High
, Critical
The zero based offset for pagination, defaults to 0.
Required range:
0 < x < 2147483647
The limit of results per call, between 1-1,000, defaults to 100.
Required range:
1 < x < 1000