Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_PRIMARY_CREDENTIAL
source · pub const JSON_SCHEMA_ATTR_PRIMARY_CREDENTIAL: &str = r#"
{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"Primary credential material of the account for authentication interactively."
],
"index": [
"PRESENCE"
],
"unique": [
"false"
],
"multivalue": [
"false"
],
"sync_allowed": [
"true"
],
"attributename": [
"primary_credential"
],
"syntax": [
"CREDENTIAL"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000043"
]
}
}
"#;