PwsGlobalPermissionRef

Overview


This structure represents the unique key fields associated with identifying a global permission.  Global Permissions are used to control access to features which affect the entire system. For example, the ability to update user permissions for anyone in Projector is controlled by a global permission. Click here to learn more about global permissions.

Format


PwsGlobalPermissionRef
  • PwsGlobalPermissionRef
    • GlobalPermissionId: Int32
    • GlobalPermissionTag: String (30)

Elements


Element

Data Type

Description

Sample Data

GlobalPermissionId

Int32

The global permission Id is a unique identifier for a global permission. For internal use only.


GlobalPermissionTag

String (30)

The global permission tag or name is a unique identifier for a global permission.

maintainSystemSettings

Usage Example(s)


Example 01
                           <b:GlobalPermissionIdentity>
                              <b:GlobalPermissionId i:nil="true"/>
                              <b:GlobalPermissionTag>maintainSystemSettings</b:GlobalPermissionTag>
                           </b:GlobalPermissionIdentity>