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