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