PwsPermissionSetRef

Overview

This structure contains the complete set of information about a project workspace permission set. Project workspace permission set is created at the installation level and controls user's access to project workspace areas such as home tab, issue tab, invoice tab and documents tab.  

Format

PwsProjectIssueDetail
  • PwsPermissionSetRef
    • PermissionSetId: Int32

    • PermissionSetName: String

    • PermissionSetUid: Int64

Elements

Element

Data Type

Required?

Default

Description

Sample Data

PermissionSetId

Int32

No


The permission set Id is a unique identifier for a project workspace permission set. For internal use only.


PermissionSetName

String(50)

No


The name of the project workspace permission set.

Full Access

PermissionSetUid

Int64

On Insert: No

On Update: Yes


The permission set Uid is a unique and immutable identifier for a project workspace permission set.

1152921504606992779

Usage Example(s)


Example 01
                 	 <b:PmWorkspacePermissionSetIdentity>
                        <b:PermissionSetId i:nil="true"/>
                        <b:PermissionSetName>FULL Access</b:PermissionSetName>
                        <b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
                     </b:PmWorkspacePermissionSetIdentity>