Skip to main content

attribute types

Types are used in both the attributes and policies KVGroups. The valid type strings are:

  • INTEGER an integer type

  • STRING a string type

  • BOOLEAN a Boolean type

  • YYYYMMDDHHMMSS generalized time in the server’s local time zone

  • YYYYMMDDHHMMSSZ generalized time in the UTC time zone

  • YYYYMMDDHHMMSS.0Z generalized time in the UTC time zone with explicit fractional seconds of zero.

  • UNIXSECOND timestamp in seconds since the Unix epoch UNIXDAY timestamp in days since the Unix epoch

  • DAY time interval in days

  • HOUR time interval in hours

  • MINUTE time interval in minutes SECONDS time interval in seconds

  • FILETIME contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).

Note

Type strings are case insensitive; you can use string or STRING.