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

checkpoint.ManagementCommandImportManagement

Explore with Pulumi AI

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

    Create ManagementCommandImportManagement Resource

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

    Constructor syntax

    new ManagementCommandImportManagement(name: string, args: ManagementCommandImportManagementArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementCommandImportManagement(resource_name: str,
                                          args: ManagementCommandImportManagementArgs,
                                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementCommandImportManagement(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          file_path: Optional[str] = None,
                                          domain_ip_address: Optional[str] = None,
                                          domain_name: Optional[str] = None,
                                          domain_server_name: Optional[str] = None,
                                          ignore_warnings: Optional[bool] = None,
                                          include_endpoint_configuration: Optional[bool] = None,
                                          include_endpoint_database: Optional[bool] = None,
                                          include_logs: Optional[bool] = None,
                                          include_logs_indexes: Optional[bool] = None,
                                          management_command_import_management_id: Optional[str] = None,
                                          pre_import_verification_only: Optional[bool] = None,
                                          verify_domain_restore: Optional[bool] = None)
    func NewManagementCommandImportManagement(ctx *Context, name string, args ManagementCommandImportManagementArgs, opts ...ResourceOption) (*ManagementCommandImportManagement, error)
    public ManagementCommandImportManagement(string name, ManagementCommandImportManagementArgs args, CustomResourceOptions? opts = null)
    public ManagementCommandImportManagement(String name, ManagementCommandImportManagementArgs args)
    public ManagementCommandImportManagement(String name, ManagementCommandImportManagementArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementCommandImportManagement
    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 ManagementCommandImportManagementArgs
    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 ManagementCommandImportManagementArgs
    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 ManagementCommandImportManagementArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementCommandImportManagementArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementCommandImportManagementArgs
    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 managementCommandImportManagementResource = new Checkpoint.ManagementCommandImportManagement("managementCommandImportManagementResource", new()
    {
        FilePath = "string",
        DomainIpAddress = "string",
        DomainName = "string",
        DomainServerName = "string",
        IgnoreWarnings = false,
        IncludeEndpointConfiguration = false,
        IncludeEndpointDatabase = false,
        IncludeLogs = false,
        IncludeLogsIndexes = false,
        ManagementCommandImportManagementId = "string",
        PreImportVerificationOnly = false,
        VerifyDomainRestore = false,
    });
    
    example, err := checkpoint.NewManagementCommandImportManagement(ctx, "managementCommandImportManagementResource", &checkpoint.ManagementCommandImportManagementArgs{
    	FilePath:                            pulumi.String("string"),
    	DomainIpAddress:                     pulumi.String("string"),
    	DomainName:                          pulumi.String("string"),
    	DomainServerName:                    pulumi.String("string"),
    	IgnoreWarnings:                      pulumi.Bool(false),
    	IncludeEndpointConfiguration:        pulumi.Bool(false),
    	IncludeEndpointDatabase:             pulumi.Bool(false),
    	IncludeLogs:                         pulumi.Bool(false),
    	IncludeLogsIndexes:                  pulumi.Bool(false),
    	ManagementCommandImportManagementId: pulumi.String("string"),
    	PreImportVerificationOnly:           pulumi.Bool(false),
    	VerifyDomainRestore:                 pulumi.Bool(false),
    })
    
    var managementCommandImportManagementResource = new ManagementCommandImportManagement("managementCommandImportManagementResource", ManagementCommandImportManagementArgs.builder()
        .filePath("string")
        .domainIpAddress("string")
        .domainName("string")
        .domainServerName("string")
        .ignoreWarnings(false)
        .includeEndpointConfiguration(false)
        .includeEndpointDatabase(false)
        .includeLogs(false)
        .includeLogsIndexes(false)
        .managementCommandImportManagementId("string")
        .preImportVerificationOnly(false)
        .verifyDomainRestore(false)
        .build());
    
    management_command_import_management_resource = checkpoint.ManagementCommandImportManagement("managementCommandImportManagementResource",
        file_path="string",
        domain_ip_address="string",
        domain_name="string",
        domain_server_name="string",
        ignore_warnings=False,
        include_endpoint_configuration=False,
        include_endpoint_database=False,
        include_logs=False,
        include_logs_indexes=False,
        management_command_import_management_id="string",
        pre_import_verification_only=False,
        verify_domain_restore=False)
    
    const managementCommandImportManagementResource = new checkpoint.ManagementCommandImportManagement("managementCommandImportManagementResource", {
        filePath: "string",
        domainIpAddress: "string",
        domainName: "string",
        domainServerName: "string",
        ignoreWarnings: false,
        includeEndpointConfiguration: false,
        includeEndpointDatabase: false,
        includeLogs: false,
        includeLogsIndexes: false,
        managementCommandImportManagementId: "string",
        preImportVerificationOnly: false,
        verifyDomainRestore: false,
    });
    
    type: checkpoint:ManagementCommandImportManagement
    properties:
        domainIpAddress: string
        domainName: string
        domainServerName: string
        filePath: string
        ignoreWarnings: false
        includeEndpointConfiguration: false
        includeEndpointDatabase: false
        includeLogs: false
        includeLogsIndexes: false
        managementCommandImportManagementId: string
        preImportVerificationOnly: false
        verifyDomainRestore: false
    

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

    FilePath string
    Path to the exported database file to be imported.
    DomainIpAddress string
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    DomainName string
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    DomainServerName string
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    IgnoreWarnings bool
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    IncludeEndpointConfiguration bool
    Include import of the Endpoint Security Management configuration files.
    IncludeEndpointDatabase bool
    Include import of the Endpoint Security Management database.
    IncludeLogs bool
    Import logs without log indexes.
    IncludeLogsIndexes bool
    Import logs with log indexes.
    ManagementCommandImportManagementId string
    PreImportVerificationOnly bool
    If true, only runs the pre-import verifications instead of the full import.
    VerifyDomainRestore bool
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    FilePath string
    Path to the exported database file to be imported.
    DomainIpAddress string
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    DomainName string
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    DomainServerName string
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    IgnoreWarnings bool
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    IncludeEndpointConfiguration bool
    Include import of the Endpoint Security Management configuration files.
    IncludeEndpointDatabase bool
    Include import of the Endpoint Security Management database.
    IncludeLogs bool
    Import logs without log indexes.
    IncludeLogsIndexes bool
    Import logs with log indexes.
    ManagementCommandImportManagementId string
    PreImportVerificationOnly bool
    If true, only runs the pre-import verifications instead of the full import.
    VerifyDomainRestore bool
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    filePath String
    Path to the exported database file to be imported.
    domainIpAddress String
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainName String
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainServerName String
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    ignoreWarnings Boolean
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    includeEndpointConfiguration Boolean
    Include import of the Endpoint Security Management configuration files.
    includeEndpointDatabase Boolean
    Include import of the Endpoint Security Management database.
    includeLogs Boolean
    Import logs without log indexes.
    includeLogsIndexes Boolean
    Import logs with log indexes.
    managementCommandImportManagementId String
    preImportVerificationOnly Boolean
    If true, only runs the pre-import verifications instead of the full import.
    verifyDomainRestore Boolean
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    filePath string
    Path to the exported database file to be imported.
    domainIpAddress string
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainName string
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainServerName string
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    ignoreWarnings boolean
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    includeEndpointConfiguration boolean
    Include import of the Endpoint Security Management configuration files.
    includeEndpointDatabase boolean
    Include import of the Endpoint Security Management database.
    includeLogs boolean
    Import logs without log indexes.
    includeLogsIndexes boolean
    Import logs with log indexes.
    managementCommandImportManagementId string
    preImportVerificationOnly boolean
    If true, only runs the pre-import verifications instead of the full import.
    verifyDomainRestore boolean
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    file_path str
    Path to the exported database file to be imported.
    domain_ip_address str
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    domain_name str
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    domain_server_name str
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    ignore_warnings bool
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    include_endpoint_configuration bool
    Include import of the Endpoint Security Management configuration files.
    include_endpoint_database bool
    Include import of the Endpoint Security Management database.
    include_logs bool
    Import logs without log indexes.
    include_logs_indexes bool
    Import logs with log indexes.
    management_command_import_management_id str
    pre_import_verification_only bool
    If true, only runs the pre-import verifications instead of the full import.
    verify_domain_restore bool
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    filePath String
    Path to the exported database file to be imported.
    domainIpAddress String
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainName String
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainServerName String
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    ignoreWarnings Boolean
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    includeEndpointConfiguration Boolean
    Include import of the Endpoint Security Management configuration files.
    includeEndpointDatabase Boolean
    Include import of the Endpoint Security Management database.
    includeLogs Boolean
    Import logs without log indexes.
    includeLogsIndexes Boolean
    Import logs with log indexes.
    managementCommandImportManagementId String
    preImportVerificationOnly Boolean
    If true, only runs the pre-import verifications instead of the full import.
    verifyDomainRestore Boolean
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    LoginRequired string
    If set to "True", session is expired and login is required.
    TaskId string
    Asynchronous task unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    LoginRequired string
    If set to "True", session is expired and login is required.
    TaskId string
    Asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    loginRequired String
    If set to "True", session is expired and login is required.
    taskId String
    Asynchronous task unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    loginRequired string
    If set to "True", session is expired and login is required.
    taskId string
    Asynchronous task unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    login_required str
    If set to "True", session is expired and login is required.
    task_id str
    Asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    loginRequired String
    If set to "True", session is expired and login is required.
    taskId String
    Asynchronous task unique identifier.

    Look up Existing ManagementCommandImportManagement Resource

    Get an existing ManagementCommandImportManagement 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?: ManagementCommandImportManagementState, opts?: CustomResourceOptions): ManagementCommandImportManagement
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            domain_ip_address: Optional[str] = None,
            domain_name: Optional[str] = None,
            domain_server_name: Optional[str] = None,
            file_path: Optional[str] = None,
            ignore_warnings: Optional[bool] = None,
            include_endpoint_configuration: Optional[bool] = None,
            include_endpoint_database: Optional[bool] = None,
            include_logs: Optional[bool] = None,
            include_logs_indexes: Optional[bool] = None,
            login_required: Optional[str] = None,
            management_command_import_management_id: Optional[str] = None,
            pre_import_verification_only: Optional[bool] = None,
            task_id: Optional[str] = None,
            verify_domain_restore: Optional[bool] = None) -> ManagementCommandImportManagement
    func GetManagementCommandImportManagement(ctx *Context, name string, id IDInput, state *ManagementCommandImportManagementState, opts ...ResourceOption) (*ManagementCommandImportManagement, error)
    public static ManagementCommandImportManagement Get(string name, Input<string> id, ManagementCommandImportManagementState? state, CustomResourceOptions? opts = null)
    public static ManagementCommandImportManagement get(String name, Output<String> id, ManagementCommandImportManagementState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementCommandImportManagement    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:
    DomainIpAddress string
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    DomainName string
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    DomainServerName string
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    FilePath string
    Path to the exported database file to be imported.
    IgnoreWarnings bool
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    IncludeEndpointConfiguration bool
    Include import of the Endpoint Security Management configuration files.
    IncludeEndpointDatabase bool
    Include import of the Endpoint Security Management database.
    IncludeLogs bool
    Import logs without log indexes.
    IncludeLogsIndexes bool
    Import logs with log indexes.
    LoginRequired string
    If set to "True", session is expired and login is required.
    ManagementCommandImportManagementId string
    PreImportVerificationOnly bool
    If true, only runs the pre-import verifications instead of the full import.
    TaskId string
    Asynchronous task unique identifier.
    VerifyDomainRestore bool
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    DomainIpAddress string
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    DomainName string
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    DomainServerName string
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    FilePath string
    Path to the exported database file to be imported.
    IgnoreWarnings bool
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    IncludeEndpointConfiguration bool
    Include import of the Endpoint Security Management configuration files.
    IncludeEndpointDatabase bool
    Include import of the Endpoint Security Management database.
    IncludeLogs bool
    Import logs without log indexes.
    IncludeLogsIndexes bool
    Import logs with log indexes.
    LoginRequired string
    If set to "True", session is expired and login is required.
    ManagementCommandImportManagementId string
    PreImportVerificationOnly bool
    If true, only runs the pre-import verifications instead of the full import.
    TaskId string
    Asynchronous task unique identifier.
    VerifyDomainRestore bool
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    domainIpAddress String
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainName String
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainServerName String
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    filePath String
    Path to the exported database file to be imported.
    ignoreWarnings Boolean
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    includeEndpointConfiguration Boolean
    Include import of the Endpoint Security Management configuration files.
    includeEndpointDatabase Boolean
    Include import of the Endpoint Security Management database.
    includeLogs Boolean
    Import logs without log indexes.
    includeLogsIndexes Boolean
    Import logs with log indexes.
    loginRequired String
    If set to "True", session is expired and login is required.
    managementCommandImportManagementId String
    preImportVerificationOnly Boolean
    If true, only runs the pre-import verifications instead of the full import.
    taskId String
    Asynchronous task unique identifier.
    verifyDomainRestore Boolean
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    domainIpAddress string
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainName string
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainServerName string
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    filePath string
    Path to the exported database file to be imported.
    ignoreWarnings boolean
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    includeEndpointConfiguration boolean
    Include import of the Endpoint Security Management configuration files.
    includeEndpointDatabase boolean
    Include import of the Endpoint Security Management database.
    includeLogs boolean
    Import logs without log indexes.
    includeLogsIndexes boolean
    Import logs with log indexes.
    loginRequired string
    If set to "True", session is expired and login is required.
    managementCommandImportManagementId string
    preImportVerificationOnly boolean
    If true, only runs the pre-import verifications instead of the full import.
    taskId string
    Asynchronous task unique identifier.
    verifyDomainRestore boolean
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    domain_ip_address str
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    domain_name str
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    domain_server_name str
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    file_path str
    Path to the exported database file to be imported.
    ignore_warnings bool
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    include_endpoint_configuration bool
    Include import of the Endpoint Security Management configuration files.
    include_endpoint_database bool
    Include import of the Endpoint Security Management database.
    include_logs bool
    Import logs without log indexes.
    include_logs_indexes bool
    Import logs with log indexes.
    login_required str
    If set to "True", session is expired and login is required.
    management_command_import_management_id str
    pre_import_verification_only bool
    If true, only runs the pre-import verifications instead of the full import.
    task_id str
    Asynchronous task unique identifier.
    verify_domain_restore bool
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
    domainIpAddress String
    IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainName String
    Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
    domainServerName String
    Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
    filePath String
    Path to the exported database file to be imported.
    ignoreWarnings Boolean
    Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
    includeEndpointConfiguration Boolean
    Include import of the Endpoint Security Management configuration files.
    includeEndpointDatabase Boolean
    Include import of the Endpoint Security Management database.
    includeLogs Boolean
    Import logs without log indexes.
    includeLogsIndexes Boolean
    Import logs with log indexes.
    loginRequired String
    If set to "True", session is expired and login is required.
    managementCommandImportManagementId String
    preImportVerificationOnly Boolean
    If true, only runs the pre-import verifications instead of the full import.
    taskId String
    Asynchronous task unique identifier.
    verifyDomainRestore Boolean
    If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.

    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