D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

ACLList Data Type

Properties
name data type description
acls array of ACL

Example

{
  "acls" : [ {
    "principal" : "...",
    "accessTypes" : [ "WRITE_OWNER", "WRITE_OWNER" ]
  }, {
    "principal" : "...",
    "accessTypes" : [ "WRITE_OWNER", "ADMINISTRATOR" ]
  } ]
}