allowedThumbprints

@JvmName(name = "rbjmchnewxlxvrvg")
suspend fun allowedThumbprints(value: Output<List<String>>)
@JvmName(name = "bfqbejcnbumnifdv")
suspend fun allowedThumbprints(value: List<String>?)

Parameters

value

The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'.


@JvmName(name = "ensqxsopxqspdqam")
suspend fun allowedThumbprints(vararg values: Output<String>)


@JvmName(name = "nlvbdmltoweeqjra")
suspend fun allowedThumbprints(values: List<Output<String>>)
@JvmName(name = "uwebgbywtxlnamrm")
suspend fun allowedThumbprints(vararg values: String)

Parameters

values

The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'.