You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**permissions**|**com.fasterxml.jackson.databind.JsonNode**| JSON object with the set of permissions. Structure is specific for role type |[optional][readonly]|
20
+
|**excludedPermissions**|**com.fasterxml.jackson.databind.JsonNode**| JSON object with the set of excluded permissions. Only applicable for generic roles. Structure is the same as permissions |[optional][readonly]|
20
21
|**version**|**Long**||[optional]|
21
22
|**ownerId**|**EntityId**| JSON object with Customer or Tenant Id |[optional][readonly]|
Copy file name to clipboardExpand all lines: pe/docs/RuleChainMetaData.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ A JSON value representing the rule chain metadata.
15
15
|**nodes**|**List\<RuleNode\>**| List of rule node JSON objects ||
16
16
|**connections**|**List\<NodeConnectionInfo\>**| List of JSON objects that represent connections between rule nodes ||
17
17
|**ruleChainConnections**|**List\<RuleChainConnectionInfo\>**| List of JSON objects that represent connections between rule nodes and other rule chains. ||
18
+
|**notes**|**List\<RuleChainNote\>**| List of sticky notes placed on the rule chain canvas |[optional]|
0 commit comments