Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_RADIUS_SECRET
source · pub const JSON_SCHEMA_ATTR_RADIUS_SECRET: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"The accounts generated radius secret for device network authentication"
],
"index": [],
"unique": [
"false"
],
"multivalue": [
"false"
],
"sync_allowed": [
"true"
],
"attributename": [
"radius_secret"
],
"syntax": [
"SECRET_UTF8STRING"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000051"
]
}
}"#;