Secrets
Gets a list of secrets.
Args: secret_filter_model: Filter model used for pagination, sorting, filtering. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: List of secret objects.
falsecreatedLogical Ops to use to combine filters on list methods.
andPossible values: 120Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Gets a specific secret using its unique id.
Args: secret_id: ID of the secret to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: A specific secret object.
trueSuccessful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Updates the attribute on a specific secret using its unique id.
Args: secret_id: ID of the secret to get. secret_update: the model containing the attributes to update. patch_values: Whether to patch the secret values or replace them.
Returns: The updated secret object.
falseUpdate model for secrets.
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Deletes a specific secret using its unique id.
Args: secret_id: ID of the secret to delete.
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
No content
Last updated
Was this helpful?