Secret.SchemaAttributeType

The type of an attribute in a Secret.Schema. 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.

SchemaAttributeType.STRING

a utf-8 string attribute

SchemaAttributeType.INTEGER

an integer attribute, stored as a decimal

SchemaAttributeType.BOOLEAN

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