Skip to content

Commit

Permalink
Export 4381f699d82692a42945be465fb347a454c45ce0
Browse files Browse the repository at this point in the history
Export:  4381f699d82692a42945be465fb347a454c45ce0
  • Loading branch information
jennpeare authored and wlynch committed Mar 20, 2024
1 parent 2bbf762 commit 87ff987
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 73 deletions.
158 changes: 85 additions & 73 deletions proto/platform/iam/v1/group_invites.platform.pb.go

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

3 changes: 3 additions & 0 deletions proto/platform/iam/v1/group_invites.platform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ message StoredGroupInvite {
string key_id = 3;
// role is the role the invited identity will be role-bound to the group with.
chainguard.platform.iam.Role role = 4;
// email is the email address that is allowed to accept this invite code. If blank,
// anyone with the invite code an accept.
string email = 5;
}

message GroupInviteList {
Expand Down

0 comments on commit 87ff987

Please sign in to comment.