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