...
- listAclPolicies
- String name - name of the ACL policy.
- String id - UUID of the ACL policy.
- assignAclPolicyToAclGroup addAclPolicyToAclGroup
- String id - UUID of the ACL group. Required
- List<Long> List<String> policies - comma separated list of policy ids that are going to be assigned to the acl group
- revokeAclPolicyFromAclGroup removeAclPolicyFromAclGroup
- String id - UUID of the ACL group. Required
- List<Long> List<String> policies- comma separated list of policy ids that are going to be revoked from the acl group
- createAclPermission
- String action - name of the API allowed/denied. Required
- String permission - "Allow"/ "Deny"
- String scope- ("Account" / "Domain" / "Resource")
- String scope id - UUID of the Scope
- String resourceType
- addAclPermissionToAclPolicy grantPermissionToAclPolicy
- String id - UUID of the ACL policy. Required
- List<String> permissions permissionIds - comma separated list of permission statements ids that are going to be added to the acl policy
- removeAclPermissionFromAclPolicy
- String id - UUID of the ACL policy. Required
- List<String> permission Ids - comma separated list of permission ids that are going to be removed from the acl policy
revokePermissionFromAclPolicy
IAM Interface
{"serverDuration": 328, "requestCorrelationId": "ba097fbe7cd31fc8"}