CustomRPValidationsResponse

data class CustomRPValidationsResponse(val specification: String, val validationType: String? = null)

A validation to apply on custom resource provider requests.

Constructors

Link copied to clipboard
constructor(specification: String, validationType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A link to the validation specification. The specification must be hosted on raw.githubusercontent.com.

Link copied to clipboard
val validationType: String? = null

The type of validation to run against a matching request.