Search Trusts
SearchTrusts searches trusts across all service principals with optional filters. Used by the admin providers page to list trusts referencing a provider.
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
The WorkloadFederationServiceSearchTrustsRequest message.
The pageSize field.
The pageToken field.
Optional: filter trusts by provider ID.
Optional: full-text search on trust display name and description.
Optional: filter trusts by service principal ID.