Created
September 24, 2021 10:03
-
-
Save summic/791fbc1c2e45bb55893690b82cb07f05 to your computer and use it in GitHub Desktop.
/feature-configs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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