Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Overview

This structure contains the complete set of information about a project permission set. Project 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 permission set. For internal use only.


PermissionSetName

String(50)

No


The name of the project 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 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>
  • No labels