Overview | Service | Command |
Modify constraint (zimbraConstraint) for delegated admin on global config or a COS
If constraints for an attribute already exists, it will be replaced by the new constraints.
If <constraint> is an empty element, constraints for the attribute will be removed.
Authorization token required | true |
Admin Authorization token required | true |
<ModifyDelegatedAdminConstraintsRequest
type="(account|calresource|cos|dl|group|domain|server|alwaysoncluster|ucservice|xmppcomponent|zimlet|config|global)"
[id="..."] [name="..."]> ## ModifyDelegatedAdminConstraintsRequest
(<a name="{constraint-name}"> ## ConstraintAttr
<constraint> ## ConstraintInfo
<min>{min} (String)</min>
<max>{max} (String)</max>
<values>
(<v>{values} (String)</v>)*
</values>
</constraint>
</a>)*
</ModifyDelegatedAdminConstraintsRequest>
The following table describes elements and attributes you can define within a
<ModifyDelegatedAdminConstraintsRequest>
element:
XPath | Required / Optional | Description |
@type | Required (only 1) | Type:account|calresource|cos|dl|group|domain|server|alwaysoncluster|ucservice|xmppcomponent|zimlet|config|global Target type |
@id | Optional (0 or 1) | Type:String ID |
@name | Optional (0 or 1) | Type:String Name |
/a | Optional (0 or more) | Constaint attributes |
/a@name | Required (only 1) | Type:String Constraint name |
/a/constraint | Required (only 1) | Constraint information |
/a/constraint/min | Optional (0 or 1) | Type:{min} (String) Minimum value |
/a/constraint/max | Optional (0 or 1) | Type:{max} (String) Maximum value |
/a/constraint/values | Required (only 1) | |
/a/constraint/values/v | Optional (0 or more) | Type:{values} (String) |
<ModifyDelegatedAdminConstraintsResponse /> ## ModifyDelegatedAdminConstraintsResponse