{
"operation-name" : "add",
"description" : "Add operation for the principal decoder",
"request-properties" : {
"attribute-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the X.500 attribute to map (can be defined using OID instead)",
"expressions-allowed" : true,
"required" : true,
"nillable" : true,
"alternatives" : ["oid"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"convert" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "When set to 'true', if the Principal is not already an X500Principal conversion will be attempted",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"joiner" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The joining string",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : ".",
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default"
},
"maximum-segments" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum number of occurrences of the attribute to map",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 2147483647,
"stability" : "default"
},
"oid" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The OID of the X.500 attribute to map (can be defined using attribute name instead)",
"expressions-allowed" : true,
"required" : true,
"nillable" : true,
"alternatives" : ["attribute-name"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"required-attributes" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The attributes names of the attributes that must be present in the principal",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"required-oids" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The OIDs of the attributes that must be present in the principal",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"reverse" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "When set to 'true', the attribute values will be processed and returned in reverse order",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"start-segment" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The 0-based starting occurrence of the attribute to map",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 0,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}