alternativeAuthenticationNameSources

@JvmName(name = "nyuvoyddisycsucn")
suspend fun alternativeAuthenticationNameSources(value: Output<List<String>>)
@JvmName(name = "wusmxucoyldcrigg")
suspend fun alternativeAuthenticationNameSources(value: List<String>?)

Parameters

value

Specifies a list of alternative sources for the client authentication name from the client certificate. Possible values are ClientCertificateDns, ClientCertificateEmail, ClientCertificateIp, ClientCertificateSubject and ClientCertificateUri.


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


@JvmName(name = "glmagmsxvdxfpchi")
suspend fun alternativeAuthenticationNameSources(values: List<Output<String>>)
@JvmName(name = "umbisryimsbtqcqc")
suspend fun alternativeAuthenticationNameSources(vararg values: String)

Parameters

values

Specifies a list of alternative sources for the client authentication name from the client certificate. Possible values are ClientCertificateDns, ClientCertificateEmail, ClientCertificateIp, ClientCertificateSubject and ClientCertificateUri.