username property

String? username
getter/setter pair

The username of the actor.

It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.

Output only.

Implementation

core.String? username;