SearchMySecrets returns secrets created by the current user. Automatically scoped to current user - no user_id filter parameter.
Documentation Index
Fetch the complete documentation index at: https://conductorone-ian-account-to-user-pipeline.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
SearchMySecrets request - for end users viewing their own secrets. Automatically scoped to current user.
The pageSize field.
The pageToken field.
Fuzzy search by display name
Filter by secret type (optional)
SECRET_TYPE_UNSPECIFIED, SECRET_TYPE_TEXT, SECRET_TYPE_FILE Filter by sharing mode (optional)
PAPER_VAULT_SHARING_MODE_UNSPECIFIED, PAPER_VAULT_SHARING_MODE_INTERNAL, PAPER_VAULT_SHARING_MODE_EXTERNAL Sort order
SEARCH_SORT_BY_UNSPECIFIED, SEARCH_SORT_BY_CREATED_DESC, SEARCH_SORT_BY_CREATED_ASC, SEARCH_SORT_BY_EXPIRES_ASC, SEARCH_SORT_BY_NAME_ASC Filter by status (optional)
SECRET_STATUS_UNSPECIFIED, SECRET_STATUS_ACTIVE, SECRET_STATUS_EXPIRED, SECRET_STATUS_BURNED, SECRET_STATUS_REVOKED, SECRET_STATUS_DATA_DELETED