identities property

List<String>? identities
getter/setter pair

A list of identities that are allowed access through this [EgressPolicy].

Should be in the format of email address. The email address should represent individual user or service account only.

Implementation

core.List<core.String>? identities;