Hi all,
Is it possible to get a list of roles that have privileged access profiles?
Hoping to use this in a certification.
I’ve been able to get a list of privileged entitlements with:
privileged:true
and a list of access profiles with privileged entitlements with:
@entitlements(privileged:true)
Just not able to easily get a list of roles that has privileged access profiles.
Thanks for your help!