Get Vault Entry
Fetch a single Vault entry by name. Secret values are never returned; variable values are included for authorized readers.
Authorizations
Your SLNG consumer API key.
Path Parameters
Unique name of the Vault entry to fetch. Secret values are never included in the response.
Response
The requested Vault entry. Secret values are masked in the response.
List and detail view of a Vault entry. Secret values are never returned; variable values are returned to authorized readers in value (null for secrets).
Kind of this entry: secret values are never returned, variable values are readable by authorized callers.
secret, variable The stored value, returned only for variables to authorized readers. Always null for secrets, whose value is never returned.
Whether a value is stored. True even for secrets, whose value is withheld from responses.
Whether this entry is managed by SLNG rather than created directly by your organisation.