{
"operation-name" : "add",
"description" : "The add operation for the role mapper.",
"request-properties" : {
"keep-mapped" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "When set to 'true' the mapped roles will retain all roles, that have defined mappings.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"keep-non-mapped" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "When set to 'true' the mapped roles will retain all roles, that have no defined mappings.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"role-map" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "A list of mappings to use for mapping roles.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"from" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The role to match for mapping roles.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"to" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "A string list of roles to map to.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
}
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}