{
"operation-name" : "add",
"description" : "The add operation for the role mapper.",
"request-properties" : {
"left" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to a role mapper to be used on the left side of the operation.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.role-mapper",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"logical-operation" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The logical operation to be performed on the role mapper mappings.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"allowed" : [
"and",
"minus",
"or",
"xor"
],
"stability" : "default"
},
"right" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to a role mapper to be used on the right side of the operation.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.role-mapper",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}