RelationshipConditionRule
Model represents relationship rules for a custom group
Properties
Comparison operator
Possible values are: EQ , NOT_EQ , CONTAINS , NOT_CONTAINS , STARTS_WITH , NOT_STARTS_WITH , ENDS_WITH , NOT_ENDS_WITH , REGEX , NOT_REGEX
Name of the resource
Type of the relationship
Possible values are: PARENT , CHILD , ANCESTOR , DESCENDANT
Traversal spec identifier
JSON Example
{
"compareOperator": "EQ",
"name": "string",
"relation": "PARENT",
"travesalSpecId": "string"
}
Property Of
MembershipRuleGroup