Table of Contents
Content Permission Set Assigned Condition
Table of Contents
The condition Content Permission Set Assigned checks whether a permission set is assigned, which grants access to specific user roles. For example, check whether the permission set "SocialMedia-AllAccess" is assigned to ensure that publication information (platform, date, tags, post) is updated.
Triggers the moment the selected Content Permission Set is assigned to any Content Item.
Use the Permission Set Assigned inside AND/OR to check if multiple Permission Sets were assigned.
{
"kind": "OrCondition",
"conditions": [
{
"kind": "ContentPermissionSetAssignedCondition",
"layerId": "a628678f5e134f21a9f6b4e454113c23"
},
{
"kind": "ContentPermissionSetAssignedCondition",
"layerId": "a628678f5e134f21a9f6b4e454113o84"
}
]
}Specific definitions
Type-ahead and select the Content Permission Set from the dropdown. The Permission Set ID is used in the Business Rule, so you can update the name at any time.
| Property | Value |
|---|---|
| kind | ContentPermissionSetAssignedCondition |
| layerId |
The ID of the Content Permission Set to check. See Access Permission Sets for details, but except in the JSON, you don't have to worry about the ID. |
Is Permission Set "Marketing Only" Assigned?
{
"kind": "ContentPermissionSetAssignedCondition",
"permissionSetId": "a628678f5e134f21a9f6b4e454113c23"
}