identity property

String? identity
getter/setter pair

The identity appear in the form of principals in IAM policy binding.

The examples of supported forms are: "user:[email protected]", "group:[email protected]", "domain:google.com", "serviceAccount:[email protected]". Notice that wildcard characters (such as * and ?) are not supported. You must give a specific identity.

Required.

Implementation

core.String? identity;