Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • listAclPolicies
    1. String name - name of the ACL policy.
    2. String id - UUID of the ACL policy.
  • attachAclPolicyToAclGroup assignAclPolicyToAclGroup
    1. String id - UUID of the ACL group. Required
    2. List<String> policies - comma separated list of policy ids that are going to be assigned to the acl group
  • removeAclPolicyFromAclGroup revokeAclPolicyFromAclGroup
    1. String id - UUID of the ACL group. Required
    2. List<String> policies- comma separated list of policy ids that are going to be revoked from the acl group

...