Versions Compared

Key

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

...

...

...

...

...

...

Excerpt

The UnassignContentPermissionSetsAction unassigns content permission sets from Content Items e.g. remove access for suppliers. 

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

UnassignContentPermissionSetsAction

permissionSetIds

The IDs of the Permission Sets to assign. 

See

Access

Permission Set for details, but except in the JSON, you don't have to worry about casing. 

Unassign Permission Set

Code Block
"actions": [
	{
		"kind": "UnassignContentPermissionSetsAction",
		"permissionSetIds": [
			"617a2008a5274735b50a926c8da6097c"
		],		
		"traceRefId": null
	}
],