AppAccessGraph
Response for GetAppAccessGraph RPC.
Fields
| Field | Type | Description |
|---|---|---|
| counts | AppAccessCounts! | Aggregated app access counts for the principal. |
| edges | [AppAccessEdge!]! | Directed edges connecting slots in the app access graph. |
| nodes | [AppAccessNode!]! | Slot-keyed node list for the app access graph layout. Each AppAccessNodeId slot appears at most once; slots with no data are omitted. |
| userAppAccessData | UserAppAccessData | Underlying graph data for the principal's app access paths. |
Used By
Queries