Skip to content

Commit

Permalink
Groups not supported in acm levels members (#2772)
Browse files Browse the repository at this point in the history
Merged PR #2772.
  • Loading branch information
slevenick authored and modular-magician committed Dec 3, 2019
1 parent 79960dd commit 21bd9c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
6 changes: 4 additions & 2 deletions products/accesscontextmanager/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,14 @@ objects:
- !ruby/object:Api::Type::Array
name: 'members'
description: |
An allowed list of members (users, groups, service accounts).
An allowed list of members (users, service accounts).
Using groups is not supported yet.
The signed-in user originating the request must be a part of one
of the provided members. If not specified, a request may come
from any user (logged in/not logged in, not present in any
groups, etc.).
Formats: `user:{emailid}`, `group:{emailid}`, `serviceAccount:{emailid}`
Formats: `user:{emailid}`, `serviceAccount:{emailid}`
item_type: Api::Type::String
- !ruby/object:Api::Type::Boolean
name: 'negate'
Expand Down

0 comments on commit 21bd9c4

Please sign in to comment.