Versions Compared

Key

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

...

IAM Schema

IAM API

New API's that will be added are as follows. The parameters that are mandatory are highlighted in bold.

  • createAclGroup
  1. String name - name of the ACL group. Required
  2. String description - short decsription
  3. String domainId - UUID of the domain of the account owning the acl group
  • 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

IAM Interface