Table of Contents
Unassign Content Permission Sets Action
Table of Contents
The UnassignContentPermissionSetsAction unassigns content permission sets from Content Items, e.g., removes access for suppliers.
Specific definitions
Type-ahead and select the content permission set from the dropdown list. The Permission Set ID is used in the Business Rule, so you can update the name at any time.
| Property | Value |
|---|---|
| kind | UnassignContentPermissionSetsAction |
| permissionSetIds |
The IDs of the Permission Sets to assign. See Permission Set for details, but except in the JSON, you don't have to worry about casing. |
Unassign Permission Set
"actions": [
{
"kind": "UnassignContentPermissionSetsAction",
"permissionSetIds": [
"617a2008a5274735b50a926c8da6097c"
],
"traceRefId": null
}
],