dms.SetSD
This job creates one or more access control entries.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported → pass 0 |
|
BASE64 |
Yes |
XML-formatted string containing the ACEs |
2. Return Value
(INT): 0 = Job successful, otherwise error code
Complete list of error codes
Architecture of XmlInfo (Description: see DMSAccess)
<DMSAccess>
<ACL ossd="XXX1">
<UserACE osuid="YYY1" modify_object="1" export_object="1"/>
</ACL>
<ACL ossd="XXX2">
<UserACE osuid="YYY1" modify_object="1" export_object="1"/>
<UserACE osuid="YYY2" modify_object="2" export_object="1"/>
</ACL>
<ACL ossd="XXX3">
<GroupACE osuid="YYY3" export_object="1"/>
</ACL>
</DMSAccess>