subjectAltNames

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

Parameters

value

A list of alternate names to verify the subject identity in the certificate.If specified, the proxy will verify that the server certificate's subject alt name matches one of the specified values. This field is applicable only when mode is SIMPLE or MUTUAL.


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


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

Parameters

values

A list of alternate names to verify the subject identity in the certificate.If specified, the proxy will verify that the server certificate's subject alt name matches one of the specified values. This field is applicable only when mode is SIMPLE or MUTUAL.