Class UserProfile
Global information for a user.
Inheritance
System.Object
UserProfile
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class UserProfile : IDirectResponseSchema
Properties
EmailAddress
Email address of the user.
Read-only.
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Identifier of the user.
Read-only.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the user.
Read-only.
Declaration
[JsonProperty("name")]
public virtual Name Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Name |
Permissions
Global permissions of the user.
Read-only.
Declaration
[JsonProperty("permissions")]
public virtual IList<GlobalPermission> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<GlobalPermission> |
PhotoUrl
URL of user's profile photo.
Read-only.
Declaration
[JsonProperty("photoUrl")]
public virtual string PhotoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VerifiedTeacher
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
Declaration
[JsonProperty("verifiedTeacher")]
public virtual bool? VerifiedTeacher { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |