Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...


Excerpt

The AssignContentPermissionSetsAction assigns content permission sets to content e.g. give access to 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

AssignContentPermissionSetsAction

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. 

replaceIndicates whether the already assigned permissions should be replaced or merged.


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

...