{
"operation-name" : "add",
"description" : "Adds an ACL configuration",
"request-properties" : {"acl-modules" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "List of acl modules",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "1.2.0",
"reason" : "This attribute is replaced with sub resource"
},
"value-type" : {
"code" : {
"description" : "Class name of the module to be instantiated.",
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"nillable" : false,
"min-length" : 1
},
"flag" : {
"description" : "The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.",
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"nillable" : false,
"allowed" : [
"required",
"requisite",
"sufficient",
"optional"
]
},
"module" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"nillable" : true,
"description" : "Name of JBoss Module where the acl provider module code is located."
},
"module-options" : {
"description" : "List of module options containing a name/value pair.",
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"nillable" : true
}
}
}},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}