principal property

String? principal
getter/setter pair

The principal whose access you want to check, in the form of the email address that represents that principal.

For example, alice@example.com or my-service-account@my-project.iam.gserviceaccount.com. The principal must be a Google Account or a service account. Other types of principals are not supported.

Required.

Implementation

core.String? principal;