getCaCerts

Get all of the trusted Certificate Authorities (CAs) for the specified SQL database instance. For more information see the official documentation and API.

Return

A collection of values returned by getCaCerts.

Parameters

argument

A collection of arguments for invoking getCaCerts.


suspend fun getCaCerts(instance: String, project: String? = null): GetCaCertsResult

Return

A collection of values returned by getCaCerts.

See also

Parameters

instance

The name or self link of the instance.

project

The ID of the project in which the resource belongs. If project is not provided, the provider project is used.


suspend fun getCaCerts(argument: suspend GetCaCertsPlainArgsBuilder.() -> Unit): GetCaCertsResult

Return

A collection of values returned by getCaCerts.

See also

Parameters

argument

Builder for com.pulumi.gcp.sql.kotlin.inputs.GetCaCertsPlainArgs.