Hello, we’re trying to implement a transform to handle the licenseStatus attribute, which can hold the values’ licensed, unlicensed, or light.
The trick is to implement the light license status based on an identity’s account count.
There is any way to calculate it through an attribute transform?
I suspect that a table transform based upon a HR source.attribute will do the trick.
Something must be coming from there to determine the licence status - otherwise how would sailpoint be able to charge you…
We’re currently mapping license statuses for licensed and unlicensed, through an attribute transform, and we’d like to include a light license as well. This should apply to any identity holding 6 or fewer accounts (IdentityNow + Authoritative + 4 additional accounts).
Can we calculate the number of accounts associated with an identity using an attribute Transform? If not, what would be the best approach?