/**
* The ApiUser objects are used for authentication against the API.
*/
object ApiUser "root" {
password = "pass"
// client_cn = ""
permissions = [ "*" ]
}