1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementThreatRule
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

    This resource allows you to execute Check Point Threat Rule.

    Using getManagementThreatRule

    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 getManagementThreatRule(args: GetManagementThreatRuleArgs, opts?: InvokeOptions): Promise<GetManagementThreatRuleResult>
    function getManagementThreatRuleOutput(args: GetManagementThreatRuleOutputArgs, opts?: InvokeOptions): Output<GetManagementThreatRuleResult>
    def get_management_threat_rule(id: Optional[str] = None,
                                   layer: Optional[str] = None,
                                   name: Optional[str] = None,
                                   uid: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetManagementThreatRuleResult
    def get_management_threat_rule_output(id: Optional[pulumi.Input[str]] = None,
                                   layer: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   uid: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetManagementThreatRuleResult]
    func LookupManagementThreatRule(ctx *Context, args *LookupManagementThreatRuleArgs, opts ...InvokeOption) (*LookupManagementThreatRuleResult, error)
    func LookupManagementThreatRuleOutput(ctx *Context, args *LookupManagementThreatRuleOutputArgs, opts ...InvokeOption) LookupManagementThreatRuleResultOutput

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

    public static class GetManagementThreatRule 
    {
        public static Task<GetManagementThreatRuleResult> InvokeAsync(GetManagementThreatRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementThreatRuleResult> Invoke(GetManagementThreatRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementThreatRuleResult> getManagementThreatRule(GetManagementThreatRuleArgs args, InvokeOptions options)
    public static Output<GetManagementThreatRuleResult> getManagementThreatRule(GetManagementThreatRuleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementThreatRule:getManagementThreatRule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Layer string
    Layer that the rule belongs to identified by the name or UID.
    Id string
    Name string
    Rule name.
    Uid string
    Object unique identifier.
    Layer string
    Layer that the rule belongs to identified by the name or UID.
    Id string
    Name string
    Rule name.
    Uid string
    Object unique identifier.
    layer String
    Layer that the rule belongs to identified by the name or UID.
    id String
    name String
    Rule name.
    uid String
    Object unique identifier.
    layer string
    Layer that the rule belongs to identified by the name or UID.
    id string
    name string
    Rule name.
    uid string
    Object unique identifier.
    layer str
    Layer that the rule belongs to identified by the name or UID.
    id str
    name str
    Rule name.
    uid str
    Object unique identifier.
    layer String
    Layer that the rule belongs to identified by the name or UID.
    id String
    name String
    Rule name.
    uid String
    Object unique identifier.

    getManagementThreatRule Result

    The following output properties are available:

    Action string
    Comments string
    DestinationNegate bool
    Destinations List<string>
    Enabled bool
    Exceptions List<string>
    Id string
    InstallOns List<string>
    Layer string
    ProtectedScopeNegate bool
    ProtectedScopes List<string>
    ServiceNegate bool
    Services List<string>
    SourceNegate bool
    Sources List<string>
    Track string
    TrackSettings List<GetManagementThreatRuleTrackSetting>
    Name string
    Uid string
    action String
    comments String
    destinationNegate Boolean
    destinations List<String>
    enabled Boolean
    exceptions List<String>
    id String
    installOns List<String>
    layer String
    protectedScopeNegate Boolean
    protectedScopes List<String>
    serviceNegate Boolean
    services List<String>
    sourceNegate Boolean
    sources List<String>
    track String
    trackSettings List<GetManagementThreatRuleTrackSetting>
    name String
    uid String
    action string
    comments string
    destinationNegate boolean
    destinations string[]
    enabled boolean
    exceptions string[]
    id string
    installOns string[]
    layer string
    protectedScopeNegate boolean
    protectedScopes string[]
    serviceNegate boolean
    services string[]
    sourceNegate boolean
    sources string[]
    track string
    trackSettings GetManagementThreatRuleTrackSetting[]
    name string
    uid string
    action String
    comments String
    destinationNegate Boolean
    destinations List<String>
    enabled Boolean
    exceptions List<String>
    id String
    installOns List<String>
    layer String
    protectedScopeNegate Boolean
    protectedScopes List<String>
    serviceNegate Boolean
    services List<String>
    sourceNegate Boolean
    sources List<String>
    track String
    trackSettings List<Property Map>
    name String
    uid String

    Supporting Types

    GetManagementThreatRuleTrackSetting

    PacketCapture bool
    Packet capture.
    PacketCapture bool
    Packet capture.
    packetCapture Boolean
    Packet capture.
    packetCapture boolean
    Packet capture.
    packet_capture bool
    Packet capture.
    packetCapture Boolean
    Packet capture.

    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.