Secrets
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
false
created
Logical Ops to use to combine filters on list methods.
and
Possible values: 1
20
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.
true
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.
false
Update model for secrets.