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

checkpoint.ManagementAddCustomTrustedCaCertificate

Explore with Pulumi AI

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

    Create ManagementAddCustomTrustedCaCertificate Resource

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

    Constructor syntax

    new ManagementAddCustomTrustedCaCertificate(name: string, args: ManagementAddCustomTrustedCaCertificateArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementAddCustomTrustedCaCertificate(resource_name: str,
                                                args: ManagementAddCustomTrustedCaCertificateArgs,
                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementAddCustomTrustedCaCertificate(resource_name: str,
                                                opts: Optional[ResourceOptions] = None,
                                                base64_certificate: Optional[str] = None,
                                                management_add_custom_trusted_ca_certificate_id: Optional[str] = None)
    func NewManagementAddCustomTrustedCaCertificate(ctx *Context, name string, args ManagementAddCustomTrustedCaCertificateArgs, opts ...ResourceOption) (*ManagementAddCustomTrustedCaCertificate, error)
    public ManagementAddCustomTrustedCaCertificate(string name, ManagementAddCustomTrustedCaCertificateArgs args, CustomResourceOptions? opts = null)
    public ManagementAddCustomTrustedCaCertificate(String name, ManagementAddCustomTrustedCaCertificateArgs args)
    public ManagementAddCustomTrustedCaCertificate(String name, ManagementAddCustomTrustedCaCertificateArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementAddCustomTrustedCaCertificate
    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 ManagementAddCustomTrustedCaCertificateArgs
    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 ManagementAddCustomTrustedCaCertificateArgs
    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 ManagementAddCustomTrustedCaCertificateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementAddCustomTrustedCaCertificateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementAddCustomTrustedCaCertificateArgs
    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 managementAddCustomTrustedCaCertificateResource = new Checkpoint.ManagementAddCustomTrustedCaCertificate("managementAddCustomTrustedCaCertificateResource", new()
    {
        Base64Certificate = "string",
        ManagementAddCustomTrustedCaCertificateId = "string",
    });
    
    example, err := checkpoint.NewManagementAddCustomTrustedCaCertificate(ctx, "managementAddCustomTrustedCaCertificateResource", &checkpoint.ManagementAddCustomTrustedCaCertificateArgs{
    	Base64Certificate:                         pulumi.String("string"),
    	ManagementAddCustomTrustedCaCertificateId: pulumi.String("string"),
    })
    
    var managementAddCustomTrustedCaCertificateResource = new ManagementAddCustomTrustedCaCertificate("managementAddCustomTrustedCaCertificateResource", ManagementAddCustomTrustedCaCertificateArgs.builder()
        .base64Certificate("string")
        .managementAddCustomTrustedCaCertificateId("string")
        .build());
    
    management_add_custom_trusted_ca_certificate_resource = checkpoint.ManagementAddCustomTrustedCaCertificate("managementAddCustomTrustedCaCertificateResource",
        base64_certificate="string",
        management_add_custom_trusted_ca_certificate_id="string")
    
    const managementAddCustomTrustedCaCertificateResource = new checkpoint.ManagementAddCustomTrustedCaCertificate("managementAddCustomTrustedCaCertificateResource", {
        base64Certificate: "string",
        managementAddCustomTrustedCaCertificateId: "string",
    });
    
    type: checkpoint:ManagementAddCustomTrustedCaCertificate
    properties:
        base64Certificate: string
        managementAddCustomTrustedCaCertificateId: string
    

    ManagementAddCustomTrustedCaCertificate 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 ManagementAddCustomTrustedCaCertificate resource accepts the following input properties:

    Base64Certificate string
    Certificate file encoded in base64.Valid file formats: x509.
    ManagementAddCustomTrustedCaCertificateId string
    Base64Certificate string
    Certificate file encoded in base64.Valid file formats: x509.
    ManagementAddCustomTrustedCaCertificateId string
    base64Certificate String
    Certificate file encoded in base64.Valid file formats: x509.
    managementAddCustomTrustedCaCertificateId String
    base64Certificate string
    Certificate file encoded in base64.Valid file formats: x509.
    managementAddCustomTrustedCaCertificateId string
    base64_certificate str
    Certificate file encoded in base64.Valid file formats: x509.
    management_add_custom_trusted_ca_certificate_id str
    base64Certificate String
    Certificate file encoded in base64.Valid file formats: x509.
    managementAddCustomTrustedCaCertificateId String

    Outputs

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

    AddedBy string
    By whom the certificate was added.
    Id string
    The provider-assigned unique ID for this managed resource.
    IssuedBy string
    Trusted CA certificate issued by.
    IssuedTo string
    Trusted CA certificate issued to.
    Name string
    Object name.
    Tags List<string>
    Collection of tag identifiers.
    Uid string
    Object unique identifier.
    ValidFroms List<ManagementAddCustomTrustedCaCertificateValidFrom>
    Trusted CA certificate valid from date.
    ValidTos List<ManagementAddCustomTrustedCaCertificateValidTo>
    Trusted CA certificate valid to date.
    AddedBy string
    By whom the certificate was added.
    Id string
    The provider-assigned unique ID for this managed resource.
    IssuedBy string
    Trusted CA certificate issued by.
    IssuedTo string
    Trusted CA certificate issued to.
    Name string
    Object name.
    Tags []string
    Collection of tag identifiers.
    Uid string
    Object unique identifier.
    ValidFroms []ManagementAddCustomTrustedCaCertificateValidFrom
    Trusted CA certificate valid from date.
    ValidTos []ManagementAddCustomTrustedCaCertificateValidTo
    Trusted CA certificate valid to date.
    addedBy String
    By whom the certificate was added.
    id String
    The provider-assigned unique ID for this managed resource.
    issuedBy String
    Trusted CA certificate issued by.
    issuedTo String
    Trusted CA certificate issued to.
    name String
    Object name.
    tags List<String>
    Collection of tag identifiers.
    uid String
    Object unique identifier.
    validFroms List<ManagementAddCustomTrustedCaCertificateValidFrom>
    Trusted CA certificate valid from date.
    validTos List<ManagementAddCustomTrustedCaCertificateValidTo>
    Trusted CA certificate valid to date.
    addedBy string
    By whom the certificate was added.
    id string
    The provider-assigned unique ID for this managed resource.
    issuedBy string
    Trusted CA certificate issued by.
    issuedTo string
    Trusted CA certificate issued to.
    name string
    Object name.
    tags string[]
    Collection of tag identifiers.
    uid string
    Object unique identifier.
    validFroms ManagementAddCustomTrustedCaCertificateValidFrom[]
    Trusted CA certificate valid from date.
    validTos ManagementAddCustomTrustedCaCertificateValidTo[]
    Trusted CA certificate valid to date.
    added_by str
    By whom the certificate was added.
    id str
    The provider-assigned unique ID for this managed resource.
    issued_by str
    Trusted CA certificate issued by.
    issued_to str
    Trusted CA certificate issued to.
    name str
    Object name.
    tags Sequence[str]
    Collection of tag identifiers.
    uid str
    Object unique identifier.
    valid_froms Sequence[ManagementAddCustomTrustedCaCertificateValidFrom]
    Trusted CA certificate valid from date.
    valid_tos Sequence[ManagementAddCustomTrustedCaCertificateValidTo]
    Trusted CA certificate valid to date.
    addedBy String
    By whom the certificate was added.
    id String
    The provider-assigned unique ID for this managed resource.
    issuedBy String
    Trusted CA certificate issued by.
    issuedTo String
    Trusted CA certificate issued to.
    name String
    Object name.
    tags List<String>
    Collection of tag identifiers.
    uid String
    Object unique identifier.
    validFroms List<Property Map>
    Trusted CA certificate valid from date.
    validTos List<Property Map>
    Trusted CA certificate valid to date.

    Look up Existing ManagementAddCustomTrustedCaCertificate Resource

    Get an existing ManagementAddCustomTrustedCaCertificate 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?: ManagementAddCustomTrustedCaCertificateState, opts?: CustomResourceOptions): ManagementAddCustomTrustedCaCertificate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            added_by: Optional[str] = None,
            base64_certificate: Optional[str] = None,
            issued_by: Optional[str] = None,
            issued_to: Optional[str] = None,
            management_add_custom_trusted_ca_certificate_id: Optional[str] = None,
            name: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            uid: Optional[str] = None,
            valid_froms: Optional[Sequence[ManagementAddCustomTrustedCaCertificateValidFromArgs]] = None,
            valid_tos: Optional[Sequence[ManagementAddCustomTrustedCaCertificateValidToArgs]] = None) -> ManagementAddCustomTrustedCaCertificate
    func GetManagementAddCustomTrustedCaCertificate(ctx *Context, name string, id IDInput, state *ManagementAddCustomTrustedCaCertificateState, opts ...ResourceOption) (*ManagementAddCustomTrustedCaCertificate, error)
    public static ManagementAddCustomTrustedCaCertificate Get(string name, Input<string> id, ManagementAddCustomTrustedCaCertificateState? state, CustomResourceOptions? opts = null)
    public static ManagementAddCustomTrustedCaCertificate get(String name, Output<String> id, ManagementAddCustomTrustedCaCertificateState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementAddCustomTrustedCaCertificate    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:
    AddedBy string
    By whom the certificate was added.
    Base64Certificate string
    Certificate file encoded in base64.Valid file formats: x509.
    IssuedBy string
    Trusted CA certificate issued by.
    IssuedTo string
    Trusted CA certificate issued to.
    ManagementAddCustomTrustedCaCertificateId string
    Name string
    Object name.
    Tags List<string>
    Collection of tag identifiers.
    Uid string
    Object unique identifier.
    ValidFroms List<ManagementAddCustomTrustedCaCertificateValidFrom>
    Trusted CA certificate valid from date.
    ValidTos List<ManagementAddCustomTrustedCaCertificateValidTo>
    Trusted CA certificate valid to date.
    AddedBy string
    By whom the certificate was added.
    Base64Certificate string
    Certificate file encoded in base64.Valid file formats: x509.
    IssuedBy string
    Trusted CA certificate issued by.
    IssuedTo string
    Trusted CA certificate issued to.
    ManagementAddCustomTrustedCaCertificateId string
    Name string
    Object name.
    Tags []string
    Collection of tag identifiers.
    Uid string
    Object unique identifier.
    ValidFroms []ManagementAddCustomTrustedCaCertificateValidFromArgs
    Trusted CA certificate valid from date.
    ValidTos []ManagementAddCustomTrustedCaCertificateValidToArgs
    Trusted CA certificate valid to date.
    addedBy String
    By whom the certificate was added.
    base64Certificate String
    Certificate file encoded in base64.Valid file formats: x509.
    issuedBy String
    Trusted CA certificate issued by.
    issuedTo String
    Trusted CA certificate issued to.
    managementAddCustomTrustedCaCertificateId String
    name String
    Object name.
    tags List<String>
    Collection of tag identifiers.
    uid String
    Object unique identifier.
    validFroms List<ManagementAddCustomTrustedCaCertificateValidFrom>
    Trusted CA certificate valid from date.
    validTos List<ManagementAddCustomTrustedCaCertificateValidTo>
    Trusted CA certificate valid to date.
    addedBy string
    By whom the certificate was added.
    base64Certificate string
    Certificate file encoded in base64.Valid file formats: x509.
    issuedBy string
    Trusted CA certificate issued by.
    issuedTo string
    Trusted CA certificate issued to.
    managementAddCustomTrustedCaCertificateId string
    name string
    Object name.
    tags string[]
    Collection of tag identifiers.
    uid string
    Object unique identifier.
    validFroms ManagementAddCustomTrustedCaCertificateValidFrom[]
    Trusted CA certificate valid from date.
    validTos ManagementAddCustomTrustedCaCertificateValidTo[]
    Trusted CA certificate valid to date.
    added_by str
    By whom the certificate was added.
    base64_certificate str
    Certificate file encoded in base64.Valid file formats: x509.
    issued_by str
    Trusted CA certificate issued by.
    issued_to str
    Trusted CA certificate issued to.
    management_add_custom_trusted_ca_certificate_id str
    name str
    Object name.
    tags Sequence[str]
    Collection of tag identifiers.
    uid str
    Object unique identifier.
    valid_froms Sequence[ManagementAddCustomTrustedCaCertificateValidFromArgs]
    Trusted CA certificate valid from date.
    valid_tos Sequence[ManagementAddCustomTrustedCaCertificateValidToArgs]
    Trusted CA certificate valid to date.
    addedBy String
    By whom the certificate was added.
    base64Certificate String
    Certificate file encoded in base64.Valid file formats: x509.
    issuedBy String
    Trusted CA certificate issued by.
    issuedTo String
    Trusted CA certificate issued to.
    managementAddCustomTrustedCaCertificateId String
    name String
    Object name.
    tags List<String>
    Collection of tag identifiers.
    uid String
    Object unique identifier.
    validFroms List<Property Map>
    Trusted CA certificate valid from date.
    validTos List<Property Map>
    Trusted CA certificate valid to date.

    Supporting Types

    ManagementAddCustomTrustedCaCertificateValidFrom, ManagementAddCustomTrustedCaCertificateValidFromArgs

    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix float64
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 string
    Date and time represented in international ISO 8601 format.
    posix number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 str
    Date and time represented in international ISO 8601 format.
    posix float
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970

    ManagementAddCustomTrustedCaCertificateValidTo, ManagementAddCustomTrustedCaCertificateValidToArgs

    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix float64
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 string
    Date and time represented in international ISO 8601 format.
    posix number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 str
    Date and time represented in international ISO 8601 format.
    posix float
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970

    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