ValidationOptionsResponse

data class ValidationOptionsResponse(val schemaValidation: String, val undeclaredProperties: String)

Options for how to validate and process properties on a resource.

Constructors

Link copied to clipboard
fun ValidationOptionsResponse(schemaValidation: String, undeclaredProperties: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Customize how deployment manager will validate the resource against schema errors.

Link copied to clipboard

Specify what to do with extra properties when executing a request.