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