identities property
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.
Implementation
core.List<core.String>? identities;