08/06/2023 05:10 AM
Hi,
We have a requirement while we raise a request for a Service Account via the Manage Service Account tile in ARS.
We have two account types: Service Account and Common Account.
Whenever we select Service Accounts the Requestable Group entitlement type should show and whenever we select Common Account. the Requestable Group entitlement type should hide.
Since Account Type attribute is configured in saviynt backend. Hence not sure if this use case is configurable
08/06/2023 11:27 AM
Hi @AshishDas ,
Can you try using the binding variable ${accountType} in your Config For Available Entitlement In Service Account under Entitlement Type under Endpoints.
The value of the OOTB Account Type dropdown is stored in the request_access_attr table and should ideally be available for reference.
Viewing or Updating Endpoints (saviyntcloud.com)
Thanks,
Armaan
08/06/2023 01:13 PM
{"Service Account": "ev.customproperty24='TRUE' ,"Common Account": "ev.customproperty24='FALSE' "}
use above json if customproperty 24 of entitlement is true then service account entitlement will be visible if falsse then common account