You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_dry_run_egress_policy.go
Copy file name to clipboardExpand all lines: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_dry_run_ingress_policy.go
+5-3
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,11 @@ to apply.`,
115
115
Type: schema.TypeList,
116
116
Optional: true,
117
117
ForceNew: true,
118
-
Description: `A list of identities that are allowed access through this ingress policy.
119
-
Should be in the format of email address. The email address should represent
120
-
individual user or service account only.`,
118
+
Description: `Identities can be an individual user, service account, Google group,
119
+
or third-party identity. For third-party identity, only single identities
120
+
are supported and other identity types are not supported.The v1 identities
121
+
that have the prefix user, group and serviceAccount in
122
+
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.`,
Copy file name to clipboardExpand all lines: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_egress_policy.go
Copy file name to clipboardExpand all lines: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_ingress_policy.go
+5-3
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,11 @@ to apply.`,
115
115
Type: schema.TypeList,
116
116
Optional: true,
117
117
ForceNew: true,
118
-
Description: `A list of identities that are allowed access through this ingress policy.
119
-
Should be in the format of email address. The email address should represent
120
-
individual user or service account only.`,
118
+
Description: `Identities can be an individual user, service account, Google group,
119
+
or third-party identity. For third-party identity, only single identities
120
+
are supported and other identity types are not supported.The v1 identities
121
+
that have the prefix user, group and serviceAccount in
122
+
https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.`,
0 commit comments