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