Skip to main content
POST
Search

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

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

application/json

The CredentialInventoryPolicyServiceSearchRequest message.

pageSize
integer<int32>

The maximum number of results to return per page.

pageToken
string

A pagination token from a previous Search response.

query
string

Free-text search over the policy name. Empty matches all policies.

refs
Credential Inventory Policy Ref · object[] | null

Restrict results to these specific policies. Empty matches all policies.

Response

200 - application/json

Successful response

The CredentialInventoryPolicyServiceSearchResponse message.

list
Credential Inventory Policy · object[] | null

The page of matching policies.

nextPageToken
string

A token to fetch the next page, or empty if there are no more results.