Update to python SDK docs: 14650531569

This commit is contained in:
developer-relations-sp
2025-04-24 19:58:46 +00:00
parent deedbbd4ab
commit 7426a043d2
18 changed files with 23 additions and 19 deletions

View File

@@ -63,6 +63,7 @@ Create Access Profile
Create an access profile.
A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile's source.
The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
>**Note:** To use this endpoint, you need all the listed scopes.
[API Spec](https://developer.sailpoint.com/docs/api/v3/create-access-profile)
@@ -460,7 +461,7 @@ with ApiClient(configuration) as api_client:
## list-access-profiles
List Access Profiles
Get a list of access profiles.
Get a list of access profiles.
>**Note:** When you filter for access profiles that have the '+' symbol in their names, the response is blank.
[API Spec](https://developer.sailpoint.com/docs/api/v3/list-access-profiles)