{
"operation-name" : "add",
"description" : "Add operation for the permission mapper",
"request-properties" : {
"left" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the permission mapper to use to the left of the operation.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.security.permission-mapper",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"logical-operation" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The logical operation to use to combine the permission mappers.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"allowed" : [
"and",
"or",
"xor",
"unless"
],
"stability" : "default"
},
"right" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the permission mapper to use to the right of the operation.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.security.permission-mapper",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}