Skip to main content
Properties for binary secrets are specified in the properties object when creating or updating a secret. Binary secrets store base64-encoded binary data such as files, certificates, or other binary content.

Properties

name
string
required
The key name for the secret. This name is used to reference the secret in connections and other resources.
value
string
required
The secret value as a base64-encoded string. The binary data must be encoded to base64 before being sent in the request.