principalId property

String? principalId
getter/setter pair

An ID representing the user that was authenticated when the corresponding action was taken.

This will be an email address, if one is available, or some other unique ID. See https://cloud.google.com/docs/authentication for more information on types of authentication.

Output only.

Implementation

core.String? principalId;