Constant kanidmd_lib::constants::schema::JSON_SCHEMA_CLASS_GROUP
source · pub const JSON_SCHEMA_CLASS_GROUP: &str = r#"
{
"attrs": {
"class": [
"object",
"system",
"classtype"
],
"description": [
"Object representation of a group"
],
"sync_allowed": [
"true"
],
"classname": [
"group"
],
"systemmay": [
"member",
"grant_ui_hint",
"description"
],
"systemmust": [
"name",
"spn"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000045"
]
}
}
"#;