1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementExternalTrustedCa
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.ManagementExternalTrustedCa

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    This resource allows you to execute Check Point External Trusted Ca.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const example = new checkpoint.ManagementExternalTrustedCa("example", {base64Certificate: "MIICujCCAaKgAwIBAgIIP1+IHWHbl0EwDQYJKoZIhvcNAQELBQAwFDESMBAGA1UEAxMJd3d3LnouY29tMB4XDTIzMTEyOTEyMzAwMFoXDTI0MTEyMDE2MDAwMFowFDESMBAGA1UEAxMJd3d3LnouY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoBreRGuq8u43GBog+ZaAnaR8ZF8cT2ppvtd3JoFmzTOQivLIt9sNtFYqEgHCtnNkKn9TRrxN14YscHgKIxfDSVlC9Rh0rrBvWgFqcm715Whr99Ogx6JbYFkusFWJarSejIFx4n6MM48MJxLdtCP6Hy1G2cj1BCiCHj4i3VIVaDE/aMkSqJbYEvf+vFqUWxY8/uEuKI/HGhI7mhUPW4NSGL0Oafz5eEFVsxqV5NA19/JJZ9NajSkyANnaNL5raxGV0oeqaE3JB3lSEZfWbH6mQsToUxxwIQfsZiIBozajDdTgP3Kn4SMY0b+I/WAWgfigMSDTAIR8J1sdzGXy2w2kqQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBUgrHztHwC1E0mU5c4reMrHg+z+YRHrgJNHVIYQbL5I2TJHk9S3UZsynoMa1CO86rReOtR5xoGv4PCkyyOW+PNlWUtXF3tNgqWj/21+XzG4RBHPw89TaTxRCdo+MHX58fi07SIzKjmxfdkEi+7+HQEQluDZGViolrGBAw2rXq/SZ3q/11mNqlb5ZyqyOa2u1sBF1ApvG5a/FBRTaO8gaiNelRf0PGYkuV+1HhF2XyP8Qk565d+uxUH5M7eHF2PNyVk/r/36T+x+UMql9y9iizA0ekuAjXLok1xYl3Vw4S5zXCXYtNZLOVrs+plJb7IrlElyTOAbDFuPugh0medz7uZ"});
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    example = checkpoint.ManagementExternalTrustedCa("example", base64_certificate="MIICujCCAaKgAwIBAgIIP1+IHWHbl0EwDQYJKoZIhvcNAQELBQAwFDESMBAGA1UEAxMJd3d3LnouY29tMB4XDTIzMTEyOTEyMzAwMFoXDTI0MTEyMDE2MDAwMFowFDESMBAGA1UEAxMJd3d3LnouY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoBreRGuq8u43GBog+ZaAnaR8ZF8cT2ppvtd3JoFmzTOQivLIt9sNtFYqEgHCtnNkKn9TRrxN14YscHgKIxfDSVlC9Rh0rrBvWgFqcm715Whr99Ogx6JbYFkusFWJarSejIFx4n6MM48MJxLdtCP6Hy1G2cj1BCiCHj4i3VIVaDE/aMkSqJbYEvf+vFqUWxY8/uEuKI/HGhI7mhUPW4NSGL0Oafz5eEFVsxqV5NA19/JJZ9NajSkyANnaNL5raxGV0oeqaE3JB3lSEZfWbH6mQsToUxxwIQfsZiIBozajDdTgP3Kn4SMY0b+I/WAWgfigMSDTAIR8J1sdzGXy2w2kqQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBUgrHztHwC1E0mU5c4reMrHg+z+YRHrgJNHVIYQbL5I2TJHk9S3UZsynoMa1CO86rReOtR5xoGv4PCkyyOW+PNlWUtXF3tNgqWj/21+XzG4RBHPw89TaTxRCdo+MHX58fi07SIzKjmxfdkEi+7+HQEQluDZGViolrGBAw2rXq/SZ3q/11mNqlb5ZyqyOa2u1sBF1ApvG5a/FBRTaO8gaiNelRf0PGYkuV+1HhF2XyP8Qk565d+uxUH5M7eHF2PNyVk/r/36T+x+UMql9y9iizA0ekuAjXLok1xYl3Vw4S5zXCXYtNZLOVrs+plJb7IrlElyTOAbDFuPugh0medz7uZ")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v2/checkpoint"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := checkpoint.NewManagementExternalTrustedCa(ctx, "example", &checkpoint.ManagementExternalTrustedCaArgs{
    			Base64Certificate: pulumi.String("MIICujCCAaKgAwIBAgIIP1+IHWHbl0EwDQYJKoZIhvcNAQELBQAwFDESMBAGA1UEAxMJd3d3LnouY29tMB4XDTIzMTEyOTEyMzAwMFoXDTI0MTEyMDE2MDAwMFowFDESMBAGA1UEAxMJd3d3LnouY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoBreRGuq8u43GBog+ZaAnaR8ZF8cT2ppvtd3JoFmzTOQivLIt9sNtFYqEgHCtnNkKn9TRrxN14YscHgKIxfDSVlC9Rh0rrBvWgFqcm715Whr99Ogx6JbYFkusFWJarSejIFx4n6MM48MJxLdtCP6Hy1G2cj1BCiCHj4i3VIVaDE/aMkSqJbYEvf+vFqUWxY8/uEuKI/HGhI7mhUPW4NSGL0Oafz5eEFVsxqV5NA19/JJZ9NajSkyANnaNL5raxGV0oeqaE3JB3lSEZfWbH6mQsToUxxwIQfsZiIBozajDdTgP3Kn4SMY0b+I/WAWgfigMSDTAIR8J1sdzGXy2w2kqQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBUgrHztHwC1E0mU5c4reMrHg+z+YRHrgJNHVIYQbL5I2TJHk9S3UZsynoMa1CO86rReOtR5xoGv4PCkyyOW+PNlWUtXF3tNgqWj/21+XzG4RBHPw89TaTxRCdo+MHX58fi07SIzKjmxfdkEi+7+HQEQluDZGViolrGBAw2rXq/SZ3q/11mNqlb5ZyqyOa2u1sBF1ApvG5a/FBRTaO8gaiNelRf0PGYkuV+1HhF2XyP8Qk565d+uxUH5M7eHF2PNyVk/r/36T+x+UMql9y9iizA0ekuAjXLok1xYl3Vw4S5zXCXYtNZLOVrs+plJb7IrlElyTOAbDFuPugh0medz7uZ"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Checkpoint = Pulumi.Checkpoint;
    
    return await Deployment.RunAsync(() => 
    {
        var example = new Checkpoint.ManagementExternalTrustedCa("example", new()
        {
            Base64Certificate = "MIICujCCAaKgAwIBAgIIP1+IHWHbl0EwDQYJKoZIhvcNAQELBQAwFDESMBAGA1UEAxMJd3d3LnouY29tMB4XDTIzMTEyOTEyMzAwMFoXDTI0MTEyMDE2MDAwMFowFDESMBAGA1UEAxMJd3d3LnouY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoBreRGuq8u43GBog+ZaAnaR8ZF8cT2ppvtd3JoFmzTOQivLIt9sNtFYqEgHCtnNkKn9TRrxN14YscHgKIxfDSVlC9Rh0rrBvWgFqcm715Whr99Ogx6JbYFkusFWJarSejIFx4n6MM48MJxLdtCP6Hy1G2cj1BCiCHj4i3VIVaDE/aMkSqJbYEvf+vFqUWxY8/uEuKI/HGhI7mhUPW4NSGL0Oafz5eEFVsxqV5NA19/JJZ9NajSkyANnaNL5raxGV0oeqaE3JB3lSEZfWbH6mQsToUxxwIQfsZiIBozajDdTgP3Kn4SMY0b+I/WAWgfigMSDTAIR8J1sdzGXy2w2kqQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBUgrHztHwC1E0mU5c4reMrHg+z+YRHrgJNHVIYQbL5I2TJHk9S3UZsynoMa1CO86rReOtR5xoGv4PCkyyOW+PNlWUtXF3tNgqWj/21+XzG4RBHPw89TaTxRCdo+MHX58fi07SIzKjmxfdkEi+7+HQEQluDZGViolrGBAw2rXq/SZ3q/11mNqlb5ZyqyOa2u1sBF1ApvG5a/FBRTaO8gaiNelRf0PGYkuV+1HhF2XyP8Qk565d+uxUH5M7eHF2PNyVk/r/36T+x+UMql9y9iizA0ekuAjXLok1xYl3Vw4S5zXCXYtNZLOVrs+plJb7IrlElyTOAbDFuPugh0medz7uZ",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.ManagementExternalTrustedCa;
    import com.pulumi.checkpoint.ManagementExternalTrustedCaArgs;
    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) {
            var example = new ManagementExternalTrustedCa("example", ManagementExternalTrustedCaArgs.builder()
                .base64Certificate("MIICujCCAaKgAwIBAgIIP1+IHWHbl0EwDQYJKoZIhvcNAQELBQAwFDESMBAGA1UEAxMJd3d3LnouY29tMB4XDTIzMTEyOTEyMzAwMFoXDTI0MTEyMDE2MDAwMFowFDESMBAGA1UEAxMJd3d3LnouY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoBreRGuq8u43GBog+ZaAnaR8ZF8cT2ppvtd3JoFmzTOQivLIt9sNtFYqEgHCtnNkKn9TRrxN14YscHgKIxfDSVlC9Rh0rrBvWgFqcm715Whr99Ogx6JbYFkusFWJarSejIFx4n6MM48MJxLdtCP6Hy1G2cj1BCiCHj4i3VIVaDE/aMkSqJbYEvf+vFqUWxY8/uEuKI/HGhI7mhUPW4NSGL0Oafz5eEFVsxqV5NA19/JJZ9NajSkyANnaNL5raxGV0oeqaE3JB3lSEZfWbH6mQsToUxxwIQfsZiIBozajDdTgP3Kn4SMY0b+I/WAWgfigMSDTAIR8J1sdzGXy2w2kqQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBUgrHztHwC1E0mU5c4reMrHg+z+YRHrgJNHVIYQbL5I2TJHk9S3UZsynoMa1CO86rReOtR5xoGv4PCkyyOW+PNlWUtXF3tNgqWj/21+XzG4RBHPw89TaTxRCdo+MHX58fi07SIzKjmxfdkEi+7+HQEQluDZGViolrGBAw2rXq/SZ3q/11mNqlb5ZyqyOa2u1sBF1ApvG5a/FBRTaO8gaiNelRf0PGYkuV+1HhF2XyP8Qk565d+uxUH5M7eHF2PNyVk/r/36T+x+UMql9y9iizA0ekuAjXLok1xYl3Vw4S5zXCXYtNZLOVrs+plJb7IrlElyTOAbDFuPugh0medz7uZ")
                .build());
    
        }
    }
    
    resources:
      example:
        type: checkpoint:ManagementExternalTrustedCa
        properties:
          base64Certificate: MIICujCCAaKgAwIBAgIIP1+IHWHbl0EwDQYJKoZIhvcNAQELBQAwFDESMBAGA1UEAxMJd3d3LnouY29tMB4XDTIzMTEyOTEyMzAwMFoXDTI0MTEyMDE2MDAwMFowFDESMBAGA1UEAxMJd3d3LnouY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoBreRGuq8u43GBog+ZaAnaR8ZF8cT2ppvtd3JoFmzTOQivLIt9sNtFYqEgHCtnNkKn9TRrxN14YscHgKIxfDSVlC9Rh0rrBvWgFqcm715Whr99Ogx6JbYFkusFWJarSejIFx4n6MM48MJxLdtCP6Hy1G2cj1BCiCHj4i3VIVaDE/aMkSqJbYEvf+vFqUWxY8/uEuKI/HGhI7mhUPW4NSGL0Oafz5eEFVsxqV5NA19/JJZ9NajSkyANnaNL5raxGV0oeqaE3JB3lSEZfWbH6mQsToUxxwIQfsZiIBozajDdTgP3Kn4SMY0b+I/WAWgfigMSDTAIR8J1sdzGXy2w2kqQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBUgrHztHwC1E0mU5c4reMrHg+z+YRHrgJNHVIYQbL5I2TJHk9S3UZsynoMa1CO86rReOtR5xoGv4PCkyyOW+PNlWUtXF3tNgqWj/21+XzG4RBHPw89TaTxRCdo+MHX58fi07SIzKjmxfdkEi+7+HQEQluDZGViolrGBAw2rXq/SZ3q/11mNqlb5ZyqyOa2u1sBF1ApvG5a/FBRTaO8gaiNelRf0PGYkuV+1HhF2XyP8Qk565d+uxUH5M7eHF2PNyVk/r/36T+x+UMql9y9iizA0ekuAjXLok1xYl3Vw4S5zXCXYtNZLOVrs+plJb7IrlElyTOAbDFuPugh0medz7uZ
    

    Create ManagementExternalTrustedCa Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ManagementExternalTrustedCa(name: string, args?: ManagementExternalTrustedCaArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementExternalTrustedCa(resource_name: str,
                                    args: Optional[ManagementExternalTrustedCaArgs] = None,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementExternalTrustedCa(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    allow_certificates_from_branches: Optional[bool] = None,
                                    base64_certificate: Optional[str] = None,
                                    branches: Optional[Sequence[str]] = None,
                                    color: Optional[str] = None,
                                    comments: Optional[str] = None,
                                    crl_cache_method: Optional[str] = None,
                                    crl_cache_timeout: Optional[float] = None,
                                    ignore_errors: Optional[bool] = None,
                                    ignore_warnings: Optional[bool] = None,
                                    management_external_trusted_ca_id: Optional[str] = None,
                                    name: Optional[str] = None,
                                    retrieve_crl_from_http_servers: Optional[bool] = None,
                                    tags: Optional[Sequence[str]] = None)
    func NewManagementExternalTrustedCa(ctx *Context, name string, args *ManagementExternalTrustedCaArgs, opts ...ResourceOption) (*ManagementExternalTrustedCa, error)
    public ManagementExternalTrustedCa(string name, ManagementExternalTrustedCaArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementExternalTrustedCa(String name, ManagementExternalTrustedCaArgs args)
    public ManagementExternalTrustedCa(String name, ManagementExternalTrustedCaArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementExternalTrustedCa
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ManagementExternalTrustedCaArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ManagementExternalTrustedCaArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ManagementExternalTrustedCaArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementExternalTrustedCaArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementExternalTrustedCaArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var managementExternalTrustedCaResource = new Checkpoint.ManagementExternalTrustedCa("managementExternalTrustedCaResource", new()
    {
        AllowCertificatesFromBranches = false,
        Base64Certificate = "string",
        Branches = new[]
        {
            "string",
        },
        Color = "string",
        Comments = "string",
        CrlCacheMethod = "string",
        CrlCacheTimeout = 0,
        IgnoreErrors = false,
        IgnoreWarnings = false,
        ManagementExternalTrustedCaId = "string",
        Name = "string",
        RetrieveCrlFromHttpServers = false,
        Tags = new[]
        {
            "string",
        },
    });
    
    example, err := checkpoint.NewManagementExternalTrustedCa(ctx, "managementExternalTrustedCaResource", &checkpoint.ManagementExternalTrustedCaArgs{
    	AllowCertificatesFromBranches: pulumi.Bool(false),
    	Base64Certificate:             pulumi.String("string"),
    	Branches: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Color:                         pulumi.String("string"),
    	Comments:                      pulumi.String("string"),
    	CrlCacheMethod:                pulumi.String("string"),
    	CrlCacheTimeout:               pulumi.Float64(0),
    	IgnoreErrors:                  pulumi.Bool(false),
    	IgnoreWarnings:                pulumi.Bool(false),
    	ManagementExternalTrustedCaId: pulumi.String("string"),
    	Name:                          pulumi.String("string"),
    	RetrieveCrlFromHttpServers:    pulumi.Bool(false),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var managementExternalTrustedCaResource = new ManagementExternalTrustedCa("managementExternalTrustedCaResource", ManagementExternalTrustedCaArgs.builder()
        .allowCertificatesFromBranches(false)
        .base64Certificate("string")
        .branches("string")
        .color("string")
        .comments("string")
        .crlCacheMethod("string")
        .crlCacheTimeout(0)
        .ignoreErrors(false)
        .ignoreWarnings(false)
        .managementExternalTrustedCaId("string")
        .name("string")
        .retrieveCrlFromHttpServers(false)
        .tags("string")
        .build());
    
    management_external_trusted_ca_resource = checkpoint.ManagementExternalTrustedCa("managementExternalTrustedCaResource",
        allow_certificates_from_branches=False,
        base64_certificate="string",
        branches=["string"],
        color="string",
        comments="string",
        crl_cache_method="string",
        crl_cache_timeout=0,
        ignore_errors=False,
        ignore_warnings=False,
        management_external_trusted_ca_id="string",
        name="string",
        retrieve_crl_from_http_servers=False,
        tags=["string"])
    
    const managementExternalTrustedCaResource = new checkpoint.ManagementExternalTrustedCa("managementExternalTrustedCaResource", {
        allowCertificatesFromBranches: false,
        base64Certificate: "string",
        branches: ["string"],
        color: "string",
        comments: "string",
        crlCacheMethod: "string",
        crlCacheTimeout: 0,
        ignoreErrors: false,
        ignoreWarnings: false,
        managementExternalTrustedCaId: "string",
        name: "string",
        retrieveCrlFromHttpServers: false,
        tags: ["string"],
    });
    
    type: checkpoint:ManagementExternalTrustedCa
    properties:
        allowCertificatesFromBranches: false
        base64Certificate: string
        branches:
            - string
        color: string
        comments: string
        crlCacheMethod: string
        crlCacheTimeout: 0
        ignoreErrors: false
        ignoreWarnings: false
        managementExternalTrustedCaId: string
        name: string
        retrieveCrlFromHttpServers: false
        tags:
            - string
    

    ManagementExternalTrustedCa Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ManagementExternalTrustedCa resource accepts the following input properties:

    AllowCertificatesFromBranches bool
    Allow only certificates from listed branches.
    Base64Certificate string
    Certificate file encoded in base64.
    Branches List<string>
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    CrlCacheMethod string
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    CrlCacheTimeout double
    When to fetch new Certificate Revocation List (in minutes).
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementExternalTrustedCaId string
    Name string
    Object name.
    RetrieveCrlFromHttpServers bool
    Whether to retrieve Certificate Revocation List from http servers.
    Tags List<string>
    Collection of tag identifiers.tags blocks are documented below.
    AllowCertificatesFromBranches bool
    Allow only certificates from listed branches.
    Base64Certificate string
    Certificate file encoded in base64.
    Branches []string
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    CrlCacheMethod string
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    CrlCacheTimeout float64
    When to fetch new Certificate Revocation List (in minutes).
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementExternalTrustedCaId string
    Name string
    Object name.
    RetrieveCrlFromHttpServers bool
    Whether to retrieve Certificate Revocation List from http servers.
    Tags []string
    Collection of tag identifiers.tags blocks are documented below.
    allowCertificatesFromBranches Boolean
    Allow only certificates from listed branches.
    base64Certificate String
    Certificate file encoded in base64.
    branches List<String>
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    crlCacheMethod String
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    crlCacheTimeout Double
    When to fetch new Certificate Revocation List (in minutes).
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementExternalTrustedCaId String
    name String
    Object name.
    retrieveCrlFromHttpServers Boolean
    Whether to retrieve Certificate Revocation List from http servers.
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    allowCertificatesFromBranches boolean
    Allow only certificates from listed branches.
    base64Certificate string
    Certificate file encoded in base64.
    branches string[]
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    color string
    Color of the object. Should be one of existing colors.
    comments string
    Comments string.
    crlCacheMethod string
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    crlCacheTimeout number
    When to fetch new Certificate Revocation List (in minutes).
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    managementExternalTrustedCaId string
    name string
    Object name.
    retrieveCrlFromHttpServers boolean
    Whether to retrieve Certificate Revocation List from http servers.
    tags string[]
    Collection of tag identifiers.tags blocks are documented below.
    allow_certificates_from_branches bool
    Allow only certificates from listed branches.
    base64_certificate str
    Certificate file encoded in base64.
    branches Sequence[str]
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    color str
    Color of the object. Should be one of existing colors.
    comments str
    Comments string.
    crl_cache_method str
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    crl_cache_timeout float
    When to fetch new Certificate Revocation List (in minutes).
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    management_external_trusted_ca_id str
    name str
    Object name.
    retrieve_crl_from_http_servers bool
    Whether to retrieve Certificate Revocation List from http servers.
    tags Sequence[str]
    Collection of tag identifiers.tags blocks are documented below.
    allowCertificatesFromBranches Boolean
    Allow only certificates from listed branches.
    base64Certificate String
    Certificate file encoded in base64.
    branches List<String>
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    crlCacheMethod String
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    crlCacheTimeout Number
    When to fetch new Certificate Revocation List (in minutes).
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementExternalTrustedCaId String
    name String
    Object name.
    retrieveCrlFromHttpServers Boolean
    Whether to retrieve Certificate Revocation List from http servers.
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementExternalTrustedCa resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ManagementExternalTrustedCa Resource

    Get an existing ManagementExternalTrustedCa resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ManagementExternalTrustedCaState, opts?: CustomResourceOptions): ManagementExternalTrustedCa
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            allow_certificates_from_branches: Optional[bool] = None,
            base64_certificate: Optional[str] = None,
            branches: Optional[Sequence[str]] = None,
            color: Optional[str] = None,
            comments: Optional[str] = None,
            crl_cache_method: Optional[str] = None,
            crl_cache_timeout: Optional[float] = None,
            ignore_errors: Optional[bool] = None,
            ignore_warnings: Optional[bool] = None,
            management_external_trusted_ca_id: Optional[str] = None,
            name: Optional[str] = None,
            retrieve_crl_from_http_servers: Optional[bool] = None,
            tags: Optional[Sequence[str]] = None) -> ManagementExternalTrustedCa
    func GetManagementExternalTrustedCa(ctx *Context, name string, id IDInput, state *ManagementExternalTrustedCaState, opts ...ResourceOption) (*ManagementExternalTrustedCa, error)
    public static ManagementExternalTrustedCa Get(string name, Input<string> id, ManagementExternalTrustedCaState? state, CustomResourceOptions? opts = null)
    public static ManagementExternalTrustedCa get(String name, Output<String> id, ManagementExternalTrustedCaState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementExternalTrustedCa    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AllowCertificatesFromBranches bool
    Allow only certificates from listed branches.
    Base64Certificate string
    Certificate file encoded in base64.
    Branches List<string>
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    CrlCacheMethod string
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    CrlCacheTimeout double
    When to fetch new Certificate Revocation List (in minutes).
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementExternalTrustedCaId string
    Name string
    Object name.
    RetrieveCrlFromHttpServers bool
    Whether to retrieve Certificate Revocation List from http servers.
    Tags List<string>
    Collection of tag identifiers.tags blocks are documented below.
    AllowCertificatesFromBranches bool
    Allow only certificates from listed branches.
    Base64Certificate string
    Certificate file encoded in base64.
    Branches []string
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    CrlCacheMethod string
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    CrlCacheTimeout float64
    When to fetch new Certificate Revocation List (in minutes).
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementExternalTrustedCaId string
    Name string
    Object name.
    RetrieveCrlFromHttpServers bool
    Whether to retrieve Certificate Revocation List from http servers.
    Tags []string
    Collection of tag identifiers.tags blocks are documented below.
    allowCertificatesFromBranches Boolean
    Allow only certificates from listed branches.
    base64Certificate String
    Certificate file encoded in base64.
    branches List<String>
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    crlCacheMethod String
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    crlCacheTimeout Double
    When to fetch new Certificate Revocation List (in minutes).
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementExternalTrustedCaId String
    name String
    Object name.
    retrieveCrlFromHttpServers Boolean
    Whether to retrieve Certificate Revocation List from http servers.
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    allowCertificatesFromBranches boolean
    Allow only certificates from listed branches.
    base64Certificate string
    Certificate file encoded in base64.
    branches string[]
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    color string
    Color of the object. Should be one of existing colors.
    comments string
    Comments string.
    crlCacheMethod string
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    crlCacheTimeout number
    When to fetch new Certificate Revocation List (in minutes).
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    managementExternalTrustedCaId string
    name string
    Object name.
    retrieveCrlFromHttpServers boolean
    Whether to retrieve Certificate Revocation List from http servers.
    tags string[]
    Collection of tag identifiers.tags blocks are documented below.
    allow_certificates_from_branches bool
    Allow only certificates from listed branches.
    base64_certificate str
    Certificate file encoded in base64.
    branches Sequence[str]
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    color str
    Color of the object. Should be one of existing colors.
    comments str
    Comments string.
    crl_cache_method str
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    crl_cache_timeout float
    When to fetch new Certificate Revocation List (in minutes).
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    management_external_trusted_ca_id str
    name str
    Object name.
    retrieve_crl_from_http_servers bool
    Whether to retrieve Certificate Revocation List from http servers.
    tags Sequence[str]
    Collection of tag identifiers.tags blocks are documented below.
    allowCertificatesFromBranches Boolean
    Allow only certificates from listed branches.
    base64Certificate String
    Certificate file encoded in base64.
    branches List<String>
    Branches to allow certificates from. Required only if "allow-certificates-from-branches" set to "true".branches blocks are documented below.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    crlCacheMethod String
    Weather to retrieve new Certificate Revocation List after the certificate expires or after a fixed period.
    crlCacheTimeout Number
    When to fetch new Certificate Revocation List (in minutes).
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementExternalTrustedCaId String
    name String
    Object name.
    retrieveCrlFromHttpServers Boolean
    Whether to retrieve Certificate Revocation List from http servers.
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw