Is there any way to get the settings data from Google Admin Dashboard. I have a list of policies that need to be satisfied with this. I've already gone through Google's documentation for Workspace Admin SDK and none of the settings are exposed. Seems as though Google doesn't expose their settings API. I know scraping and then verifying is a possibility but are there any other methods that could be followed to get these settings. Some examples of the policies include:
- Ensure login challenges are enforced
- Ensure Google session control is configured
- Ensure only authorized third-party applications are allowed
All of these policies are configurable through the UI. But I need a way to programmatically find out whether these settings are configured as they should be.