Creates a secret group with secrets in it. A secret version for each of the created secret is created with version number as 1. The returned secret group does not have any secret values in the associatedSecrets field. 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.
Returns the created secret group without the associated secrets.
The response is of type object
.
Creates a secret group with secrets in it. A secret version for each of the created secret is created with version number as 1. The returned secret group does not have any secret values in the associatedSecrets field. 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.
Returns the created secret group without the associated secrets.
The response is of type object
.