Versions Compared

Key

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

...

  • Action (API Name)
  • Allow / Deny
  • Scope (Account | Domain | Resource)
  • Scope Id (Id of the above defined scope)
  • Resource Type

IAM Schema

IAM API

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

  1. createAclGroup
  • String name - name of the ACL group.
  • String description - short decsription
  • String domainId - UUID of the domain of the account owning the acl group
  1. deleteAclGroup
  • String id - UUID of the ACL group.
  1. listAclGroups
  • String name - name of the ACL group.
  • String id - UUID of the ACL group.
  1. addAccountToAclGroup
  • String id - UUID of the ACL group.
  • List<String> accounts - comma separated list of account id that are going to be assigned to the acl group
  1. removeAccountFromAclGroup
  • String id - UUID of the ACL group.
  • List<String> accounts - comma separated list of account id that are going to be removed from the acl group

IAM Interface