SecretSchemaAttributeType

The type of an attribute in a struct@SecretSchema.

Attributes are stored as strings in the Secret Service, and the attribute types simply define standard ways to store integer and boolean values as strings.

Values

ValueMeaning
String0

a utf-8 string attribute

Integer1

an integer attribute, stored as a decimal

Boolean2

a boolean attribute, stored as 'true' or 'false'