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.
  • assignAclPolicyToAclGroup addAclPolicyToAclGroup
    1. String id - UUID of the ACL group. Required
    2. List<Long> List<String> policies - comma separated list of policy ids that are going to be assigned to the acl group
  • revokeAclPolicyFromAclGroup removeAclPolicyFromAclGroup
    1. String id - UUID of the ACL group. Required
    2. List<Long> List<String> policies- comma separated list of policy ids that are going to be revoked from the acl group
  • createAclPermission
    1. String action - name of the API allowed/denied. Required
    2. String permission - "Allow"/ "Deny"
    3. String scope- ("Account" / "Domain" / "Resource")
    4. String scope id - UUID of the Scope
    5. String resourceType
  • addAclPermissionToAclPolicy grantPermissionToAclPolicy
    1. String id - UUID of the ACL policy. Required
    2. List<String> permissions permissionIds - comma separated list of permission statements ids that are going to be added to the acl policy
  • removeAclPermissionFromAclPolicy
    1. String id - UUID of the ACL policy. Required
    2. List<String> permission Ids - comma separated list of permission ids that are going to be removed from the acl policy
    revokePermissionFromAclPolicy

IAM Interface