- List the sub-access items for an access item
- okta.governance.securityAccessReviews.admin.read
- SUPER_ADMIN
- okta.governance.securityAccessReviews.admin.read
Lists the sub-access items for an access item from a security access review.
A sub-access item refers to the access of a resource that is a part of a top-level resource in an access item. For example, an access item can describe the access of app, and the sub-access items can describe the access of groups, entitlement values, or entitlement bundles that belong to the app.
A filter expression that filters sub-access items.
Note: Query parameter percent encoding is required. See Percent-encoding.
A field by which results can be sorted. For now, sorting by a single field is supported.
Note: Query parameter percent encoding is required. See Percent-encoding
Specifies the pagination cursor for the next page of results. Treat this as an opaque value obtained through the standard link headers. See pagination.
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v2/security-access-reviews/{securityAccessReviewId}/accesses/{securityAccessReviewAccessId}/sub-accesses?filter=name%20co%20%22Git%22&orderBy=priority%20desc&after=00u68w6vzKLultXS97g6&limit=20'