a Dataset access control item
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | the identity id | [default to undefined] |
| role | string | a role | [default to undefined] |
import { DatasetAccessControl } from '@cosmotech/api-ts';
const instance: DatasetAccessControl = {
id,
role,
};