-
priyasony posted an update 1 month, 2 weeks ago
HOW DO WE GET THE RIGHTS OF A USER IN SAILPOINT?
I’m trying to write a policy violation in Sailpoint. But I don’t know how to get the rights of the user who is asking a new right. I’ve tried this:List links1 = null;
IdentityService service = new IdentityService(context);
Application app1 = context.getObjectByName(Application.class, “Autr…[Read more]
-
priyasony posted an update 5 months ago
HOW DO WE GET THE RIGHTS OF A USER IN SAILPOINT?
I’m trying to write a policy violation in Sailpoint. But I don’t know how to get the rights of the user who is asking a new right. I’ve tried this:List links1 = null;
IdentityService service = new IdentityService(context);
Application app1 = context.getObjectByName(Application.class, “Autr…[Read more]
show less
show more
@priyasony
HOW DO WE GET THE RIGHTS OF A USER IN SAILPOINT?
I’m trying to write a policy violation in Sailpoint. But I don’t know how to get the rights of the user who is asking a new right. I’ve tried this:
List links1 = null;
IdentityService service = new IdentityService(context);
Application app1 = context.getObjectByName(Application.class, “Autr […] View