Secret Groups
List Secret Groups
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.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of items per page
Required range:
1 <= x <= 1000
Example:
10
Number of items to skip
Required range:
x >= 0
Example:
0
Secret Group Id of secret group.
Fqn of secret group.
Attributes to return for secret object provided as comma separated values (secretAttributes=id,fqn
)
Attributes returned for secret group object provided as comma separated values (secretGroupAttributes=id,fqn
)
Search query - filters by secret group names that contain the search string
Response
200 - application/json
Returns all the secret groups associated with a user along with the associated secrets for each group.
The response is of type object
.