Get Secret Group by id. 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.
Secret Id of the secret group.
Returns the Secret Group associated with provided id
The response is of type object
.
Get Secret Group by id. 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.
Secret Id of the secret group.
Returns the Secret Group associated with provided id
The response is of type object
.