{
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The policy for combining access control permissions when the authorization policy grants the user more than one type of permission for a given action. In the standard role based authorization policy, this would occur when a user maps to multiple roles. The 'permissive' policy means if any of the permissions allow the action, the action is allowed. The 'rejecting' policy means the existence of multiple permissions should result in an error.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : "permissive",
"allowed" : [
"permissive",
"rejecting"
],
"stability" : "default",
"access-type" : "read-write",
"storage" : "configuration",
"restart-required" : "no-services",
"capability-reference" : null
}