Hello Everyone,
I want to create a certification campaign to remove entitlements (having specific tag) for an identity. Please help me with a solution to it.
Thankyou
Hello Everyone,
I want to create a certification campaign to remove entitlements (having specific tag) for an identity. Please help me with a solution to it.
Thankyou
Please refer this example.
Also there are V3 API’s. That should be possible with API.
Assuming the required entitlements have already been tagged. If not, you can tag them as follows:
"abc"
).Once the entitlements are tagged, you can create a User Access Review (UAR) campaign to review them:
tags:"<your tag name>"
(Replace <your tag name>
with the actual tag you used.)
All access items (entitlements) with that tag will be included in the campaign.
OR
in the search query to include all tags for certification (e.g., tags:("Tag1" OR "Tag2"
).Hi
I have to certify the tagged entitlements only when an identity attribute has a value “tagcert” and is assigned to an identity.
Try using the Search and Certifications
@accessModelMetadata(key:“iscRisk”) AND @accessModelMetadata(value:“High”)
If you are using metadata on the entitlements, you should be able to find all entitlements with the metadata.
If you have been tagging Identities with a given Tag value, you should be able to find all of the Identities with the tag through search and create a certification off of those Identities.
I created a Tag named “IT Tag” and it created a tag “IT_TAG”
to search on it you can search on: tags:“IT_TAG”
Use this search for your Certification - when you create the certification specify Identities with a Query and put in your query.