manage entitlements

Hi All,

I have many ldap groups and for each group there is an entitlement (2 access request policy: spp initiated & sps initiated) different target. 

It is possible to duplicate entitlements with its access request policy?

after duplication of that entitlement add a group asset.

or use "import" to create a large number of entitlements (ca 120) 

kind regards

Federico

Parents
  • Hi Federico,

    There is no option to duplicate or import entitlements via the Safeguard Desktop client.

    You could utilize the Safeguard Core API to script the creation of Entitlements and Access request policies. The following operations are available:

    POST /v3/Roles

    - This can be used to create the entitlements and attach the user or groups as members.

    POST /v3/AccessPolicies

    - This can be used to create Access Request Policies and attach to the Roles (Entitlements) created in the steps above.

    For more information on using the API, please see the link below:

    support.oneidentity.com/.../4

    Thanks!

Reply
  • Hi Federico,

    There is no option to duplicate or import entitlements via the Safeguard Desktop client.

    You could utilize the Safeguard Core API to script the creation of Entitlements and Access request policies. The following operations are available:

    POST /v3/Roles

    - This can be used to create the entitlements and attach the user or groups as members.

    POST /v3/AccessPolicies

    - This can be used to create Access Request Policies and attach to the Roles (Entitlements) created in the steps above.

    For more information on using the API, please see the link below:

    support.oneidentity.com/.../4

    Thanks!

Children
No Data