mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-23 14:04:12 -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."
|
"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": {
|
"clientid": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Google client ID."
|
"description": "Google client ID."
|
||||||
@ -3170,6 +3181,17 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"newAccountsRights": {
|
||||||
|
"type": [
|
||||||
|
"array",
|
||||||
|
"string"
|
||||||
|
],
|
||||||
|
"uniqueItems": true,
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"description": "When set, new accounts will be added to these siteadmin rights."
|
||||||
|
},
|
||||||
"clientid": {
|
"clientid": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "GitHub client ID."
|
"description": "GitHub client ID."
|
||||||
@ -3211,6 +3233,17 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"newAccountsRights": {
|
||||||
|
"type": [
|
||||||
|
"array",
|
||||||
|
"string"
|
||||||
|
],
|
||||||
|
"uniqueItems": true,
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"description": "When set, new accounts will be added to these siteadmin rights."
|
||||||
|
},
|
||||||
"clientid": {
|
"clientid": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Azure client ID."
|
"description": "Azure client ID."
|
||||||
@ -3257,6 +3290,17 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"newAccountsRights": {
|
||||||
|
"type": [
|
||||||
|
"array",
|
||||||
|
"string"
|
||||||
|
],
|
||||||
|
"uniqueItems": true,
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"description": "When set, new accounts will be added to these siteadmin rights."
|
||||||
|
},
|
||||||
"entityid": {
|
"entityid": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "JumpCloud entity ID."
|
"description": "JumpCloud entity ID."
|
||||||
@ -3309,6 +3353,17 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"newAccountsRights": {
|
||||||
|
"type": [
|
||||||
|
"array",
|
||||||
|
"string"
|
||||||
|
],
|
||||||
|
"uniqueItems": true,
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"description": "When set, new accounts will be added to these siteadmin rights."
|
||||||
|
},
|
||||||
"entityid": {
|
"entityid": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "SAML entity ID."
|
"description": "SAML entity ID."
|
||||||
@ -3380,6 +3435,17 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"newAccountsRights": {
|
||||||
|
"type": [
|
||||||
|
"array",
|
||||||
|
"string"
|
||||||
|
],
|
||||||
|
"uniqueItems": true,
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"description": "When set, new accounts will be added to these siteadmin rights."
|
||||||
|
},
|
||||||
"clientid": {
|
"clientid": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"depreciated": true,
|
"depreciated": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user