{
"operation-name" : "add",
"description" : "Add operation for the RoleDecoder",
"request-properties" : {
"pattern" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "A regular expression that specifies the IP address to match.",
"expressions-allowed" : true,
"required" : true,
"nillable" : true,
"alternatives" : ["source-address"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"roles" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The list of roles to assign if the IP address of the remote client matches.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"source-address" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The IP address to match.",
"expressions-allowed" : true,
"required" : true,
"nillable" : true,
"alternatives" : ["pattern"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}