mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-22 13:34:14 -04:00
forgot newAccountsRights in schema
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
027e5b52c5
commit
bc3f9ed89f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user