decreaseFlowRateAllowanceWithPermissions
decreaseFlowRateAllowanceWithPermissions
Function Header
permissionsToAdd
Using decreaseFlowRateAllowanceWithPermissions
requires understanding the permissionsToAdd
parameter.
ACL Permission are designated with the ACL permissions bitmask. Basically, the permissions level you provide in permissionsToAdd
is appended to the existing permissions as though you are saying this account now has its existing permissions EXCEPT the new permissions defined by permissionsToAdd
. See the example below.
Example Usage
Last updated
Was this helpful?