Web Test Properties Validation Rules Args
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
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.