List SAML Connections
Lists SAML connections in an organization.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
organizationId
The organization the SAML connections belong to.
pageToken
Pagination token. Leave empty to get the first page of results.
Response
OK
samlConnections
The list of SAML connections.
nextPageToken
Value to use as pageToken
for the next page of data. Empty if there is no more data.