Skip to main content

Interface: IUpdateUserRequest

cloudservice.v1.IUpdateUserRequest

Properties of an UpdateUserRequest.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id to use for this async operation - optional

Inherited from

$Properties.asyncOperationId


resourceVersion

Optional resourceVersion: null | string

The version of the user for which this update is intended for The latest version can be found in the GetUser operation response

Inherited from

$Properties.resourceVersion


spec

Optional spec: null | $Properties

The new user specification

Inherited from

$Properties.spec


userId

Optional userId: null | string

The id of the user to update

Inherited from

$Properties.userId