ID
globally unique identifier
Required on Update
ID of the permission. |
RowID
globally unique identifier
Required on Create
ID of the object to be secured. |
PrincipalID
globally unique identifier
Required on Create
User ID or Security Group ID for the permission. |
ChildType
integer
Required on Create
Type of the child permissions. Possible childtypes are: Null = Top level security, department(19), dialog(9, 25, 38), metric(7, 16, 58), organization(4), project(15). All other numbers will be treated as null. |
CreateState
integer
Required
Create security setting for the given object. |
ReadState
integer
Required
Read security settings for the given object. |
UpdateState
integer
Required
Update security settings for the given object. |
DeleteState
integer
Required
Delete security settings for the given object. |
DelegateState
integer
Required
Delegate security settings for the given object. |
SiteID
globally unique identifier
ReadOnly
ID of the given site. |
RowType
integer
ReadOnly
Row type of the given object. |
PrincipalName
string
ReadOnly
Name of the individual/security group for which to change/read security. |
PrincipalType
integer
ReadOnly
Type of the individual/security group for which to change/read security. |
RowName
string
ReadOnly
Name of the object for which to change/read security. |
CreateText
string
ReadOnly
Text value for CreateState; Not Set, Allow, Deny |
ReadText
string
ReadOnly
Text value for ReadState; Not Set, Allow, Deny |
UpdateText
string
ReadOnly
Text value for UpdateState; Not Set, Allow, Deny |
DeleteText
string
ReadOnly
Text value for DeleteState; Not Set, Allow, Deny |
DelegateText
string
ReadOnly
Text value for DelegateState; Not Set, Allow, Deny |