Parameter | Description |
---|---|
Created Date | Issue’s creation time (equals to, or later than). |
Datastore UID | Related Datastore UID. |
Limit | Limit the number of results. (1-100) |
Offset | Offset within total existing results. |
Return All Pages | Automatically fetch all resources, page by page. |
Severity | Issue’s Severity. |
Status | Issue Status. |
Updated Date | Issue’s last update time (equals to, or later than). |
{
"uid": "<string>",
"name": "<string>",
"severity": "<string>",
"createdDate": "2005-04-06T00:13:31.434Z",
"updatedDate": "2004-03-08T11:53:12.442Z",
"status": "<string>",
"riskStatus": "<string>",
"datastoreName": "<string>",
"datastoreUid": "<string>",
"provider": "<string>",
"infrastructure": "<string>",
"engine": "<string>",
"regions": [],
"risk": {
"policyUid": "<string>",
"riskType": "<string>",
"useCases": [
"<string>"
],
"frameworks": [
"<string>",
"<string>"
],
"description": "<string>"
},
"data": {
"recordsAtRisk": 108,
"objectsAtRisk": 4,
"dataClassesUids": [
"<string>",
"<string>"
]
},
"account": {
"name": "<string>",
"inPlatformIdentifier": "<string>"
},
"classificationGroups": [
"<string>",
"<string>"
],
"datastoreCloudProviderTags": [],
"datastoreUserTags": [],
"owner": "<string>",
"remediationAdvice": "<string>"
}
Was this page helpful?