new module:model/WorkspaceUserAuthorization()
Constructs a new WorkspaceUserAuthorization
.
Provides properties that describe user authorization to a workspace.
Members
(inner) canDelete :String
Type:
- String
(inner) canMove :String
Type:
- String
(inner) canTransact :String
Type:
- String
(inner) canView :String
Type:
- String
(inner) created :String
The UTC DateTime when the workspace user authorization was created.
Type:
- String
(inner) createdById :String
Type:
- String
(inner) errorDetails :module:model/ErrorDetails
Array or errors.
Type:
(inner) modified :String
Type:
- String
(inner) modifiedById :String
Type:
- String
(inner) workspaceUserId :String
Type:
- String
(inner) workspaceUserInformation :module:model/WorkspaceUser
An object that provides details about the workspace user.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/WorkspaceUserAuthorization}
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.