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, [email protected] or [email protected]. The principal must be a Google Account or a service account. Other types of principals are not supported.

Required.

Implementation

core.String? principal;