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
fun WebTestPropertiesValidationRulesArgs(contentValidation: Output<WebTestPropertiesContentValidationArgs>? = null, expectedHttpStatusCode: Output<Int>? = null, ignoreHttpStatusCode: Output<Boolean>? = null, sSLCertRemainingLifetimeCheck: Output<Int>? = null, sSLCheck: Output<Boolean>? = null)