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.

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.

See also


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

Return

A collection of values returned by getCaCerts.

Parameters

argument

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

See also