Skip to content

Commit 3db026c

Browse files
authored
1 parent 27812e0 commit 3db026c

6 files changed

+35
-21
lines changed

mmv1/products/accesscontextmanager/ServicePerimeter.yaml

+10-6
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,11 @@ properties:
261261
- name: 'identities'
262262
type: Array
263263
description: |
264-
A list of identities that are allowed access through this ingress policy.
265-
Should be in the format of email address. The email address should represent
266-
individual user or service account only.
264+
Identities can be an individual user, service account, Google group,
265+
or third-party identity. For third-party identity, only single identities
266+
are supported and other identity types are not supported.The v1 identities
267+
that have the prefix user, group and serviceAccount in
268+
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
267269
is_set: true
268270
item_type:
269271
type: String
@@ -398,9 +400,11 @@ properties:
398400
- name: 'identities'
399401
type: Array
400402
description: |
401-
A list of identities that are allowed access through this `EgressPolicy`.
402-
Should be in the format of email address. The email address should
403-
represent individual user or service account only.
403+
Identities can be an individual user, service account, Google group,
404+
or third-party identity. For third-party identity, only single identities
405+
are supported and other identity types are not supported.The v1 identities
406+
that have the prefix user, group and serviceAccount in
407+
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
404408
is_set: true
405409
item_type:
406410
type: String

mmv1/products/accesscontextmanager/ServicePerimeterDryRunEgressPolicy.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@ properties:
112112
- name: 'identities'
113113
type: Array
114114
description: |
115-
A list of identities that are allowed access through this `EgressPolicy`.
116-
Should be in the format of email address. The email address should
117-
represent individual user or service account only.
115+
Identities can be an individual user, service account, Google group,
116+
or third-party identity. For third-party identity, only single identities
117+
are supported and other identity types are not supported.The v1 identities
118+
that have the prefix user, group and serviceAccount in
119+
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
118120
item_type:
119121
type: String
120122
- name: 'sources'

mmv1/products/accesscontextmanager/ServicePerimeterDryRunIngressPolicy.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@ properties:
114114
- name: 'identities'
115115
type: Array
116116
description: |
117-
A list of identities that are allowed access through this ingress policy.
118-
Should be in the format of email address. The email address should represent
119-
individual user or service account only.
117+
Identities can be an individual user, service account, Google group,
118+
or third-party identity. For third-party identity, only single identities
119+
are supported and other identity types are not supported.The v1 identities
120+
that have the prefix user, group and serviceAccount in
121+
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
120122
item_type:
121123
type: String
122124
- name: 'sources'

mmv1/products/accesscontextmanager/ServicePerimeterEgressPolicy.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ properties:
109109
- name: 'identities'
110110
type: Array
111111
description: |
112-
A list of identities that are allowed access through this `EgressPolicy`.
113-
Should be in the format of email address. The email address should
114-
represent individual user or service account only.
112+
Identities can be an individual user, service account, Google group,
113+
or third-party identity. For third-party identity, only single identities
114+
are supported and other identity types are not supported.The v1 identities
115+
that have the prefix user, group and serviceAccount in
116+
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
115117
item_type:
116118
type: String
117119
- name: 'sources'

mmv1/products/accesscontextmanager/ServicePerimeterIngressPolicy.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,11 @@ properties:
111111
- name: 'identities'
112112
type: Array
113113
description: |
114-
A list of identities that are allowed access through this ingress policy.
115-
Should be in the format of email address. The email address should represent
116-
individual user or service account only.
114+
Identities can be an individual user, service account, Google group,
115+
or third-party identity. For third-party identity, only single identities
116+
are supported and other identity types are not supported.The v1 identities
117+
that have the prefix user, group and serviceAccount in
118+
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
117119
item_type:
118120
type: String
119121
- name: 'sources'

mmv1/products/accesscontextmanager/ServicePerimeters.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,11 @@ properties:
662662
- name: 'identities'
663663
type: Array
664664
description: |
665-
A list of identities that are allowed access through this `EgressPolicy`.
666-
Should be in the format of email address. The email address should
667-
represent individual user or service account only.
665+
Identities can be an individual user, service account, Google group,
666+
or third-party identity. For third-party identity, only single identities
667+
are supported and other identity types are not supported.The v1 identities
668+
that have the prefix user, group and serviceAccount in
669+
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
668670
is_set: true
669671
item_type:
670672
type: String

0 commit comments

Comments
 (0)