Share all details about your problem, including any error messages you may have received.
*Hi, We have declared an attribute(isPrivileged) in our Active directory application to identify the account Privileged or not based on certain logic. This attribute does not exist in Target. Once the ProvisiongResult is commited, I want to update the attribute only in Sailpoint. I am adding this attribute to the existing account request in After Provisiong rule as below, but its not working.
Please suggest any workaround to do this.
List newAttrRequests = new ArrayList();
for(AttributeRequest tempAttr: attrReqList){
newAttrRequests.add(tempAttr);
}
newAttrRequests.add(new AttributeRequest(“isPrivileged”, ProvisioningPlan.Operation.Set, “True”));
accReq.setAttributeRequests(newAttrRequests); *
We are checking based on the entitlement being assigned to the account. If the entitlement is marked as Privileged then the account would be Privileged
@sahoos9
FYI, Display only works if the attribute is part of your provisioning policy but if you are setting this specifically during before provisioning rule and not part of your provisioning policies , you should go with excludeAttributesFromProvisioning