GetCertificate

Get info about a Google Compute SSL Certificate from its name.

Using GetCertificate

function getCertificate(args: GetCertificateArgs, opts?: InvokeOptions): Promise<GetCertificateResult>
function  get_certificate(name=None, project=None, opts=None)
func GetCertificate(ctx *Context, args *GetCertificateArgs, opts ...InvokeOption) (*GetCertificateResult, error)
public static class GetCertificate {
    public static Task<GetCertificateResult> InvokeAsync(GetCertificateArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Name string

The name of the certificate.

Project string

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

Name string

The name of the certificate.

Project string

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

name string

The name of the certificate.

project string

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

name str

The name of the certificate.

project str

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

GetCertificate Result

The following output properties are available:

Certificate string
CertificateId int
CreationTimestamp string
Description string
Id string

The provider-assigned unique ID for this managed resource.

Name string
NamePrefix string
PrivateKey string
SelfLink string
Project string
Certificate string
CertificateId int
CreationTimestamp string
Description string
Id string

The provider-assigned unique ID for this managed resource.

Name string
NamePrefix string
PrivateKey string
SelfLink string
Project string
certificate string
certificateId number
creationTimestamp string
description string
id string

The provider-assigned unique ID for this managed resource.

name string
namePrefix string
privateKey string
selfLink string
project string
certificate str
certificate_id float
creation_timestamp str
description str
id str

The provider-assigned unique ID for this managed resource.

name str
name_prefix str
private_key str
self_link str
project str

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.