1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getManagementThreatAdvancedSettings
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw

    Use this data source to get information on an existing Check Point Threat Advanced Settings.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const dataThreatAdvancedSettings = checkpoint.getManagementThreatAdvancedSettings({});
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    data_threat_advanced_settings = checkpoint.get_management_threat_advanced_settings()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v3/checkpoint"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := checkpoint.GetManagementThreatAdvancedSettings(ctx, &checkpoint.GetManagementThreatAdvancedSettingsArgs{}, nil)
    		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 dataThreatAdvancedSettings = Checkpoint.GetManagementThreatAdvancedSettings.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.CheckpointFunctions;
    import com.pulumi.checkpoint.inputs.GetManagementThreatAdvancedSettingsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var dataThreatAdvancedSettings = CheckpointFunctions.getManagementThreatAdvancedSettings(GetManagementThreatAdvancedSettingsArgs.builder()
                .build());
    
        }
    }
    
    variables:
      dataThreatAdvancedSettings:
        fn::invoke:
          function: checkpoint:getManagementThreatAdvancedSettings
          arguments: {}
    

    Using getManagementThreatAdvancedSettings

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagementThreatAdvancedSettings(args: GetManagementThreatAdvancedSettingsArgs, opts?: InvokeOptions): Promise<GetManagementThreatAdvancedSettingsResult>
    function getManagementThreatAdvancedSettingsOutput(args: GetManagementThreatAdvancedSettingsOutputArgs, opts?: InvokeOptions): Output<GetManagementThreatAdvancedSettingsResult>
    def get_management_threat_advanced_settings(id: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetManagementThreatAdvancedSettingsResult
    def get_management_threat_advanced_settings_output(id: pulumi.Input[Optional[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetManagementThreatAdvancedSettingsResult]
    func GetManagementThreatAdvancedSettings(ctx *Context, args *GetManagementThreatAdvancedSettingsArgs, opts ...InvokeOption) (*GetManagementThreatAdvancedSettingsResult, error)
    func GetManagementThreatAdvancedSettingsOutput(ctx *Context, args *GetManagementThreatAdvancedSettingsOutputArgs, opts ...InvokeOption) GetManagementThreatAdvancedSettingsResultOutput

    > Note: This function is named GetManagementThreatAdvancedSettings in the Go SDK.

    public static class GetManagementThreatAdvancedSettings 
    {
        public static Task<GetManagementThreatAdvancedSettingsResult> InvokeAsync(GetManagementThreatAdvancedSettingsArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementThreatAdvancedSettingsResult> Invoke(GetManagementThreatAdvancedSettingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementThreatAdvancedSettingsResult> getManagementThreatAdvancedSettings(GetManagementThreatAdvancedSettingsArgs args, InvokeOptions options)
    public static Output<GetManagementThreatAdvancedSettingsResult> getManagementThreatAdvancedSettings(GetManagementThreatAdvancedSettingsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementThreatAdvancedSettings:getManagementThreatAdvancedSettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getManagementThreatAdvancedSettings Result

    The following output properties are available:

    Supporting Types

    GetManagementThreatAdvancedSettingsResourceClassification

    CustomSettings List<GetManagementThreatAdvancedSettingsResourceClassificationCustomSetting>
    Custom resources classification per service. custom_settings blocks are documented below.
    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 []GetManagementThreatAdvancedSettingsResourceClassificationCustomSetting
    Custom resources classification per service. custom_settings blocks are documented below.
    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 List<GetManagementThreatAdvancedSettingsResourceClassificationCustomSetting>
    Custom resources classification per service. custom_settings blocks are documented below.
    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 GetManagementThreatAdvancedSettingsResourceClassificationCustomSetting[]
    Custom resources classification per service. custom_settings blocks are documented below.
    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 Sequence[GetManagementThreatAdvancedSettingsResourceClassificationCustomSetting]
    Custom resources classification per service. custom_settings blocks are documented below.
    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 List<Property Map>
    Custom resources classification per service. custom_settings blocks are documented below.
    mode String
    Set all services to the same mode or choose a custom mode.
    webServiceFailMode String
    Block connections when the web service is unavailable.

    GetManagementThreatAdvancedSettingsResourceClassificationCustomSetting

    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.
    Viewing docs for checkpoint 3.0.0
    published on Monday, Mar 30, 2026 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.