Skip to content

Security Profile Data Source

This data source returns a list of available security profiles, enabling the selection of an Access Control List (ACL) security profile for assigning ACLs to entities such as documents.

The SecurityProfileDataSource provides a list of channels in the following JSON format:

1
2
3
4
5
{
    "id": "profile id",
    "name": "profile name",
    "icon": "profile icon"
}

If ValueFormat and TextFormat properties are not explicitly specified, the data source will default to using {{id}} and {{name}}, respectively.

Example

1
2
3
<SecurityProfileDataSource TextFormat="" ValueFormat="" Enabled="True">
    <Mappings/>
</SecurityProfileDataSource>