Show / Hide Table of Contents

Class GetCaCerts

Inheritance
System.Object
GetCaCerts
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Sql
Assembly: Pulumi.Gcp.dll
Syntax
public static class GetCaCerts

Methods

View Source

InvokeAsync(GetCaCertsArgs, InvokeOptions)

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

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetCaCertsResult> InvokeAsync(GetCaCertsArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetCaCertsArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetCaCertsResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.