Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

User

import type { User } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

A single user in Display & Video 360.

interface User {
assignedUserRoles?: AssignedUserRole[];
displayName?: string;
email?: string;
readonly lastLoginTime?: Date;
readonly name?: string;
readonly userId?: bigint;
}

§Properties

§
assignedUserRoles?: AssignedUserRole[]
[src]

The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.

§
displayName?: string
[src]

Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.

§
email?: string
[src]

Required. Immutable. The email address used to identify the user.

§
readonly lastLoginTime?: Date
[src]

Output only. The timestamp when the user last logged in DV360 UI.

§
readonly name?: string
[src]

Output only. The resource name of the user.

§
readonly userId?: bigint
[src]

Output only. The unique ID of the user. Assigned by the system.