Skip to content

Commit e7d8742

Browse files
1 parent 2ea6074 commit e7d8742

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/AccessContextManager/EgressFrom.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ class EgressFrom extends \Google\Collection
5353
protected $collection_key = 'sources';
5454
/**
5555
* A list of identities that are allowed access through [EgressPolicy].
56-
* Identities can be an individual user, service account, Google group, or
57-
* third-party identity. For the list of supported identity types, see
58-
* https://docs.cloud.google.com/vpc-service-controls/docs/supported-
59-
* identities.
56+
* Identities can be an individual user, service account, Google group, third-
57+
* party identity, or agent identity. For the list of supported identity
58+
* types, see https://docs.cloud.google.com/vpc-service-
59+
* controls/docs/supported-identities.
6060
*
6161
* @var string[]
6262
*/
@@ -82,10 +82,10 @@ class EgressFrom extends \Google\Collection
8282

8383
/**
8484
* A list of identities that are allowed access through [EgressPolicy].
85-
* Identities can be an individual user, service account, Google group, or
86-
* third-party identity. For the list of supported identity types, see
87-
* https://docs.cloud.google.com/vpc-service-controls/docs/supported-
88-
* identities.
85+
* Identities can be an individual user, service account, Google group, third-
86+
* party identity, or agent identity. For the list of supported identity
87+
* types, see https://docs.cloud.google.com/vpc-service-
88+
* controls/docs/supported-identities.
8989
*
9090
* @param string[] $identities
9191
*/

src/AccessContextManager/IngressFrom.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ class IngressFrom extends \Google\Collection
3838
protected $collection_key = 'sources';
3939
/**
4040
* A list of identities that are allowed access through [IngressPolicy].
41-
* Identities can be an individual user, service account, Google group, or
42-
* third-party identity. For the list of supported identity types, see
43-
* https://docs.cloud.google.com/vpc-service-controls/docs/supported-
44-
* identities.
41+
* Identities can be an individual user, service account, Google group, third-
42+
* party identity, or agent identity. For the list of supported identity
43+
* types, see https://docs.cloud.google.com/vpc-service-
44+
* controls/docs/supported-identities.
4545
*
4646
* @var string[]
4747
*/
@@ -59,10 +59,10 @@ class IngressFrom extends \Google\Collection
5959

6060
/**
6161
* A list of identities that are allowed access through [IngressPolicy].
62-
* Identities can be an individual user, service account, Google group, or
63-
* third-party identity. For the list of supported identity types, see
64-
* https://docs.cloud.google.com/vpc-service-controls/docs/supported-
65-
* identities.
62+
* Identities can be an individual user, service account, Google group, third-
63+
* party identity, or agent identity. For the list of supported identity
64+
* types, see https://docs.cloud.google.com/vpc-service-
65+
* controls/docs/supported-identities.
6666
*
6767
* @param string[] $identities
6868
*/

0 commit comments

Comments
 (0)