Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_DOMAIN_NAME
source · pub const JSON_SCHEMA_ATTR_DOMAIN_NAME: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"The domain's DNS name for webauthn and SPN generation purposes."
],
"index": [
"EQUALITY",
"PRESENCE"
],
"unique": [
"true"
],
"multivalue": [
"false"
],
"attributename": [
"domain_name"
],
"syntax": [
"UTF8STRING_INAME"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000053"
]
}
}"#;