Enumeration (GI Enum)

Secret-1SecretSchemaAttributeType

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

Index

Enumeration Members

Enumeration Members

BOOLEAN: number

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

INTEGER: number

an integer attribute, stored as a decimal

STRING: number

a utf-8 string attribute