pub const JSON_SCHEMA_CLASS_OAUTH2_RS: &str = r#"
{
"attrs": {
"class": [
"object",
"system",
"classtype"
],
"description": [
"The class representing a configured Oauth2 Resource Server"
],
"classname": [
"oauth2_resource_server"
],
"systemmay": [
"description",
"oauth2_rs_scope_map",
"oauth2_rs_sup_scope_map",
"oauth2_allow_insecure_client_disable_pkce",
"rs256_private_key_der",
"oauth2_jwt_legacy_crypto_enable",
"oauth2_prefer_short_username",
"oauth2_rs_origin_landing"
],
"systemmust": [
"oauth2_rs_name",
"displayname",
"oauth2_rs_origin",
"oauth2_rs_token_key",
"es256_private_key_der"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000085"
]
}
}
"#;