Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Restrict ownership for AD Groups

Sravika_Yedida
New Contributor
New Contributor

Hi Team,

Do we have any way to restrict number of users requested as owners by the requestor while creation of AD groups request.

And we also want the requestor to select owner type as user and not usergroup. Is this possible? If yes, please share me the steps .

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You can't hide User Group option but you can auto reject in workflow

We are only allowing 1 owner of User Type 

 

String.valueOf(dynamicAttributesReqAccess.get(requestaccesskey).get('USERRANKJSON')).count(':[1]')==1 and ! (String.valueOf(dynamicAttributesReqAccess.get(requestaccesskey).get('USEROWNERKEYADDED')).contains(',')) and ! (String.valueOf(dynamicAttributesReqAccess.get(requestaccesskey)).contains('USERGROUPOWNERKEYADDED'))

rushikeshvartak_1-1712806063293.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.