Skip to content

Commit 4c67ab3

Browse files
authored
Add field for conditional permission binding (#4316)
1 parent 8d5986d commit 4c67ab3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/analyzer/analyzers/analyzers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ type (
4444
Binding struct {
4545
Resource Resource
4646
Permission Permission
47+
Condition string
4748
}
4849
)
4950

0 commit comments

Comments
 (0)