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