provisioner.openicf-csv.json revision dc53767f6614db736c8a95a165beae870ac1e3d9
{
"name" : "rolesFile",
"connectorRef" : {
"bundleName" : "org.forgerock.openicf.connectors.csvfile-connector",
"bundleVersion" : "1.1.0.2",
"connectorName" : "org.forgerock.openicf.csvfile.CSVFileConnector"
},
"poolConfigOption" : {
"maxObjects" : 10,
"maxIdle" : 10,
"maxWait" : 150000,
"minEvictableIdleTimeMillis" : 120000,
"minIdle" : 1
},
"operationTimeout" : {
"CREATE" : -1,
"VALIDATE" : -1,
"TEST" : -1,
"SCRIPT_ON_CONNECTOR" : -1,
"SCHEMA" : -1,
"DELETE" : -1,
"UPDATE" : -1,
"SYNC" : -1,
"AUTHENTICATE" : -1,
"GET" : -1,
"SCRIPT_ON_RESOURCE" : -1,
"SEARCH" : -1
},
"configurationProperties" : {
"filePath" : "&{launcher.project.location}/data/roles.csv",
"uniqueAttribute" : "id",
"nameAttribute" : "name"
},
"syncFailureHandler" : {
"maxRetries" : 5,
"postRetryAction" : "logged-ignore"
},
"objectTypes" : {
"role" : {
"$schema" : "http://json-schema.org/draft-03/schema",
"id" : "role",
"type" : "object",
"nativeType" : "__ACCOUNT__",
"properties" : {
"id" : {
"type" : "string",
"nativeName" : "__UID__",
"nativeType" : "string"
},
"name" : {
"type" : "string",
"required" : true,
"nativeName" : "__NAME__",
"nativeType" : "string"
}
}
}
},
"operationOptions" : {
}
}