{
  "requirements": [
    {
      "Type": "PowerShell",
      "Name": "PowerShell",
      "Required": true,
      "Editions": [
        "Desktop",
        "Core"
      ],
      "MinVersion": "5.1",
      "Policy": "minimum"
    }
  ],
  "default_profile": "mailcow_api",
  "defaults": {
    "timeout_seconds": 30,
    "connection_tls": {
      "require_https": true,
      "skip_certificate_check": false
    },
    "authentication_source": "mailcow",
    "mailbox_defaults": {
      "quota_bytes": 1073741824,
      "enabled": true,
      "force_password_change": true,
      "force_tfa": false,
      "tls_enforce_in": true,
      "tls_enforce_out": true
    }
  },
  "profiles": {
    "mailcow_api": {
      "base_uri": "",
      "api_key": {
        "Backend": "Environment",
        "Name": "ORC_MAILCOW_API_KEY",
        "Scope": "Process"
      }
    }
  }
}
