Get Access Graph
Detailed graph relationships for certification results
Method | syntax |
---|---|
GET |
|
Returns authorization graph relationships for a certification result, including intermediate role details and accumulated permissions.
Parameters
Name | Type | Description | Req. |
---|---|---|---|
| string | ID of a workflow certification | Y |
| int | Certification result number to get access for | Y |
| string | Graph snapshot to get results from | N |
Omit snapshot_id
to get the most recent access graph. Specify the snapshot_id
of the original certification to show relationships at the time of certification.
Examples
Request
Response
The out_edges
of each node will contain the IDs of other directly connected nodes. For example, if "OktaUser" is connected to two "OktaGroup" nodes G1 and G2, the user's out-edges will be [{G1}, {G2}]
. The node id for each connected node will be included in the response, as well as the status of the relevant data sources, for example:
Last updated