Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-xin-li authored Nov 8, 2024
1 parent 27812e0 commit 3db026c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 21 deletions.
16 changes: 10 additions & 6 deletions mmv1/products/accesscontextmanager/ServicePerimeter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,11 @@ 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.
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 and serviceAccount in
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
is_set: true
item_type:
type: String
Expand Down Expand Up @@ -398,9 +400,11 @@ properties:
- name: 'identities'
type: Array
description: |
A list of identities that are allowed access through this `EgressPolicy`.
Should be in the format of email address. The email address should
represent individual user or service account only.
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 and serviceAccount in
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
is_set: true
item_type:
type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ properties:
- name: 'identities'
type: Array
description: |
A list of identities that are allowed access through this `EgressPolicy`.
Should be in the format of email address. The email address should
represent individual user or service account only.
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 and serviceAccount in
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
item_type:
type: String
- name: 'sources'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ 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.
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 and serviceAccount in
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
item_type:
type: String
- name: 'sources'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,11 @@ properties:
- name: 'identities'
type: Array
description: |
A list of identities that are allowed access through this `EgressPolicy`.
Should be in the format of email address. The email address should
represent individual user or service account only.
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 and serviceAccount in
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
item_type:
type: String
- name: 'sources'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ 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.
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 and serviceAccount in
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
item_type:
type: String
- name: 'sources'
Expand Down
8 changes: 5 additions & 3 deletions mmv1/products/accesscontextmanager/ServicePerimeters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,11 @@ properties:
- name: 'identities'
type: Array
description: |
A list of identities that are allowed access through this `EgressPolicy`.
Should be in the format of email address. The email address should
represent individual user or service account only.
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 and serviceAccount 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 3db026c

Please sign in to comment.