Class CloudProjectUser

Information about a cloud user with permissions.

Hierarchy (view full)

Constructors

Accessors

  • get email(): string
  • The user's email address.

    Returns string

  • get firstName(): string
  • The user's first name as on his profile.

    Returns string

  • get lastName(): string
  • The user's last name as on his profile.

    Returns string

  • get profilePictureURL(): string
  • The user's profile picture URL, if one is set.

    Returns string

  • get username(): string
  • The user's username, as used for logging in.

    Returns string

  • get uuid(): UUID
  • The user UUID. Usually used to identify the user on web services.

    Returns UUID