Security control elements | HCL Digital Experience
The security control element is used to set access controls on the item that is being created.
access element
The access element provides a mechanism to set the access controls on Web Content Manager items via the feed. A feed entry can contain multiple access sub-elements. Each access element should contain the common name of a single, valid, portal user or group. The users and groups specified in the access element are added to the system defined security fields on the Web Content Manager items.
Element parameters: | Details for this element: |
---|---|
Applies to item types | Content |
Required for item types | None |
Allowable Values |
|
Required Attributes | None |
Optional Attributes |
|
Required sub-elements | None |
Optional sub-elements |
Examples:
<ibmwcm:access type="user"> [all users] </ibmwcm:access> <ibmwcm:access type="editor" inheritance="enabled"> Sales </ibmwcm:access> <ibmwcm:access type="draftcreator"> ContentCreators </ibmwcm:access> <ibmwcm:access type="reviewer" propagation="true"> Approvers </ibmwcm:access>