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