Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_OAUTH2_RS_NAME
source · pub const JSON_SCHEMA_ATTR_OAUTH2_RS_NAME: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"The unique name of an external Oauth2 resource"
],
"index": [
"EQUALITY"
],
"unique": [
"true"
],
"multivalue": [
"false"
],
"attributename": [
"oauth2_rs_name"
],
"syntax": [
"UTF8STRING_INAME"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000080"
]
}
}"#;