principal property

String? principal
getter/setter pair

The email address of the principal whose access you want to check.

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;