WebTestPropertiesValidationRulesArgs

data class WebTestPropertiesValidationRulesArgs(val contentValidation: Output<WebTestPropertiesContentValidationArgs>? = null, val expectedHttpStatusCode: Output<Int>? = null, val ignoreHttpStatusCode: Output<Boolean>? = null, val sSLCertRemainingLifetimeCheck: Output<Int>? = null, val sSLCheck: Output<Boolean>? = null) : ConvertibleToJava<WebTestPropertiesValidationRulesArgs>

The collection of validation rule properties

Constructors

Link copied to clipboard
constructor(contentValidation: Output<WebTestPropertiesContentValidationArgs>? = null, expectedHttpStatusCode: Output<Int>? = null, ignoreHttpStatusCode: Output<Boolean>? = null, sSLCertRemainingLifetimeCheck: Output<Int>? = null, sSLCheck: Output<Boolean>? = null)

Properties

Link copied to clipboard

The collection of content validation properties

Link copied to clipboard
val expectedHttpStatusCode: Output<Int>? = null

Validate that the WebTest returns the http status code provided.

Link copied to clipboard
val ignoreHttpStatusCode: Output<Boolean>? = null

When set, validation will ignore the status code.

Link copied to clipboard
val sSLCertRemainingLifetimeCheck: Output<Int>? = null

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: Output<Boolean>? = null

Checks to see if the SSL cert is still valid.

Functions

Link copied to clipboard
open override fun toJava(): WebTestPropertiesValidationRulesArgs