module:model/WorkspaceUserAuthorization

module:model/WorkspaceUserAuthorization

new module:model/WorkspaceUserAuthorization()

Source:

Constructs a new WorkspaceUserAuthorization.
Provides properties that describe user authorization to a workspace.

Members

(inner) canDelete :String

Source:
Type:
  • String

(inner) canMove :String

Source:
Type:
  • String

(inner) canTransact :String

Source:
Type:
  • String

(inner) canView :String

Source:
Type:
  • String

(inner) created :String

Source:

The UTC DateTime when the workspace user authorization was created.

Type:
  • String

(inner) createdById :String

Source:
Type:
  • String

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) modified :String

Source:
Type:
  • String

(inner) modifiedById :String

Source:
Type:
  • String

(inner) workspaceUserId :String

Source:
Type:
  • String

(inner) workspaceUserInformation :module:model/WorkspaceUser

Source:

An object that provides details about the workspace user.

Type:

Methods

(static) constructFromObject(data, obj) → {module:model/WorkspaceUserAuthorization}

Source:

Constructs a WorkspaceUserAuthorization from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/WorkspaceUserAuthorization

Optional instance to populate.

Returns:

The populated WorkspaceUserAuthorization instance.

Type
module:model/WorkspaceUserAuthorization