Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-xin-li committed Nov 7, 2024
1 parent e8a9b97 commit 813d97a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mmv1/products/accesscontextmanager/ServicePerimeter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,12 @@ properties:
- name: 'identities'
type: Array
description: |
A list of identities that are allowed access through this ingress policy.
Should be in the format of email address. The email address should represent
individual user or service account only.
A list of identities that are allowed access through [IngressPolicy].
Identities can be an individual user, service account, Google group,
or third-party identity. For third-party identity, only single identities
are supported and other identity types are not supported.The v1 identities
that have the prefix user, group, serviceAccount, and principal in
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
is_set: true
item_type:
type: String
Expand Down

0 comments on commit 813d97a

Please sign in to comment.