the dataset security information
| Name | Type | Description | Notes |
|---|---|---|---|
| _default | string | the role by default | [default to undefined] |
| accessControlList | Array<DatasetAccessControl> | the list which can access this Dataset with detailed access control information | [default to undefined] |
import { DatasetSecurity } from '@cosmotech/api-ts';
const instance: DatasetSecurity = {
_default,
accessControlList,
};