Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_DISPLAYNAME
source · pub const JSON_SCHEMA_ATTR_DISPLAYNAME: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"The publicly visible display name of this person"
],
"index": [
"EQUALITY"
],
"unique": [
"false"
],
"multivalue": [
"false"
],
"sync_allowed": [
"true"
],
"attributename": [
"displayname"
],
"syntax": [
"UTF8STRING"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000040"
]
}
}"#;