Skip to content
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 Chrome PolicySchema Data Source #61

Closed
megan07 opened this issue May 24, 2021 · 0 comments · Fixed by #97
Closed

Add Chrome PolicySchema Data Source #61

megan07 opened this issue May 24, 2021 · 0 comments · Fixed by #97
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@megan07
Copy link
Contributor

megan07 commented May 24, 2021

Add functionality to retrieve chrome policy schema/s (datasource/s) / (GET|LIST)

resource "googleworkspace_chrome_policy_schema" "device-enrollment" {
  name = "chrome.user.DeviceEnrollment"
}

resource "googleworkspace_chrome_policies" "enrollment-schemas" {
  filter = "enrollment"
}

ChromePolicy: https://developers.google.com/chrome/policy/reference/rest/v1/customers.policySchemas
More Information:

@megan07 megan07 added the enhancement New feature or request label May 24, 2021
@megan07 megan07 added this to the 0.3.0 milestone May 25, 2021
@appilon appilon self-assigned this Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants