Versions Compared

Key

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

...

  • deleteAclGroup
    1. String id - UUID of the ACL group. (Required)
  • listAclGroups
    1. String name - name of the ACL group.
    2. String id - UUID of the ACL group.
  • addAccountToAclGroup
    1. String id - UUID of the ACL group. (Required)
    2. List<String> accounts - comma separated list of account id that are going to be assigned to the acl group
  • removeAccountFromAclGroup
    1. String id - UUID of the ACL group. (Required)
    2. List<String> accounts - comma separated list of account id that are going to be removed from the acl group

...

  • deleteAclPolicy
    1. String id - UUID of the ACL Policy. (Required)
  • listAclPolicies
    1. String name - name of the ACL policy.
    2. String id - UUID of the ACL policy.
  • addAclPolicyToAclGroup
    1. String id - UUID of the ACL group. (Required)
    2. List<Long> policies - comma separated list of policy ids that are going to be assigned to the acl group
  • removeAclPolicyFromAclGroup
    1. String id - UUID of the ACL group. (Required)
    2. List<Long> policies- comma separated list of policy ids that are going to be revoked from the acl group
  • grantPermissionToAclPolicy
    1. String id - UUID of the ACL policy. Required
    2. List<String> permissions - comma separated list of permission statements that are going to be added to the acl policy
  • revokePermissionFromAclPolicy

...