Property description
The conditions property allows only specified user relation types to edit the attribute type.
The is_condition_based_editable feature must be enabled for conditions to take effect.
Minimal JSON
{
"userRelationTypeKey": ""
}{
"userRelationTypeKey": "core_steward",
"workflowStateKey": "core_review"
}] ]
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
userRelationTypeKey | Key of the user relation type allowed to edit this attribute. | string | Yes |
workflowStateKey | key of the workflow state, in which the objects can be edited. If not specified or set to null, the condition will apply to all workflow states. | string | No |