Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.  

PropertyValue
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. 

"actions": [
	{
		"kind": "UnassignContentPermissionSetsAction",
		"permissionSetIds": [
			"617a2008a5274735b50a926c8da6097c"
		],		
		"traceRefId": null
	}
],
  • No labels