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

checkpoint.ManagementCommandSetThreatAdvancedSettings

Explore with Pulumi AI

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

    Create ManagementCommandSetThreatAdvancedSettings Resource

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

    Constructor syntax

    new ManagementCommandSetThreatAdvancedSettings(name: string, args?: ManagementCommandSetThreatAdvancedSettingsArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementCommandSetThreatAdvancedSettings(resource_name: str,
                                                   args: Optional[ManagementCommandSetThreatAdvancedSettingsArgs] = None,
                                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementCommandSetThreatAdvancedSettings(resource_name: str,
                                                   opts: Optional[ResourceOptions] = None,
                                                   feed_retrieving_interval: Optional[str] = None,
                                                   httpi_non_standard_ports: Optional[bool] = None,
                                                   ignore_errors: Optional[bool] = None,
                                                   ignore_warnings: Optional[bool] = None,
                                                   internal_error_fail_mode: Optional[str] = None,
                                                   log_unification_timeout: Optional[float] = None,
                                                   management_command_set_threat_advanced_settings_id: Optional[str] = None,
                                                   resource_classification: Optional[ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs] = None)
    func NewManagementCommandSetThreatAdvancedSettings(ctx *Context, name string, args *ManagementCommandSetThreatAdvancedSettingsArgs, opts ...ResourceOption) (*ManagementCommandSetThreatAdvancedSettings, error)
    public ManagementCommandSetThreatAdvancedSettings(string name, ManagementCommandSetThreatAdvancedSettingsArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementCommandSetThreatAdvancedSettings(String name, ManagementCommandSetThreatAdvancedSettingsArgs args)
    public ManagementCommandSetThreatAdvancedSettings(String name, ManagementCommandSetThreatAdvancedSettingsArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementCommandSetThreatAdvancedSettings
    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 ManagementCommandSetThreatAdvancedSettingsArgs
    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 ManagementCommandSetThreatAdvancedSettingsArgs
    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 ManagementCommandSetThreatAdvancedSettingsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementCommandSetThreatAdvancedSettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementCommandSetThreatAdvancedSettingsArgs
    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 managementCommandSetThreatAdvancedSettingsResource = new Checkpoint.ManagementCommandSetThreatAdvancedSettings("managementCommandSetThreatAdvancedSettingsResource", new()
    {
        FeedRetrievingInterval = "string",
        HttpiNonStandardPorts = false,
        IgnoreErrors = false,
        IgnoreWarnings = false,
        InternalErrorFailMode = "string",
        LogUnificationTimeout = 0,
        ManagementCommandSetThreatAdvancedSettingsId = "string",
        ResourceClassification = new Checkpoint.Inputs.ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs
        {
            CustomSettings = new Checkpoint.Inputs.ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettingsArgs
            {
                AntiBot = "string",
                AntiVirus = "string",
                ZeroPhishing = "string",
            },
            Mode = "string",
            WebServiceFailMode = "string",
        },
    });
    
    example, err := checkpoint.NewManagementCommandSetThreatAdvancedSettings(ctx, "managementCommandSetThreatAdvancedSettingsResource", &checkpoint.ManagementCommandSetThreatAdvancedSettingsArgs{
    	FeedRetrievingInterval:                       pulumi.String("string"),
    	HttpiNonStandardPorts:                        pulumi.Bool(false),
    	IgnoreErrors:                                 pulumi.Bool(false),
    	IgnoreWarnings:                               pulumi.Bool(false),
    	InternalErrorFailMode:                        pulumi.String("string"),
    	LogUnificationTimeout:                        pulumi.Float64(0),
    	ManagementCommandSetThreatAdvancedSettingsId: pulumi.String("string"),
    	ResourceClassification: &checkpoint.ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs{
    		CustomSettings: &checkpoint.ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettingsArgs{
    			AntiBot:      pulumi.String("string"),
    			AntiVirus:    pulumi.String("string"),
    			ZeroPhishing: pulumi.String("string"),
    		},
    		Mode:               pulumi.String("string"),
    		WebServiceFailMode: pulumi.String("string"),
    	},
    })
    
    var managementCommandSetThreatAdvancedSettingsResource = new ManagementCommandSetThreatAdvancedSettings("managementCommandSetThreatAdvancedSettingsResource", ManagementCommandSetThreatAdvancedSettingsArgs.builder()
        .feedRetrievingInterval("string")
        .httpiNonStandardPorts(false)
        .ignoreErrors(false)
        .ignoreWarnings(false)
        .internalErrorFailMode("string")
        .logUnificationTimeout(0)
        .managementCommandSetThreatAdvancedSettingsId("string")
        .resourceClassification(ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs.builder()
            .customSettings(ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettingsArgs.builder()
                .antiBot("string")
                .antiVirus("string")
                .zeroPhishing("string")
                .build())
            .mode("string")
            .webServiceFailMode("string")
            .build())
        .build());
    
    management_command_set_threat_advanced_settings_resource = checkpoint.ManagementCommandSetThreatAdvancedSettings("managementCommandSetThreatAdvancedSettingsResource",
        feed_retrieving_interval="string",
        httpi_non_standard_ports=False,
        ignore_errors=False,
        ignore_warnings=False,
        internal_error_fail_mode="string",
        log_unification_timeout=0,
        management_command_set_threat_advanced_settings_id="string",
        resource_classification={
            "custom_settings": {
                "anti_bot": "string",
                "anti_virus": "string",
                "zero_phishing": "string",
            },
            "mode": "string",
            "web_service_fail_mode": "string",
        })
    
    const managementCommandSetThreatAdvancedSettingsResource = new checkpoint.ManagementCommandSetThreatAdvancedSettings("managementCommandSetThreatAdvancedSettingsResource", {
        feedRetrievingInterval: "string",
        httpiNonStandardPorts: false,
        ignoreErrors: false,
        ignoreWarnings: false,
        internalErrorFailMode: "string",
        logUnificationTimeout: 0,
        managementCommandSetThreatAdvancedSettingsId: "string",
        resourceClassification: {
            customSettings: {
                antiBot: "string",
                antiVirus: "string",
                zeroPhishing: "string",
            },
            mode: "string",
            webServiceFailMode: "string",
        },
    });
    
    type: checkpoint:ManagementCommandSetThreatAdvancedSettings
    properties:
        feedRetrievingInterval: string
        httpiNonStandardPorts: false
        ignoreErrors: false
        ignoreWarnings: false
        internalErrorFailMode: string
        logUnificationTimeout: 0
        managementCommandSetThreatAdvancedSettingsId: string
        resourceClassification:
            customSettings:
                antiBot: string
                antiVirus: string
                zeroPhishing: string
            mode: string
            webServiceFailMode: string
    

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

    FeedRetrievingInterval string
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    HttpiNonStandardPorts bool
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    InternalErrorFailMode string
    In case of internal system error, allow or block all connections.
    LogUnificationTimeout double
    Session unification timeout for logs (minutes).
    ManagementCommandSetThreatAdvancedSettingsId string
    ResourceClassification ManagementCommandSetThreatAdvancedSettingsResourceClassification
    Allow (Background) or Block (Hold) requests until categorization is complete.
    FeedRetrievingInterval string
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    HttpiNonStandardPorts bool
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    InternalErrorFailMode string
    In case of internal system error, allow or block all connections.
    LogUnificationTimeout float64
    Session unification timeout for logs (minutes).
    ManagementCommandSetThreatAdvancedSettingsId string
    ResourceClassification ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs
    Allow (Background) or Block (Hold) requests until categorization is complete.
    feedRetrievingInterval String
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    httpiNonStandardPorts Boolean
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    internalErrorFailMode String
    In case of internal system error, allow or block all connections.
    logUnificationTimeout Double
    Session unification timeout for logs (minutes).
    managementCommandSetThreatAdvancedSettingsId String
    resourceClassification ManagementCommandSetThreatAdvancedSettingsResourceClassification
    Allow (Background) or Block (Hold) requests until categorization is complete.
    feedRetrievingInterval string
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    httpiNonStandardPorts boolean
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    internalErrorFailMode string
    In case of internal system error, allow or block all connections.
    logUnificationTimeout number
    Session unification timeout for logs (minutes).
    managementCommandSetThreatAdvancedSettingsId string
    resourceClassification ManagementCommandSetThreatAdvancedSettingsResourceClassification
    Allow (Background) or Block (Hold) requests until categorization is complete.
    feed_retrieving_interval str
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    httpi_non_standard_ports bool
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    internal_error_fail_mode str
    In case of internal system error, allow or block all connections.
    log_unification_timeout float
    Session unification timeout for logs (minutes).
    management_command_set_threat_advanced_settings_id str
    resource_classification ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs
    Allow (Background) or Block (Hold) requests until categorization is complete.
    feedRetrievingInterval String
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    httpiNonStandardPorts Boolean
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    internalErrorFailMode String
    In case of internal system error, allow or block all connections.
    logUnificationTimeout Number
    Session unification timeout for logs (minutes).
    managementCommandSetThreatAdvancedSettingsId String
    resourceClassification Property Map
    Allow (Background) or Block (Hold) requests until categorization is complete.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementCommandSetThreatAdvancedSettings 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 ManagementCommandSetThreatAdvancedSettings Resource

    Get an existing ManagementCommandSetThreatAdvancedSettings 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?: ManagementCommandSetThreatAdvancedSettingsState, opts?: CustomResourceOptions): ManagementCommandSetThreatAdvancedSettings
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            feed_retrieving_interval: Optional[str] = None,
            httpi_non_standard_ports: Optional[bool] = None,
            ignore_errors: Optional[bool] = None,
            ignore_warnings: Optional[bool] = None,
            internal_error_fail_mode: Optional[str] = None,
            log_unification_timeout: Optional[float] = None,
            management_command_set_threat_advanced_settings_id: Optional[str] = None,
            resource_classification: Optional[ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs] = None) -> ManagementCommandSetThreatAdvancedSettings
    func GetManagementCommandSetThreatAdvancedSettings(ctx *Context, name string, id IDInput, state *ManagementCommandSetThreatAdvancedSettingsState, opts ...ResourceOption) (*ManagementCommandSetThreatAdvancedSettings, error)
    public static ManagementCommandSetThreatAdvancedSettings Get(string name, Input<string> id, ManagementCommandSetThreatAdvancedSettingsState? state, CustomResourceOptions? opts = null)
    public static ManagementCommandSetThreatAdvancedSettings get(String name, Output<String> id, ManagementCommandSetThreatAdvancedSettingsState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementCommandSetThreatAdvancedSettings    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:
    FeedRetrievingInterval string
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    HttpiNonStandardPorts bool
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    InternalErrorFailMode string
    In case of internal system error, allow or block all connections.
    LogUnificationTimeout double
    Session unification timeout for logs (minutes).
    ManagementCommandSetThreatAdvancedSettingsId string
    ResourceClassification ManagementCommandSetThreatAdvancedSettingsResourceClassification
    Allow (Background) or Block (Hold) requests until categorization is complete.
    FeedRetrievingInterval string
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    HttpiNonStandardPorts bool
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    InternalErrorFailMode string
    In case of internal system error, allow or block all connections.
    LogUnificationTimeout float64
    Session unification timeout for logs (minutes).
    ManagementCommandSetThreatAdvancedSettingsId string
    ResourceClassification ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs
    Allow (Background) or Block (Hold) requests until categorization is complete.
    feedRetrievingInterval String
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    httpiNonStandardPorts Boolean
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    internalErrorFailMode String
    In case of internal system error, allow or block all connections.
    logUnificationTimeout Double
    Session unification timeout for logs (minutes).
    managementCommandSetThreatAdvancedSettingsId String
    resourceClassification ManagementCommandSetThreatAdvancedSettingsResourceClassification
    Allow (Background) or Block (Hold) requests until categorization is complete.
    feedRetrievingInterval string
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    httpiNonStandardPorts boolean
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    internalErrorFailMode string
    In case of internal system error, allow or block all connections.
    logUnificationTimeout number
    Session unification timeout for logs (minutes).
    managementCommandSetThreatAdvancedSettingsId string
    resourceClassification ManagementCommandSetThreatAdvancedSettingsResourceClassification
    Allow (Background) or Block (Hold) requests until categorization is complete.
    feed_retrieving_interval str
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    httpi_non_standard_ports bool
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    internal_error_fail_mode str
    In case of internal system error, allow or block all connections.
    log_unification_timeout float
    Session unification timeout for logs (minutes).
    management_command_set_threat_advanced_settings_id str
    resource_classification ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs
    Allow (Background) or Block (Hold) requests until categorization is complete.
    feedRetrievingInterval String
    Feed retrieving intervals of External Feed, in the form of HH:MM.
    httpiNonStandardPorts Boolean
    Enable HTTP Inspection on non standard ports for Threat Prevention blades.
    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.
    internalErrorFailMode String
    In case of internal system error, allow or block all connections.
    logUnificationTimeout Number
    Session unification timeout for logs (minutes).
    managementCommandSetThreatAdvancedSettingsId String
    resourceClassification Property Map
    Allow (Background) or Block (Hold) requests until categorization is complete.

    Supporting Types

    ManagementCommandSetThreatAdvancedSettingsResourceClassification, ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs

    CustomSettings ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettings
    On Custom mode, custom resources classification per service.
    Mode string
    Set all services to the same mode or choose a custom mode.
    WebServiceFailMode string
    Block connections when the web service is unavailable.
    CustomSettings ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettings
    On Custom mode, custom resources classification per service.
    Mode string
    Set all services to the same mode or choose a custom mode.
    WebServiceFailMode string
    Block connections when the web service is unavailable.
    customSettings ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettings
    On Custom mode, custom resources classification per service.
    mode String
    Set all services to the same mode or choose a custom mode.
    webServiceFailMode String
    Block connections when the web service is unavailable.
    customSettings ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettings
    On Custom mode, custom resources classification per service.
    mode string
    Set all services to the same mode or choose a custom mode.
    webServiceFailMode string
    Block connections when the web service is unavailable.
    custom_settings ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettings
    On Custom mode, custom resources classification per service.
    mode str
    Set all services to the same mode or choose a custom mode.
    web_service_fail_mode str
    Block connections when the web service is unavailable.
    customSettings Property Map
    On Custom mode, custom resources classification per service.
    mode String
    Set all services to the same mode or choose a custom mode.
    webServiceFailMode String
    Block connections when the web service is unavailable.

    ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettings, ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettingsArgs

    AntiBot string
    Custom Settings for Anti Bot Blade.
    AntiVirus string
    Custom Settings for Anti Virus Blade.
    ZeroPhishing string
    Custom Settings for Zero Phishing Blade.
    AntiBot string
    Custom Settings for Anti Bot Blade.
    AntiVirus string
    Custom Settings for Anti Virus Blade.
    ZeroPhishing string
    Custom Settings for Zero Phishing Blade.
    antiBot String
    Custom Settings for Anti Bot Blade.
    antiVirus String
    Custom Settings for Anti Virus Blade.
    zeroPhishing String
    Custom Settings for Zero Phishing Blade.
    antiBot string
    Custom Settings for Anti Bot Blade.
    antiVirus string
    Custom Settings for Anti Virus Blade.
    zeroPhishing string
    Custom Settings for Zero Phishing Blade.
    anti_bot str
    Custom Settings for Anti Bot Blade.
    anti_virus str
    Custom Settings for Anti Virus Blade.
    zero_phishing str
    Custom Settings for Zero Phishing Blade.
    antiBot String
    Custom Settings for Anti Bot Blade.
    antiVirus String
    Custom Settings for Anti Virus Blade.
    zeroPhishing String
    Custom Settings for Zero Phishing Blade.

    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