Unique code used to identify the feature. Max 255 characters.
Example:
"seats"
Name of the feature. Max 255 characters.
Example:
"Number of seats"
Description of the feature. Max 600 characters.
Example:
"Number of users of the account"
Privileges associated with this feature. Can be empty.
Example:
[
{
"code": "max",
"name": "Maximum",
"value_type": "integer",
"config": {}
},
{
"code": "max_admins",
"name": "Max Admins",
"value_type": "integer",
"config": {}
},
{
"code": "root",
"name": "Allow root user",
"value_type": "boolean",
"config": {}
},
{
"code": "provider",
"name": "SSO Provider",
"value_type": "select",
"config": { "select_options": ["google", "okta"] }
}
]
Creation date of the feature.
Example:
"2025-07-17T12:34:35Z"