Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Excerpt

ContentPermissionSetUnassignedCondition checks if the selected Content Permission Set is unassigned from any Content Item and triggers in this very moment e.g. Check if Content Permission Set "Legal Review" is unassigned.  

Include Page
TERMS:Business Rule Condition: Content Permission Set Unassigned
TERMS:Business Rule Condition: Content Permission Set Unassigned

(lightbulb) Triggers the moment the selected Content Permission Set is unassigned from any Content Item. 

Use Permission Set Assigned inside AND/OR to check if multiple Layers were unassigned. 

Check if Two Permission Sets were Unassigned
Code Block
title
{
    "kind": "AndCondition",
    "conditions": [
		{
		"kind": "ContentPermissionSetUnassignedCondition",
		"layerId": "a628678f5e134f21a9f6b4e454113c23"
		},
		{
		"kind": "ContentPermissionSetUnassignedCondition",
		"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 anytime.   

Property

Value

kind

ContentPermissionSetUnassignedCondition

layerId

The ID of the Content Permission Set to check. 

See Access Permission

Sets for

Sets for details, but except in the JSON, you don't have to worry about the ID. 

...

Is Permission Set "Marketing Only" Assigned?

Code Block
{
	"kind": "ContentPermissionSetUnassignedCondition",
	"permissionSetId": "a628678f5e134f21a9f6b4e454113c23"
}

...