Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
published on Tuesday, Mar 24, 2026 by g-core
Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
published on Tuesday, Mar 24, 2026 by g-core
Trusted CA certificates verify the authenticity of CDN origin servers during HTTPS connections.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcore from "@pulumi/gcore";
const exampleCdnTrustedCaCertificate = gcore.getCdnTrustedCaCertificate({
id: 0,
});
import pulumi
import pulumi_gcore as gcore
example_cdn_trusted_ca_certificate = gcore.get_cdn_trusted_ca_certificate(id=0)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/gcore/v2/gcore"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := gcore.LookupCdnTrustedCaCertificate(ctx, &gcore.LookupCdnTrustedCaCertificateArgs{
Id: 0,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcore = Pulumi.Gcore;
return await Deployment.RunAsync(() =>
{
var exampleCdnTrustedCaCertificate = Gcore.GetCdnTrustedCaCertificate.Invoke(new()
{
Id = 0,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcore.GcoreFunctions;
import com.pulumi.gcore.inputs.GetCdnTrustedCaCertificateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleCdnTrustedCaCertificate = GcoreFunctions.getCdnTrustedCaCertificate(GetCdnTrustedCaCertificateArgs.builder()
.id(0)
.build());
}
}
variables:
exampleCdnTrustedCaCertificate:
fn::invoke:
function: gcore:getCdnTrustedCaCertificate
arguments:
id: 0
Using getCdnTrustedCaCertificate
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCdnTrustedCaCertificate(args: GetCdnTrustedCaCertificateArgs, opts?: InvokeOptions): Promise<GetCdnTrustedCaCertificateResult>
function getCdnTrustedCaCertificateOutput(args: GetCdnTrustedCaCertificateOutputArgs, opts?: InvokeOptions): Output<GetCdnTrustedCaCertificateResult>def get_cdn_trusted_ca_certificate(id: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetCdnTrustedCaCertificateResult
def get_cdn_trusted_ca_certificate_output(id: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCdnTrustedCaCertificateResult]func LookupCdnTrustedCaCertificate(ctx *Context, args *LookupCdnTrustedCaCertificateArgs, opts ...InvokeOption) (*LookupCdnTrustedCaCertificateResult, error)
func LookupCdnTrustedCaCertificateOutput(ctx *Context, args *LookupCdnTrustedCaCertificateOutputArgs, opts ...InvokeOption) LookupCdnTrustedCaCertificateResultOutput> Note: This function is named LookupCdnTrustedCaCertificate in the Go SDK.
public static class GetCdnTrustedCaCertificate
{
public static Task<GetCdnTrustedCaCertificateResult> InvokeAsync(GetCdnTrustedCaCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetCdnTrustedCaCertificateResult> Invoke(GetCdnTrustedCaCertificateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCdnTrustedCaCertificateResult> getCdnTrustedCaCertificate(GetCdnTrustedCaCertificateArgs args, InvokeOptions options)
public static Output<GetCdnTrustedCaCertificateResult> getCdnTrustedCaCertificate(GetCdnTrustedCaCertificateArgs args, InvokeOptions options)
fn::invoke:
function: gcore:index/getCdnTrustedCaCertificate:getCdnTrustedCaCertificate
arguments:
# arguments dictionaryThe following arguments are supported:
- Id double
- Id float64
- id Double
- id number
- id float
- id Number
getCdnTrustedCaCertificate Result
The following output properties are available:
- Cert
Issuer string - Name of the certification center that issued the CA certificate.
- Cert
Subject stringAlt - Alternative domain names that the CA certificate secures.
- Cert
Subject stringCn - Domain name that the CA certificate secures.
- Deleted bool
- Defines whether the certificate has been deleted. Parameter is deprecated.
- bool
- Id double
- Name string
- Ssl
Certificate stringChain - Validity
Not stringAfter - Validity
Not stringBefore
- Cert
Issuer string - Name of the certification center that issued the CA certificate.
- Cert
Subject stringAlt - Alternative domain names that the CA certificate secures.
- Cert
Subject stringCn - Domain name that the CA certificate secures.
- Deleted bool
- Defines whether the certificate has been deleted. Parameter is deprecated.
- bool
- Id float64
- Name string
- Ssl
Certificate stringChain - Validity
Not stringAfter - Validity
Not stringBefore
- cert
Issuer String - Name of the certification center that issued the CA certificate.
- cert
Subject StringAlt - Alternative domain names that the CA certificate secures.
- cert
Subject StringCn - Domain name that the CA certificate secures.
- deleted Boolean
- Defines whether the certificate has been deleted. Parameter is deprecated.
- Boolean
- id Double
- name String
- ssl
Certificate StringChain - validity
Not StringAfter - validity
Not StringBefore
- cert
Issuer string - Name of the certification center that issued the CA certificate.
- cert
Subject stringAlt - Alternative domain names that the CA certificate secures.
- cert
Subject stringCn - Domain name that the CA certificate secures.
- deleted boolean
- Defines whether the certificate has been deleted. Parameter is deprecated.
- boolean
- id number
- name string
- ssl
Certificate stringChain - validity
Not stringAfter - validity
Not stringBefore
- cert_
issuer str - Name of the certification center that issued the CA certificate.
- cert_
subject_ stralt - Alternative domain names that the CA certificate secures.
- cert_
subject_ strcn - Domain name that the CA certificate secures.
- deleted bool
- Defines whether the certificate has been deleted. Parameter is deprecated.
- bool
- id float
- name str
- ssl_
certificate_ strchain - validity_
not_ strafter - validity_
not_ strbefore
- cert
Issuer String - Name of the certification center that issued the CA certificate.
- cert
Subject StringAlt - Alternative domain names that the CA certificate secures.
- cert
Subject StringCn - Domain name that the CA certificate secures.
- deleted Boolean
- Defines whether the certificate has been deleted. Parameter is deprecated.
- Boolean
- id Number
- name String
- ssl
Certificate StringChain - validity
Not StringAfter - validity
Not StringBefore
Package Details
- Repository
- gcore g-core/terraform-provider-gcore
- License
- Notes
- This Pulumi package is based on the
gcoreTerraform Provider.
Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
published on Tuesday, Mar 24, 2026 by g-core
