> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PermissionsSchema

# PermissionsSchema

## Properties

| Name                         | Type     | Description | Notes                           |
| ---------------------------- | -------- | ----------- | ------------------------------- |
| **role**                     | **str**  |             | \[optional]                     |
| **can\_view**                | **bool** |             |                                 |
| **can\_write**               | **bool** |             |                                 |
| **can\_admin**               | **bool** |             |                                 |
| **can\_delete**              | **bool** |             |                                 |
| **can\_create\_environment** | **bool** |             | \[optional] \[default to False] |
| **can\_rename\_environment** | **bool** |             | \[optional] \[default to False] |
| **can\_delete\_environment** | **bool** |             | \[optional] \[default to False] |
| **can\_create\_twin**        | **bool** |             | \[optional] \[default to False] |
| **can\_delete\_twin**        | **bool** |             | \[optional] \[default to False] |


Built with [Mintlify](https://mintlify.com).