Update PowerShell SDK docs: 16269843913

This commit is contained in:
developer-relations-sp
2025-07-14 14:38:24 +00:00
parent 8732a4eda4
commit e415929308
10 changed files with 13 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ Method | HTTP request | Description
## list-requestable-objects
Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v3/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter.
This endpoint only lists roles and access profiles. For gathering requestable entitlements, the [Entitlements List API](https://developer.sailpoint.com/docs/api/v2025/list-entitlements) can be used with the segmented-for-identity parameter.
Any authenticated token can call this endpoint to see their requestable access items.
[API Spec](https://developer.sailpoint.com/docs/api/v3/list-requestable-objects)