getIdentityRule

The getIdentityRule operation handles configuration related to IdentityRule model. 

Path Parameters

Parameter Required Type Description
parentId True string
objId True string

Example

- name: Execute 'getIdentityRule' operation
  ftd_configuration:
    operation: "getIdentityRule"
    path_params:
        parentId: "{{ parent_id }}"
        objId: "{{ obj_id }}"