The GET_SECURITY_MARKS action is used to get security marks from specific content.
To add security marks via the ACS connector, you must have configured security marks in Governance Services. For information on security marks in Governance Services, search Security Marks and Classification in ACS documentation.
The input parameters for GET_SECURITY_MARKS are:
Parameter | Type | Required | Description |
---|---|---|---|
file | Array<json>, JSON | Optional | ACS file to be updated. If the received value contains multiple files, only the first of them will be processed. |
folder | Array<json>, JSON | Optional | Alfresco Content Services folder to be updated. Folder variables are initialised by content actions or content events in triggers. |
nodeId | String | Optional | Node ID of the file or folder in Alfresco Content Services. For example: a6a977a6-c728-4038-8dbc-d914c4d8cfb3. |
path | String | Optional | Location or relative path of the node to be updated. For example, a location path could be /app:company_home/app:user_homes/cm:hruser and a relative path could be /User Homes/hruser (by default the relative path is from Company Home). |
securityGroupName | String | Optional | Security group that contains the security marks to be assigned, for example PII. |
The output parameters from GET_SECURITY_MARKS are:
Parameter | Type | Required | Description |
---|---|---|---|
response | Array<json> | Optional | Response for the calls. |
securityMarks | Array<json> | Optional | Array including security marks of the node for the provided security group. |