Versions Compared

Key

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

...

  • Create a program to execute the query below, which includes the form fields, policy groups (aka application permissions), and the workflow steps
    • Inputs
      • groupName
    • Logic
      • lookup the groupId based on the groupName
      • lookup all the application ids in the system
      • loop through each application id
        • query 
        • search for the groupName in the response
          • matches will come against the listPolicyGroups ojbect under identities where type=GROUP and label=groupName
          • matches will come against the assignee.value.group.label object; part of the group object is the group id 
    • Outputs
      • list of applications referencing the group
        • application name
        • permissions policy group (null if no references)
        • workflow's step name (null if no references)


Image Added

Image Added