Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_NSUNIQUEID
source · pub const JSON_SCHEMA_ATTR_NSUNIQUEID: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"A unique id compatibility for 389-ds/dsee"
],
"index": [
"EQUALITY"
],
"unique": [
"true"
],
"multivalue": [
"false"
],
"sync_allowed": [
"true"
],
"attributename": [
"nsuniqueid"
],
"syntax": [
"NSUNIQUEID"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000067"
]
}
}"#;