# RainbowAuthenticationPortal.PutApiRainbowLogsLevels

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**console** | **String** | Level to set for &lt;strong&gt;console&lt;/strong&gt; transport | [optional] 
**file** | **String** | Level to set for &lt;strong&gt;file&lt;/strong&gt; transport | [optional] 
**syslog** | **String** | Level to set for &lt;strong&gt;syslog&lt;/strong&gt; transport | [optional] 


<a name="ConsoleEnum"></a>
## Enum: ConsoleEnum


* `debug` (value: `"debug"`)

* `info` (value: `"info"`)

* `warn` (value: `"warn"`)

* `error` (value: `"error"`)




<a name="FileEnum"></a>
## Enum: FileEnum


* `debug` (value: `"debug"`)

* `info` (value: `"info"`)

* `warn` (value: `"warn"`)

* `error` (value: `"error"`)




<a name="SyslogEnum"></a>
## Enum: SyslogEnum


* `debug` (value: `"debug"`)

* `info` (value: `"info"`)

* `warning` (value: `"warning"`)

* `error` (value: `"error"`)




