List aggregated session resource access
Returns aggregated access records per session-resource pair. By default (rollup_children=true), includes access from descendant sessions. Set rollup_children=false to return only direct session access. At least one of user_id, session_id, or resource_id must be provided.
Path parameters
Zone ID
Query parameters
Filter by user ID
Filter by session ID
Filter by resource ID
Include resource access from descendant sessions. When true (default), aggregates access from the session and all its descendants. When false, returns only direct access for the session.
Cursor for forward pagination
Cursor for backward pagination
Maximum number of items to return
Response
Default Response
Changes
Changed in 3 of the 23 revisions of this API.19
- ○
the endpoint scheme security
OAuth2was added to the APIapi-security-added
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
iam_bearerAuthwas removed from the APIapi-security-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterafternew-optional-request-parameter
- ○
added the new optional
queryrequest parameterbeforenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterexpand[]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterrollup_childrennew-optional-request-parameter
- ○
added the required property
paginationto the response with the200statusresponse-required-property-added
- ○
- ●
deleted the
queryrequest parameterhas_initiatorrequest-parameter-removed
- ●