Skip to content

Instantly share code, notes, and snippets.

@summic
Created September 24, 2021 10:03
Show Gist options
  • Save summic/791fbc1c2e45bb55893690b82cb07f05 to your computer and use it in GitHub Desktop.
Save summic/791fbc1c2e45bb55893690b82cb07f05 to your computer and use it in GitHub Desktop.
/feature-configs
{
"legalhold": {
"status": "disabled"
},
"sso": {
"status": "disabled"
},
"validateSAMLemails": {
"status": "disabled"
},
"digitalSignatures": {
"status": "disabled"
},
"fileSharing": {
"status": "enabled"
},
"conferenceCalling": {
"status": "enabled"
},
"appLock": {
"status": "enabled",
"config": {
"enforceAppLock": false,
"inactivityTimeoutSecs": 60
}
},
"classifiedDomains": {
"status": "disabled",
"config": {
"domains": []
}
},
"searchVisibility": {
"status": "disabled"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment