Creates access control lists (ACLs) which are bound to specific resources. This operation is not transactional so it may succeed for some ACLs while fail for others. If you attempt to add an ACL that duplicates an existing ACL, no error will be raised, but no changes will be made. This operation is
([]*ResourceAcls)
| 107 | // If you attempt to add an ACL that duplicates an existing ACL, no error will be raised, but |
| 108 | // no changes will be made. This operation is supported by brokers with version 0.11.0.0 or higher. |
| 109 | CreateACLs([]*ResourceAcls) error |
| 110 | |
| 111 | // Lists access control lists (ACLs) according to the supplied filter. |
| 112 | // it may take some time for changes made by createAcls or deleteAcls to be reflected in the output of ListAcls |
no outgoing calls