Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
yu-xin-li authored and amanMahendroo committed Dec 17, 2024
1 parent 05228fb commit d9257de
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
@@ -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
@@ -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
Original file line number Diff line number Diff line change
@@ -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'
Original file line number Diff line number Diff line change
@@ -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'
Original file line number Diff line number Diff line change
@@ -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'
Original file line number Diff line number Diff line change
@@ -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'
8 changes: 5 additions & 3 deletions mmv1/products/accesscontextmanager/ServicePerimeters.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d9257de

Please sign in to comment.