Minh Trần
1 min readJan 20, 2020

--

I have a question to this function. I want to update the list of application’s permissions (resources). How could I update entire list instead of just appending them. For example:
<xsd1:permissionAndRoleConfig>
<xsd1:permissions><xsd1:value>/file/write</xsd1:value></xsd1:permissions>
</xsd1:permissionAndRoleConfig>
TO
<xsd1:permissionAndRoleConfig>
<xsd1:permissions><xsd1:value>/file/read</xsd1:value></xsd1:permissions>
</xsd1:permissionAndRoleConfig>

--

--

Minh Trần
Minh Trần

No responses yet