-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ add google workspace calendar and acl resources #4282
Conversation
This comment has been minimized.
This comment has been minimized.
98fcfd6
to
fc3b706
Compare
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Ivan Milchev <[email protected]>
fc3b706
to
feb812f
Compare
summary: {} | ||
summaryOverride: {} | ||
is_private: true | ||
min_mondoo_version: latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The last PRs I saw, this was always set to 9.0.0
because it's only a provider update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for this provider for all resources it says latest
Works as expected, thanks @imilchev :
|
Adds support for google workspace calendars and their acl rules.
New scopes required for the permissions:
Note that the last scope is not a readonly scope but it is required to retrieve the ACL for the calendars as per Google's documentation
Fixes #4271