Get Access Graph
Detailed graph relationships for certification results
GET
/api/preview/awf/access_graph
Returns authorization graph relationships for a certification result, including intermediate role details and accumulated permissions.
Parameters
certification_id
string
ID of a workflow certification
Y
result_id
int
Certification result number to get access for
Y
snapshot_id
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