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

UpdateUserRequest

import type { UpdateUserRequest } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";
interface UpdateUserRequest {
AuthenticationToken?: string | null;
GivenName?: string | null;
GrantPoweruserPrivileges?: BooleanEnumType | null;
Locale?: LocaleType | null;
StorageRule?: StorageRuleType | null;
Surname?: string | null;
TimeZoneId?: string | null;
Type?: UserType | null;
UserId: string;
}

§Properties

§
AuthenticationToken?: string | null
[src]

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

§
GivenName?: string | null
[src]

The given name of the user.

§
GrantPoweruserPrivileges?: BooleanEnumType | null
[src]

Boolean value to determine whether the user is granted Power user privileges.

§
Locale?: LocaleType | null
[src]

The locale of the user.

§
StorageRule?: StorageRuleType | null
[src]

The amount of storage for the user.

§
Surname?: string | null
[src]

The surname of the user.

§
TimeZoneId?: string | null
[src]

The time zone ID of the user.

§
Type?: UserType | null
[src]

The type of the user.

§
UserId: string
[src]

The ID of the user.