subjectAltNames

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

Parameters

value

A list of alternate names to verify the subject identity in the certificate. If specified, the client will verify that the server certificate's subject alt name matches one of the specified values.


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


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

Parameters

values

A list of alternate names to verify the subject identity in the certificate. If specified, the client will verify that the server certificate's subject alt name matches one of the specified values.