Get Pending Violations

get

/iam/governance/selfservice/api/v1/policyviolations

Returns all the pending violations.

Request

Supported Media Types
Query Parameters
  • Attributes to be returned in the result. Comma-separated attributes are accepted. Sample value for attributes is "policyId,update,createById,updateById,id,policyId,targetUserId,name,action,policyDescription,status,severity,create,policyName,targetUserDisplayName,detectionCount". Nested entities cannot be filtered for example the "targetRole, remediatorRole" etc cannot be the attributes which can be returned.
Back to Top

Response

Supported Media Types

200 Response

Successful
Headers
Body ()
Root Schema : PolicyViolationsGET
Type: object
Show Source
Nested Schema : policyviolations
Type: array
Show Source
Nested Schema : PolicyViolationSingleGET
Type: object
Show Source
Nested Schema : fields
Type: array
Show Source
Nested Schema : IDAUserInfo
Type: object
Show Source
Nested Schema : Fields
Type: object
Show Source
Nested Schema : LinkDataInstances
Type: object
Show Source

401 Response

Unauthorized

404 Response

Resource not found

500 Response

Internal Server Error

Default Response

Unexpected error
Back to Top