...
IAM Schema

IAM API
New API's that will be added are as follows. The parameters that are mandatory are highlighted in bold.
- String name - name of the ACL group. Required
- String description - short decsription
- String domainId - UUID of the domain of the account owning the acl group
- String id - UUID of the ACL group. Required
- String name - name of the ACL group.
- String id - UUID of the ACL group.
- String id - UUID of the ACL group. Required
- List<String> accounts - comma separated list of account id that are going to be assigned to the acl group
- removeAccountFromAclGroup
- String id - UUID of the ACL group. Required
- List<String> accounts - comma separated list of account id that are going to be removed from the acl group
IAM Interface