List the secret groups associated with a user along with the associated secrets for each group. Filtered with the options passed in the query fields. Note: This method does not return the secret values of the associatedSecrets in the response. A separate API call to /v1/secrets/{id}
should be made to fetch the associated secret value.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of items per page
1 <= x <= 1000
10
Number of items to skip
x >= 0
0
Fqn of secret group.
Search query - filters by secret group names that contain the search string
Returns all the secret groups associated with a user along with the associated secrets for each group.
The response is of type object
.