The goal of the workflow is that based on specific priviledged account beinng requested the manager gets a form to fill out how long the access is needed. Once chosen it will manage the access at that time. Is it possible that the access profile id taken from the trigger parse correctly. Or will I need to make a different workflow for each access profile.
The goals is revoking the specific access item that was request so that it can scale properly example:
user 1 requests azure root account want for 2 day and the workflow manages access in 2 days for azure root account
user 2 request azure contributor account want for 1 day and the workflow manages access in 1 day for azure contributor account
With this it specific to the access profile, and doesn’t scale to what it trigger just to the one specific access profile. is this possible?
I don’t want to put the filter : $.getAccess.accessItems[?(@.name =~ /Azure*/i)]
to this in case one user has another role that includes this name, but I don’t think that should happen, but trying to see all my options