Authorization
This topic describes the Authorization element.
Description
The authorization protocol used when polling the status. Only use this element if you are monitoring a secure Web service.
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| Scheme | The HTTP authorization scheme. (required) | One of the following values:
|
| Endpoint | The token Endpoint attribute is needed if the HTTP Authorization scheme is set to OAuth2. (optional) | string |
| ClientId | The id of the client needed if the HTTP Authorization scheme is set to OAuth2. (optional) | string |
| ClientSecret | The client secret needed if the HTTP Authorization scheme is set to OAuth2. (optional) | string |
| TokenHeaderName | The token header name. Set this string to monitor anti-CSRF-secured services with a custom header name. (optional) | string |
| TokenCookieName | The token cookie name. Set this string to monitor anti-CSRF-secured services with a custom cookie name. (optional) | string |