Enterprise Key Testing Options Args
data class EnterpriseKeyTestingOptionsArgs(val testingChallenge: Output<String>? = null, val testingScore: Output<Double>? = null) : ConvertibleToJava<EnterpriseKeyTestingOptionsArgs>
Constructors
Link copied to clipboard
fun EnterpriseKeyTestingOptionsArgs(testingChallenge: Output<String>? = null, testingScore: Output<Double>? = null)