The JSON ACL body has the format shown below. Entries at each hierarchical level can be in any order.
{
"grant": [{
"grantee": {
"type":"(user|group)",
"name":"(hcp-username
|active-directory-username
|active-directory-group
|all_users
|authenticated)"[,]
If the name entry specifies an Active Directory user or group,
include the domain entry
"domain":"active-directory-domain"
},
"permissions": {
"permission":[["READ"[,]|"READ_ACL"[,]|"WRITE"[,]
|"WRITE_ACL"[,]|"DELETE"]]
}
}]
Up to 999 additional grant entries
}
© 2016 Hitachi Data Systems Corporation. All rights reserved.