``folders``required, array[object]A collection with folders objects that should be assigned to the role and Controller ID. If the folder already exists, it will be updated. If the folder does not exist it will be added. Folders that are already assigned and are not in the collection, will not be deleted. As a result the role will have the folders in this collection and the folders that did already exist. [{
"folder": "/path/to/myNewfolder",
"recursive": true
}] ``folder``required, stringThe absolute path of the folder ``recursive``optional, booleanThe new recursive of the folderfalse