# notificationSettingItem

Represents a single notification setting entry.

### Examples

```graphql
type NotificationSettingItem {
  type: NotificationSettingsType!
  enabled: Boolean!
  channels: NotificationChannelSetting
}
```

### Fields

| Field                                                                                                                                                   | Description                               | Supported fields                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| type [`NotificationSettingsType!`](https://docs.ox.security/api-documentation/api-reference/api--audit/types/enums/notification-settings-type)          | Type of notification setting              |                                                                                                                                           |
| enabled `Boolean!`                                                                                                                                      | Whether this notification type is enabled |                                                                                                                                           |
| channels [`NotificationChannelSetting`](https://docs.ox.security/api-documentation/api-reference/api--audit/types/objects/notification-channel-setting) | Channel-specific settings                 | <p>email <a href="channel-setting"><code>ChannelSetting</code></a><br>slack <a href="channel-setting"><code>ChannelSetting</code></a></p> |

### References

#### Fields with this object:

* [{} AuditLog.notificationSettings](https://docs.ox.security/api-documentation/api-reference/api--audit/types/objects/audit-log)
