identities property

List<String>? identities
getter/setter pair

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

Identities can be an individual user, service account, Google group, or third-party identity. The v1 identities that have the prefix user, group, serviceAccount, principal, and principalSet in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.

Implementation

core.List<core.String>? identities;