Hello,
I want to restrict a user to view a specific attribute(SSN) from an entity, I have created a empty role(Role_PII_Mask) and under permissions json added that role under the uri but somehow the SSN attribute is still visible. Along with the custom role(Role_PII_Mask) the user is assigned with Role_Api and Role_user.
{
"uri": "configuration/entityTypes/LFD_Person/attributes/SSN",
"permissions": [
{
"role": "Role_PII_Mask",
"access": []
}
]
}
kindly let me know how to achieve this.
Thanks
------------------------------
Atharva Ruikar
------------------------------