WebTestPropertiesResponseValidationRules

data class WebTestPropertiesResponseValidationRules(val contentValidation: WebTestPropertiesResponseContentValidation? = null, val expectedHttpStatusCode: Int? = null, val ignoreHttpStatusCode: Boolean? = null, val sSLCertRemainingLifetimeCheck: Int? = null, val sSLCheck: Boolean? = null)

The collection of validation rule properties

Constructors

Link copied to clipboard
constructor(contentValidation: WebTestPropertiesResponseContentValidation? = null, expectedHttpStatusCode: Int? = null, ignoreHttpStatusCode: Boolean? = null, sSLCertRemainingLifetimeCheck: Int? = null, sSLCheck: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The collection of content validation properties

Link copied to clipboard

Validate that the WebTest returns the http status code provided.

Link copied to clipboard

When set, validation will ignore the status code.

Link copied to clipboard

A number of days to check still remain before the the existing SSL cert expires. Value must be positive and the SSLCheck must be set to true.

Link copied to clipboard
val sSLCheck: Boolean? = null

Checks to see if the SSL cert is still valid.