{
"operation-name" : "add",
"description" : "The add operation for the security realm.",
"request-properties" : {
"attribute-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the attribute associated with this identity.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"attribute-values" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The values associated with the identity attributes.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"identity" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the identity available from the security realm.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}