# D (3 resources)

We will have a list of permissions on these resources:

* Device

<details>

<summary>DEVICE</summary>

* [x] Create (DEVICE.CREATE)
* [x] View (DEVICE.READ)
* [x] Edit (DEVICE.UPDATE)
* [x] Delete (DEVICE.DELETE)

</details>

{% hint style="warning" %}
With DEVICE permissions, we will have the following permissions on these objects:

* Device: Profile
* Device: Setting
  {% endhint %}

<details>

<summary>DEVICEPROFILE</summary>

* [x] Institut(DEVICEPROFILE.CREATE)
* [x] View (DEVICEPROFILE.READ)
* [x] Edit (DEVICEPROFILE.UPDATE)
* [x] Delete (DEVICEPROFILE.DELETE)

</details>

<details>

<summary>DEVICESETTING</summary>

* [x] Create (DEVICESETTING.CREATE)
* [x] View (DEVICESETTING.READ)
* [x] Edit (DEVICESETTING.UPDATE)
* [x] Delete (DEVICESETTING.DELETE)

</details>
