{
  "clientId": "my-client-id",
  "clientSecret": "my-client-secret",
  "insightsSourceId": 42,
  "insightsSourceToken": "my-insights-source-token",
  "insightsUrl": "https://example.elimity.com/api",
  "listItemPageSize": 5000,
  "includeRegularFiles": false,
  "roleAssignmentChunkSize": 100,
  "skipFiles": true,
  "skipRoleAssignments": true,
  "skipPersonalSites": true,
  "targets": [
    {
      "hostname": "example.sharepoint.com",
      "path": "/sites/MyExampleSite"
    }
  ],
  "tenantId": "my-tenant-id",
  "workers": {
    "my-client-id": {
      "privateKey": '''
        -----BEGIN PRIVATE KEY-----
        my-private-key
        -----END PRIVATE KEY-----
      ''',
      "thumbprint": "my-thumbprint"
    }
  }
}
