Skip to content

Class: metadata

This component type stores tokens which can be resolved Vault-wide. All Vaults include system-provided tokens for Vault id, name, and dns. In addition to these, you can configure up to ten (10) Vault Tokens. Vault Java SDK developers can reference Vault tokens in HTTP Callout or within the Spark message framework.

Learn more in the Vault Java SDK documentation.

AttributeMetadataDescription
labelType: String
Max length: 60
UI-friendly string in the Vault's base language.
activeType: BooleanIndicates whether the component is active.
clone_behaviorType: Enum
Required
Allowed values:
  • clear__sys
  • persist__sys
Indicates whether the value attribute is cleared when the Vault is cloned.
system_managedType: BooleanIndicates that records are managed by the system.
typeType: Enum
Required
Allowed values:
  • string__sys
  • boolean__sys
  • number__sys
  • date__sys
  • datetime__sys
  • list_string__sys
The data type of the token value.
valueType: String
Max length: 255
The value of the token when resolved.
OperationSupport
Create
Recreate
Alter
Drop
Rename
Describe
Generate Recreate
Queryable