Update Role

The following are the list of provisioning policy attributes for Update Role.

Note

  • Every privilegeName must have one serviceId associated with it.

  • Ensure that you enter an appropriate serviceId with respect to privilegeName.

The values for rolePrivileges attributes must be in JSON format, and they must set values for the sub-attributes of their respective attribute.

For example, the following request updates the rolePrivileges attribute of a role:

Copy
<AttributeRequest name="rolePrivileges" op="Add">
    <Value>
        <List>
            <String>{"privilegeName":"APP_ADMIN","serviceId":"039kk8xu49mji9t"}</String>
            <String>{"privilegeName":"USERS_UPDATE","serviceId":"00haapch16h1ysv"}</String>
        </List>
    </Value>
</AttributeRequest>