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

Name of the role

List of role privileges which must be provisioned
Ensure that at least one rolePrivilege
is present.
The value of the attribute must consist values for the following attributes:
-
privilegeName
-
serviceId
– Unique ID associated withprivilegeName
The value of this attribute must be in the JSON format.
For example:
{"privilegeName":"APP_ADMIN","serviceId":"039kk8xu49mji9t"}

Description of the role
Note
-
Every
privilegeName
must have oneserviceId
associated with it. -
Ensure that you enter an appropriate
serviceId
with respect toprivilegeName
.
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:
<AttributeRequest name="rolePrivileges" op="Add">
<Value>
<List>
<String>{"privilegeName":"APP_ADMIN","serviceId":"039kk8xu49mji9t"}</String>
<String>{"privilegeName":"USERS_UPDATE","serviceId":"00haapch16h1ysv"}</String>
</List>
</Value>
</AttributeRequest>