GetCertificate

Provides details about a specific Hetzner Cloud Certificate.

Using GetCertificate

function getCertificate(args: GetCertificateArgs, opts?: InvokeOptions): Promise<GetCertificateResult>
function  get_certificate(id=None, name=None, with_selector=None, opts=None)
func LookupCertificate(ctx *Context, args *LookupCertificateArgs, opts ...InvokeOption) (*LookupCertificateResult, error)

Note: This function is named LookupCertificate in the Go SDK.

public static class GetCertificate {
    public static Task<GetCertificateResult> InvokeAsync(GetCertificateArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Id int
Name string
WithSelector string
Id int
Name string
WithSelector string
id number
name string
withSelector string
id float
name str
with_selector str

GetCertificate Result

The following output properties are available:

Certificate string
Created string
DomainNames List<string>
Fingerprint string
Labels Dictionary<string, object>
NotValidAfter string
NotValidBefore string
Id int
Name string
WithSelector string
Certificate string
Created string
DomainNames []string
Fingerprint string
Labels map[string]interface{}
NotValidAfter string
NotValidBefore string
Id int
Name string
WithSelector string
certificate string
created string
domainNames string[]
fingerprint string
labels {[key: string]: any}
notValidAfter string
notValidBefore string
id number
name string
withSelector string
certificate str
created str
domain_names List[str]
fingerprint str
labels Dict[str, Any]
not_valid_after str
not_valid_before str
id float
name str
with_selector str

Package Details

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