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:
GetCertificate Result
The following output properties are available:
- Certificate string
- Certificate
Id int - Creation
Timestamp string - Description string
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Name
Prefix string - Private
Key string - Self
Link string - Project string
- Certificate string
- Certificate
Id int - Creation
Timestamp string - Description string
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Name
Prefix string - Private
Key string - Self
Link string - Project string
- certificate string
- certificate
Id number - creation
Timestamp string - description string
- id string
The provider-assigned unique ID for this managed resource.
- name string
- name
Prefix string - private
Key string - self
Link 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-betaTerraform Provider.