AccessControlList
org.sagebionetworks.repo.model.AccessControlList
Contains list of principals who can access the data with the allowed types of access for each.
| Field | Type | Description |
|---|---|---|
| id | STRING | The entity id |
| createdBy | STRING | UNUSED -- maintained only for backwards compatibility with archived objects |
| creationDate | STRING | |
| modifiedBy | STRING | UNUSED -- maintained only for backwards compatibility with archived objects |
| modifiedOn | STRING | UNUSED -- maintained only for backwards compatibility with archived objects |
| etag | STRING | |
| resourceAccess | SET<ResourceAccess> | The list of principals who can access the data with the allowed types of access for each. |