Here you can set the request limits for a user to obtain a session ID through basic authentication using username and password.
| Measure | Description | 
|---|---|
| FilterEnabled | Whether limiting usage is enabled or not. True or false. | 
| Overdraft | The maximum number of login requests that can happen in a burst scenario. | 
| RefillPerMinute | The average number of login requests that is allowed. | 
| MinimumRemainingTokens | The number of tokens in the bucket with the fewest tokens since the service was started or since the Overdraft and the RefillPerMinute were set. | 
| MinimumRemainingTokensBucket | The login of the user with the bucket that has the fewest available tokens. | 
Here you can set the request limits for each web-service token or each session ID.
| Measure | Description | 
|---|---|
| FilterEnabled | Whether limiting usage is enabled or not. True or false. | 
| Overdraft | The maximum number of requests that can happen in a burst scenario with a specific web-service token or with a specific session ID. | 
| RefillPerMinute | The average number of requests that is allowed with a specific web-service token or with a specific session ID. | 
| MinimumRemainingTokens | The number of tokens in the bucket with the fewest tokens since the service was started or since the Overdraft and the RefillPerMinute were set. | 
| MinimumRemainingTokensBucket | The web-service token or the session ID with the fewest available tokens. |