1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getManagementDefSetting
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw

    Use this data source to get information on an existing Check Point Def Setting.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const dataTest = checkpoint.getManagementDefSetting({
        name: "def-setting1",
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    data_test = checkpoint.get_management_def_setting(name="def-setting1")
    
    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.LookupManagementDefSetting(ctx, &checkpoint.LookupManagementDefSettingArgs{
    			Name: pulumi.StringRef("def-setting1"),
    		}, 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 dataTest = Checkpoint.GetManagementDefSetting.Invoke(new()
        {
            Name = "def-setting1",
        });
    
    });
    
    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.GetManagementDefSettingArgs;
    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 dataTest = CheckpointFunctions.getManagementDefSetting(GetManagementDefSettingArgs.builder()
                .name("def-setting1")
                .build());
    
        }
    }
    
    variables:
      dataTest:
        fn::invoke:
          function: checkpoint:getManagementDefSetting
          arguments:
            name: def-setting1
    
    Example coming soon!
    

    Using getManagementDefSetting

    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 getManagementDefSetting(args: GetManagementDefSettingArgs, opts?: InvokeOptions): Promise<GetManagementDefSettingResult>
    function getManagementDefSettingOutput(args: GetManagementDefSettingOutputArgs, opts?: InvokeOptions): Output<GetManagementDefSettingResult>
    def get_management_def_setting(id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   uid: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetManagementDefSettingResult
    def get_management_def_setting_output(id: pulumi.Input[Optional[str]] = None,
                                   name: pulumi.Input[Optional[str]] = None,
                                   uid: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetManagementDefSettingResult]
    func LookupManagementDefSetting(ctx *Context, args *LookupManagementDefSettingArgs, opts ...InvokeOption) (*LookupManagementDefSettingResult, error)
    func LookupManagementDefSettingOutput(ctx *Context, args *LookupManagementDefSettingOutputArgs, opts ...InvokeOption) LookupManagementDefSettingResultOutput

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

    public static class GetManagementDefSetting 
    {
        public static Task<GetManagementDefSettingResult> InvokeAsync(GetManagementDefSettingArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementDefSettingResult> Invoke(GetManagementDefSettingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementDefSettingResult> getManagementDefSetting(GetManagementDefSettingArgs args, InvokeOptions options)
    public static Output<GetManagementDefSettingResult> getManagementDefSetting(GetManagementDefSettingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementDefSetting:getManagementDefSetting
      arguments:
        # arguments dictionary
    data "checkpoint_get_management_def_setting" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    id string
    name string
    Object name.
    uid string
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.
    id string
    name string
    Object name.
    uid string
    Object unique identifier.
    id str
    name str
    Object name.
    uid str
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.

    getManagementDefSetting Result

    The following output properties are available:

    Assignments List<GetManagementDefSettingAssignment>
    Color string
    Comments string
    Custom bool
    DataType string
    Global bool
    Icon string
    Id string
    Tags List<string>
    Name string
    Uid string
    Assignments []GetManagementDefSettingAssignment
    Color string
    Comments string
    Custom bool
    DataType string
    Global bool
    Icon string
    Id string
    Tags []string
    Name string
    Uid string
    assignments list(object)
    color string
    comments string
    custom bool
    data_type string
    global bool
    icon string
    id string
    tags list(string)
    name string
    uid string
    assignments List<GetManagementDefSettingAssignment>
    color String
    comments String
    custom Boolean
    dataType String
    global Boolean
    icon String
    id String
    tags List<String>
    name String
    uid String
    assignments GetManagementDefSettingAssignment[]
    color string
    comments string
    custom boolean
    dataType string
    global boolean
    icon string
    id string
    tags string[]
    name string
    uid string
    assignments List<Property Map>
    color String
    comments String
    custom Boolean
    dataType String
    global Boolean
    icon String
    id String
    tags List<String>
    name String
    uid String

    Supporting Types

    GetManagementDefSettingAssignment

    Description string
    The description for this setting.
    Enabled bool
    If the setting is enabled.
    FromVersion string
    The gateway version this setting applies from.
    Model string
    The gateway model this setting applies to.
    Position double
    The position of the setting.
    Targets List<string>
    Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
    ToVersion string
    The gateway version this setting applies to.
    Value string
    The value of the setting.
    Description string
    The description for this setting.
    Enabled bool
    If the setting is enabled.
    FromVersion string
    The gateway version this setting applies from.
    Model string
    The gateway model this setting applies to.
    Position float64
    The position of the setting.
    Targets []string
    Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
    ToVersion string
    The gateway version this setting applies to.
    Value string
    The value of the setting.
    description string
    The description for this setting.
    enabled bool
    If the setting is enabled.
    from_version string
    The gateway version this setting applies from.
    model string
    The gateway model this setting applies to.
    position number
    The position of the setting.
    targets list(string)
    Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
    to_version string
    The gateway version this setting applies to.
    value string
    The value of the setting.
    description String
    The description for this setting.
    enabled Boolean
    If the setting is enabled.
    fromVersion String
    The gateway version this setting applies from.
    model String
    The gateway model this setting applies to.
    position Double
    The position of the setting.
    targets List<String>
    Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
    toVersion String
    The gateway version this setting applies to.
    value String
    The value of the setting.
    description string
    The description for this setting.
    enabled boolean
    If the setting is enabled.
    fromVersion string
    The gateway version this setting applies from.
    model string
    The gateway model this setting applies to.
    position number
    The position of the setting.
    targets string[]
    Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
    toVersion string
    The gateway version this setting applies to.
    value string
    The value of the setting.
    description str
    The description for this setting.
    enabled bool
    If the setting is enabled.
    from_version str
    The gateway version this setting applies from.
    model str
    The gateway model this setting applies to.
    position float
    The position of the setting.
    targets Sequence[str]
    Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
    to_version str
    The gateway version this setting applies to.
    value str
    The value of the setting.
    description String
    The description for this setting.
    enabled Boolean
    If the setting is enabled.
    fromVersion String
    The gateway version this setting applies from.
    model String
    The gateway model this setting applies to.
    position Number
    The position of the setting.
    targets List<String>
    Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
    toVersion String
    The gateway version this setting applies to.
    value String
    The value of the setting.

    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.3.0
    published on Thursday, Jul 30, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial