Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_DYNGROUP_FILTER
source · pub const JSON_SCHEMA_ATTR_DYNGROUP_FILTER: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"A filter describing the set of entries to add to a dynamic group"
],
"unique": [
"false"
],
"multivalue": [
"false"
],
"attributename": [
"dyngroup_filter"
],
"syntax": [
"JSON_FILTER"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000108"
]
}
}"#;