GetCaCerts
Get all of the trusted Certificate Authorities (CAs) for the specified SQL database instance. For more information see the official documentation and API.
Using GetCaCerts
function getCaCerts(args: GetCaCertsArgs, opts?: InvokeOptions): Promise<GetCaCertsResult>function get_ca_certs(instance=None, project=None, opts=None)func GetCaCerts(ctx *Context, args *GetCaCertsArgs, opts ...InvokeOption) (*GetCaCertsResult, error)public static class GetCaCerts {
public static Task<GetCaCertsResult> InvokeAsync(GetCaCertsArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetCaCerts Result
The following output properties are available:
- Active
Version string SHA1 fingerprint of the currently active CA certificate.
- Certs
List<Get
Ca Certs Cert> A list of server CA certificates for the instance. Each contains:
- Id string
The provider-assigned unique ID for this managed resource.
- Instance string
- Project string
- Active
Version string SHA1 fingerprint of the currently active CA certificate.
- Certs
[]Get
Ca Certs Cert A list of server CA certificates for the instance. Each contains:
- Id string
The provider-assigned unique ID for this managed resource.
- Instance string
- Project string
- active
Version string SHA1 fingerprint of the currently active CA certificate.
- certs
Get
Ca Certs Cert[] A list of server CA certificates for the instance. Each contains:
- id string
The provider-assigned unique ID for this managed resource.
- instance string
- project string
- active_
version str SHA1 fingerprint of the currently active CA certificate.
- certs
List[Get
Ca Certs Cert] A list of server CA certificates for the instance. Each contains:
- id str
The provider-assigned unique ID for this managed resource.
- instance str
- project str
Supporting Types
GetCaCertsCert
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Cert string
The CA certificate used to connect to the SQL instance via SSL.
- Common
Name string The CN valid for the CA cert.
- Create
Time string Creation time of the CA cert.
- Expiration
Time string Expiration time of the CA cert.
- Sha1Fingerprint string
SHA1 fingerprint of the CA cert.
- Cert string
The CA certificate used to connect to the SQL instance via SSL.
- Common
Name string The CN valid for the CA cert.
- Create
Time string Creation time of the CA cert.
- Expiration
Time string Expiration time of the CA cert.
- Sha1Fingerprint string
SHA1 fingerprint of the CA cert.
- cert string
The CA certificate used to connect to the SQL instance via SSL.
- common
Name string The CN valid for the CA cert.
- create
Time string Creation time of the CA cert.
- expiration
Time string Expiration time of the CA cert.
- sha1Fingerprint string
SHA1 fingerprint of the CA cert.
- cert str
The CA certificate used to connect to the SQL instance via SSL.
- common_
name str The CN valid for the CA cert.
- create_
time str Creation time of the CA cert.
- expiration_
time str Expiration time of the CA cert.
- sha1_
fingerprint str SHA1 fingerprint of the CA cert.
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.