Search
Search resource servers across the tenant, filtered by application, audience substring, signing algorithm, or disabled state, or fetch a specific set by ref. Returns one page at a time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
XAAResourceServerServiceSearchRequest searches resource servers with filters.
Optional filter by applications. Empty matches any application.
Optional filter by disabled state.
Page size (max 100).
Page token for pagination.
Optional text query matched against display_name and normalized_audience.
Optional: fetch a specific set of resource servers by ref (used by websocket notify to re-fetch individual rows).
Optional filter by signing algorithm. UNSPECIFIED means no filter.
XAA_SIGNING_ALGORITHM_UNSPECIFIED, XAA_SIGNING_ALGORITHM_EDDSA, XAA_SIGNING_ALGORITHM_RS256, XAA_SIGNING_ALGORITHM_ES256