Skip to main content
GET
List Vault

Authorizations

Authorization
string
header
required

Your SLNG consumer API key.

Response

The organisation Vault entries, ordered by name, with secret values masked.

id
string<uuid>
required
organisation_id
string<uuid>
required
name
string
required
kind
enum<string>
required

Kind of this entry: secret values are never returned, variable values are readable by authorized callers.

Available options:
secret,
variable
revision
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
value
string | null

The stored value, returned only for variables to authorized readers. Always null for secrets, whose value is never returned.

has_value
boolean
default:true

Whether a value is stored. True even for secrets, whose value is withheld from responses.

is_managed
boolean
default:false

Whether this entry is managed by SLNG rather than created directly by your organisation.

created_by
string | null
last_rotated_by
string | null
last_rotated_at
string<date-time> | null