-
Run: `python3 test_CertificationCampaigns.py`
```
from typing import List
import sailpoint.v3
import sailpoint.beta
import json
from sailpoint.configuration import Configuration
from pydant…
-
Ran into an issue with the Accounts API. If I list accounts with a search value it works fine. When I request "all" via `Paginator` I get an error, see below.
```
Paginating call, offset = 0
Pa…
-
Given a service name, list all the resources by type in that service.
I know you can do something like aws_$NAME_*, but $NAME often does not match the service name, and I don't see a way to look that…
-
1. Set up an additional SailPoint instance
2. Integrate with our SailPoint instance with a custom connector
-
Greetings, first and foremost, great job @darrenjrobinson on putting this together. Sailpoint is a great IDM tool but it's not "code-commando" friendly, even with API capabilities.
I came across t…
-
Moved from https://github.com/osiam/resource-server/issues/47
@thomasdarimont wrote:
> The section about Service Provider Configuration Endpoints of the [SCIM Specification](https://tools.ietf.org/…
-
At the 2023-12-14 TWG meeting, the discussion suggested that, during testing of the 5.1.0 schema, any CVE Record that validated even though the record format was not "intended" would be considered a "…
-
Thoughts on supporting pause and resume of tracks across listening sessions? I'd love to be able to use this to play audiobooks and resume where I left off in the previous listening session.
-
https://github.com/sailpoint-oss/api-specs/blob/f2e96365941414147dba112c044717e2775a7d8f/idn/v3/schemas/access/Role.yaml#L89
Above is the YAML definition. I am unable to use the python SDK V3 (or B…
-