The My Access Certification Reviews API enables end users to retrieve reviews and associated review resources that are assigned to them. The response is specifically for the authenticated user (the end user) making the request.
Lists all managed connections for the specified AI agent in the current user's assigned review
| after | string The pagination cursor that points to the last record of the previous request. Example: after=00u68w6vzKLultXS97g6 |
| limit | integer [ 1 .. 200 ] Default: 20 The maximum number of records returned in a response |
All connections the agent has established
When authentication fails
When authorization fails
When the requested resource wasn't found
When the rate limit has been exceeded
When there is a server fault due to an unexpected error
{- "data": [
- {
- "connectionType": "IDENTITY_ASSERTION_CUSTOM_AS",
- "id": "mcn4d5e6f7g8h9i0j1k2",
- "orn": "orn:okta:idp:00o1n8sbwArJ7OQRw406:connections:mcn4d5e6f7g8h9i0j1k2",
- "status": "ACTIVE",
- "authorizationServer": {
- "orn": "orn:okta:idp:00o5rb5mt2H3d1TJd0h7:authorization_servers:aus5rb5mt2H3d1TJd0h7",
- "name": "Custom Auth Server",
}
}, - {
- "connectionType": "STS_VAULT_SECRET",
- "id": "mcn2b3c4d5e6f7g8h9i0",
- "orn": "orn:okta:idp:00o1n8sbwArJ7OQRw406:connections:mcn2b3c4d5e6f7g8h9i0",
- "status": "ACTIVE",
- "secret": {
- "orn": "orn:okta:pam:00o1n8sbwArJ7OQRw406:resource_groups:1c2a1d99-9a20-4d83-b602-34c278ec5249:projects:20662d8c-2ece-4a89-97d8-c7b437fb5b23:secrets:d2642f68-df50-4ba8-a898-6c0f82f89d8a",
- "name": "AWS Access Key Secret"
}
}, - {
- "connectionType": "STS_SERVICE_ACCOUNT",
- "id": "mcn3c4d5e6f7g8h9i0j1",
- "orn": "orn:okta:idp:00o1n8sbwArJ7OQRw406:connections:mcn3c4d5e6f7g8h9i0j1",
- "status": "INACTIVE",
- "app": {
- "orn": "orn:okta:idp:00o1n8sbwArJ7OQRw406:apps:slack:0oa5rb5mt2H3d1TJd0h7",
- "name": "Slack Enterprise"
}, - "serviceAccount": {
- "orn": "orn:okta:pam:00o1n8sbwArJ7OQRw406:apps:slack:0oa5rb5mt2H3d1TJd0h7:service_accounts:4923897d-c665-488a-9480-a415b4080861",
- "name": "Slack Notification Bot"
}
}
], - "_links": {
}
}