Create a new permission.
None.
This object takes all the parameters needed to create a new permission.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
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 |
<Permission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>c208b5f5-df59-4489-be38-ea7690efe824</ID> <RowID>ab4b1100-4779-4576-93b7-a4489fb6ee7b</RowID> <PrincipalID>85124cba-cb6b-433c-a0b2-b9eaeb90f866</PrincipalID> <ChildType>1</ChildType> <CreateState>1</CreateState> <ReadState>1</ReadState> <UpdateState>1</UpdateState> <DeleteState>1</DeleteState> <DelegateState>1</DelegateState> </Permission>
{
"ID": "c208b5f5-df59-4489-be38-ea7690efe824",
"RowID": "ab4b1100-4779-4576-93b7-a4489fb6ee7b",
"PrincipalID": "85124cba-cb6b-433c-a0b2-b9eaeb90f866",
"ChildType": 1,
"CreateState": 1,
"ReadState": 1,
"UpdateState": 1,
"DeleteState": 1,
"DelegateState": 1
}
|
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 |
<Permission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>ea2f0240-1b76-4302-9b22-d1120731f025</ID> <RowID>5f320be8-e5e9-4f4a-b4d7-5c66c852d39a</RowID> <PrincipalID>e891dc3c-468f-4dd5-b52d-a151df1b2677</PrincipalID> <ChildType>1</ChildType> <CreateState>1</CreateState> <ReadState>1</ReadState> <UpdateState>1</UpdateState> <DeleteState>1</DeleteState> <DelegateState>1</DelegateState> <SiteID>bb7a7ce3-4296-4968-9703-3bdc7a1e92b1</SiteID> <RowType>1</RowType> <PrincipalName>sample string 1</PrincipalName> <PrincipalType>1</PrincipalType> <RowName>sample string 2</RowName> <CreateText>sample string 3</CreateText> <ReadText>sample string 4</ReadText> <UpdateText>sample string 5</UpdateText> <DeleteText>sample string 6</DeleteText> <DelegateText>sample string 7</DelegateText> </Permission>
{
"ID": "ea2f0240-1b76-4302-9b22-d1120731f025",
"RowID": "5f320be8-e5e9-4f4a-b4d7-5c66c852d39a",
"PrincipalID": "e891dc3c-468f-4dd5-b52d-a151df1b2677",
"ChildType": 1,
"CreateState": 1,
"ReadState": 1,
"UpdateState": 1,
"DeleteState": 1,
"DelegateState": 1,
"SiteID": "bb7a7ce3-4296-4968-9703-3bdc7a1e92b1",
"RowType": 1,
"PrincipalName": "sample string 1",
"PrincipalType": 1,
"RowName": "sample string 2",
"CreateText": "sample string 3",
"ReadText": "sample string 4",
"UpdateText": "sample string 5",
"DeleteText": "sample string 6",
"DelegateText": "sample string 7"
}