certificate Provider Instance
suspend fun certificateProviderInstance(value: Output<ClientTlsPolicyServerValidationCaCertificateProviderInstanceArgs>)
suspend fun certificateProviderInstance(value: ClientTlsPolicyServerValidationCaCertificateProviderInstanceArgs?)
Parameters
value
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information. Structure is documented below.
suspend fun certificateProviderInstance(argument: suspend ClientTlsPolicyServerValidationCaCertificateProviderInstanceArgsBuilder.() -> Unit)
Parameters
argument
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information. Structure is documented below.