google_api_classroom v0.0.1 GoogleApi.Classroom.V1.Model.UserProfile View Source
Global information for a user.
Attributes
- emailAddress (String): Email address of the user. Read-only. Defaults to:
null
. - id (String): Identifier of the user. Read-only. Defaults to:
null
. - name (Name): Name of the user. Read-only. Defaults to:
null
. - permissions (List[GlobalPermission]): Global permissions of the user. Read-only. Defaults to:
null
. - photoUrl (String): URL of user's profile photo. Read-only. Defaults to:
null
. - verifiedTeacher (Boolean): Represents whether a G Suite for Education user's domain administrator has explicitly verified them as being a teacher. If the user is not a member of a G Suite for Education domain, than this field will always be false. Read-only Defaults to:
null
.