Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "objectName": "Document",
    "attribute": "businessPartner.key",
    "dataControlRoleValues": [
        {
            "role":  "testRole"
            "valueType": "IntegerLong",
            "value": "20867070"
        },
        {
            "role": "testRole",
            "valueType": "IntegerLong",
            "value": "22210381"
        }
    ]
}

...


  • objectName the Dataloy object that has to be applied the access control
  • attribute the attribute name to be used to restrict the access
  • role the security role that will use the access control
  • value the value to use as filter to restrict data
  • valueType  the type of the value (Integer, String)