Skip to content

Commit

Permalink
feat: Support adding constraints to new method types REMOVE_GRANTS an…
Browse files Browse the repository at this point in the history
…d GOVERN_TAGS (#27336)
  • Loading branch information
gcf-owl-bot[bot] committed Sep 18, 2024
1 parent 30c065e commit 156493b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ module MethodType
# Constraint applied when deleting the resource.
# Not supported yet.
DELETE = 3

# Constraint applied when removing an IAM grant.
REMOVE_GRANT = 4

# Constraint applied when enforcing forced tagging.
GOVERN_TAGS = 5
end

# Allow or deny type.
Expand Down

0 comments on commit 156493b

Please sign in to comment.