diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 0e246971..789c61e9 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -3129,6 +3129,17 @@ }, "description": "When set, new accounts will be created for users that authenticate with Google and added to the specified groups." }, + "newAccountsRights": { + "type": [ + "array", + "string" + ], + "uniqueItems": true, + "items": { + "type": "string" + }, + "description": "When set, new accounts will be added to these siteadmin rights." + }, "clientid": { "type": "string", "description": "Google client ID." @@ -3170,6 +3181,17 @@ "type": "string" } }, + "newAccountsRights": { + "type": [ + "array", + "string" + ], + "uniqueItems": true, + "items": { + "type": "string" + }, + "description": "When set, new accounts will be added to these siteadmin rights." + }, "clientid": { "type": "string", "description": "GitHub client ID." @@ -3211,6 +3233,17 @@ "type": "string" } }, + "newAccountsRights": { + "type": [ + "array", + "string" + ], + "uniqueItems": true, + "items": { + "type": "string" + }, + "description": "When set, new accounts will be added to these siteadmin rights." + }, "clientid": { "type": "string", "description": "Azure client ID." @@ -3257,6 +3290,17 @@ "type": "string" } }, + "newAccountsRights": { + "type": [ + "array", + "string" + ], + "uniqueItems": true, + "items": { + "type": "string" + }, + "description": "When set, new accounts will be added to these siteadmin rights." + }, "entityid": { "type": "string", "description": "JumpCloud entity ID." @@ -3309,6 +3353,17 @@ "type": "string" } }, + "newAccountsRights": { + "type": [ + "array", + "string" + ], + "uniqueItems": true, + "items": { + "type": "string" + }, + "description": "When set, new accounts will be added to these siteadmin rights." + }, "entityid": { "type": "string", "description": "SAML entity ID." @@ -3380,6 +3435,17 @@ "type": "string" } }, + "newAccountsRights": { + "type": [ + "array", + "string" + ], + "uniqueItems": true, + "items": { + "type": "string" + }, + "description": "When set, new accounts will be added to these siteadmin rights." + }, "clientid": { "type": "string", "depreciated": true,