useTruststoreSpi

@JvmName(name = "ycfuclbsdbtlqiei")
suspend fun useTruststoreSpi(value: Output<String>)
@JvmName(name = "caqnjryrumnyywif")
suspend fun useTruststoreSpi(value: String?)

Parameters

value

Can be one of ALWAYS, ONLY_FOR_LDAPS, or NEVER:

  • ALWAYS - Always use the truststore SPI for LDAP connections.

  • NEVER - Never use the truststore SPI for LDAP connections.

  • ONLY_FOR_LDAPS - Only use the truststore SPI if your LDAP connection uses the ldaps protocol.