Skip to content

Instantly share code, notes, and snippets.

@angstwad
Created March 25, 2020 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angstwad/c953dd693c12941e1a2d63ed6a9f18a5 to your computer and use it in GitHub Desktop.
Save angstwad/c953dd693c12941e1a2d63ed6a9f18a5 to your computer and use it in GitHub Desktop.
Snippets for Blog: Solving a Set Cover Problem in Cloud IAM on GCP
{
"roles/accessapproval.approver": {
"name": "roles/accessapproval.approver",
"title": "Access Approval Approver",
"description": "Ability to view or act...",
"includedPermissions": [
"accessapproval.requests.approve",
"accessapproval.requests.dismiss",
"accessapproval.requests.get",
"Accessapproval.requests.list",
...
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment