subjectAltNames

@JvmName(name = "hknycjgqcoktygaj")
suspend fun subjectAltNames(value: Output<List<String>>)
@JvmName(name = "hhhqqitgoekrtqms")
suspend fun subjectAltNames(value: List<String>?)

Parameters

value

A list of alternate names to verify the subject identity in the certificate presented by the client.


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


@JvmName(name = "hdixmyjfpuokewmh")
suspend fun subjectAltNames(values: List<Output<String>>)
@JvmName(name = "tnvhostkyyaknkpn")
suspend fun subjectAltNames(vararg values: String)

Parameters

values

A list of alternate names to verify the subject identity in the certificate presented by the client.