validateSsl property

bool? validateSsl
getter/setter pair

Boolean specifying whether to include SSL certificate validation as a part of the Uptime check.

Only applies to checks where monitored_resource is set to uptime_url. If use_ssl is false, setting validate_ssl to true has no effect.

Implementation

core.bool? validateSsl;