identities property

List<String>? identities
getter/setter pair

A list of identities that are allowed access through this ingress policy, in the format of user:{email_id} or serviceAccount:{email_id}.

Implementation

core.List<core.String>? identities;