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