Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ class GoogleIdentityAccesscontextmanagerV1EgressFrom extends \Google\Collection
/**
* A list of identities that are allowed access through [EgressPolicy].
* 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.
* third-party identity. For the list of supported identity types, see
* https://docs.cloud.google.com/vpc-service-controls/docs/supported-
* identities.
*
* @var string[]
*/
Expand All @@ -84,10 +83,9 @@ class GoogleIdentityAccesscontextmanagerV1EgressFrom extends \Google\Collection
/**
* A list of identities that are allowed access through [EgressPolicy].
* 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.
* third-party identity. For the list of supported identity types, see
* https://docs.cloud.google.com/vpc-service-controls/docs/supported-
* identities.
*
* @param string[] $identities
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ class GoogleIdentityAccesscontextmanagerV1IngressFrom extends \Google\Collection
/**
* 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.
* third-party identity. For the list of supported identity types, see
* https://docs.cloud.google.com/vpc-service-controls/docs/supported-
* identities.
*
* @var string[]
*/
Expand All @@ -61,10 +60,9 @@ class GoogleIdentityAccesscontextmanagerV1IngressFrom extends \Google\Collection
/**
* 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.
* third-party identity. For the list of supported identity types, see
* https://docs.cloud.google.com/vpc-service-controls/docs/supported-
* identities.
*
* @param string[] $identities
*/
Expand Down
Loading