Constant kanidmd_lib::constants::schema::JSON_SCHEMA_CLASS_OAUTH2_RS_BASIC
source · pub const JSON_SCHEMA_CLASS_OAUTH2_RS_BASIC: &str = r#"
{
"attrs": {
"class": [
"object",
"system",
"classtype"
],
"description": [
"The class representing a configured Oauth2 Resource Server authenticated with http basic"
],
"classname": [
"oauth2_resource_server_basic"
],
"systemmay": [],
"systemmust": [
"oauth2_rs_basic_secret"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000086"
]
}
}
"#;