1. Packages
  2. Panos Provider
  3. API Docs
  4. HipmatchLogSettings
panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks
panos logo
panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks

    Import

    The pulumi import command can be used, for example:

    A hipmatch log setting can be imported by providing the following base64 encoded object as the ID

    {

    location = {

    template = {
    
      name            = "example-template"
    
      panorama_device = "localhost.localdomain"
    
    }
    

    }

    name = “example-hipmatch-settings”

    }

    $ pulumi import panos:index/hipmatchLogSettings:HipmatchLogSettings example $(echo '{"location":{"template":{"name":"example-template","panorama_device":"localhost.localdomain"}},"name":"example-hipmatch-settings"}' | base64)
    

    Create HipmatchLogSettings Resource

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

    Constructor syntax

    new HipmatchLogSettings(name: string, args: HipmatchLogSettingsArgs, opts?: CustomResourceOptions);
    @overload
    def HipmatchLogSettings(resource_name: str,
                            args: HipmatchLogSettingsArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def HipmatchLogSettings(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            location: Optional[HipmatchLogSettingsLocationArgs] = None,
                            actions: Optional[Sequence[HipmatchLogSettingsActionArgs]] = None,
                            description: Optional[str] = None,
                            email_profiles: Optional[Sequence[str]] = None,
                            filter: Optional[str] = None,
                            http_profiles: Optional[Sequence[str]] = None,
                            name: Optional[str] = None,
                            quarantine: Optional[bool] = None,
                            send_to_panorama: Optional[bool] = None,
                            snmp_profiles: Optional[Sequence[str]] = None,
                            syslog_profiles: Optional[Sequence[str]] = None)
    func NewHipmatchLogSettings(ctx *Context, name string, args HipmatchLogSettingsArgs, opts ...ResourceOption) (*HipmatchLogSettings, error)
    public HipmatchLogSettings(string name, HipmatchLogSettingsArgs args, CustomResourceOptions? opts = null)
    public HipmatchLogSettings(String name, HipmatchLogSettingsArgs args)
    public HipmatchLogSettings(String name, HipmatchLogSettingsArgs args, CustomResourceOptions options)
    
    type: panos:HipmatchLogSettings
    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 HipmatchLogSettingsArgs
    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 HipmatchLogSettingsArgs
    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 HipmatchLogSettingsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args HipmatchLogSettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args HipmatchLogSettingsArgs
    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 hipmatchLogSettingsResource = new Panos.HipmatchLogSettings("hipmatchLogSettingsResource", new()
    {
        Location = new Panos.Inputs.HipmatchLogSettingsLocationArgs
        {
            Panorama = null,
            Template = new Panos.Inputs.HipmatchLogSettingsLocationTemplateArgs
            {
                Name = "string",
                PanoramaDevice = "string",
            },
            TemplateStack = new Panos.Inputs.HipmatchLogSettingsLocationTemplateStackArgs
            {
                Name = "string",
                PanoramaDevice = "string",
            },
            TemplateStackVsys = new Panos.Inputs.HipmatchLogSettingsLocationTemplateStackVsysArgs
            {
                NgfwDevice = "string",
                PanoramaDevice = "string",
                TemplateStack = "string",
                Vsys = "string",
            },
            TemplateVsys = new Panos.Inputs.HipmatchLogSettingsLocationTemplateVsysArgs
            {
                NgfwDevice = "string",
                PanoramaDevice = "string",
                Template = "string",
                Vsys = "string",
            },
        },
        Actions = new[]
        {
            new Panos.Inputs.HipmatchLogSettingsActionArgs
            {
                Name = "string",
                Type = new Panos.Inputs.HipmatchLogSettingsActionTypeArgs
                {
                    Integration = new Panos.Inputs.HipmatchLogSettingsActionTypeIntegrationArgs
                    {
                        Action = "string",
                    },
                    Tagging = new Panos.Inputs.HipmatchLogSettingsActionTypeTaggingArgs
                    {
                        Action = "string",
                        Registration = new Panos.Inputs.HipmatchLogSettingsActionTypeTaggingRegistrationArgs
                        {
                            Localhost = null,
                            Panorama = null,
                            Remote = new Panos.Inputs.HipmatchLogSettingsActionTypeTaggingRegistrationRemoteArgs
                            {
                                HttpProfile = "string",
                            },
                        },
                        Tags = new[]
                        {
                            "string",
                        },
                        Target = "string",
                        Timeout = 0,
                    },
                },
            },
        },
        Description = "string",
        EmailProfiles = new[]
        {
            "string",
        },
        Filter = "string",
        HttpProfiles = new[]
        {
            "string",
        },
        Name = "string",
        Quarantine = false,
        SendToPanorama = false,
        SnmpProfiles = new[]
        {
            "string",
        },
        SyslogProfiles = new[]
        {
            "string",
        },
    });
    
    example, err := panos.NewHipmatchLogSettings(ctx, "hipmatchLogSettingsResource", &panos.HipmatchLogSettingsArgs{
    	Location: &panos.HipmatchLogSettingsLocationArgs{
    		Panorama: &panos.HipmatchLogSettingsLocationPanoramaArgs{},
    		Template: &panos.HipmatchLogSettingsLocationTemplateArgs{
    			Name:           pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    		},
    		TemplateStack: &panos.HipmatchLogSettingsLocationTemplateStackArgs{
    			Name:           pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    		},
    		TemplateStackVsys: &panos.HipmatchLogSettingsLocationTemplateStackVsysArgs{
    			NgfwDevice:     pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    			TemplateStack:  pulumi.String("string"),
    			Vsys:           pulumi.String("string"),
    		},
    		TemplateVsys: &panos.HipmatchLogSettingsLocationTemplateVsysArgs{
    			NgfwDevice:     pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    			Template:       pulumi.String("string"),
    			Vsys:           pulumi.String("string"),
    		},
    	},
    	Actions: panos.HipmatchLogSettingsActionArray{
    		&panos.HipmatchLogSettingsActionArgs{
    			Name: pulumi.String("string"),
    			Type: &panos.HipmatchLogSettingsActionTypeArgs{
    				Integration: &panos.HipmatchLogSettingsActionTypeIntegrationArgs{
    					Action: pulumi.String("string"),
    				},
    				Tagging: &panos.HipmatchLogSettingsActionTypeTaggingArgs{
    					Action: pulumi.String("string"),
    					Registration: &panos.HipmatchLogSettingsActionTypeTaggingRegistrationArgs{
    						Localhost: &panos.HipmatchLogSettingsActionTypeTaggingRegistrationLocalhostArgs{},
    						Panorama:  &panos.HipmatchLogSettingsActionTypeTaggingRegistrationPanoramaArgs{},
    						Remote: &panos.HipmatchLogSettingsActionTypeTaggingRegistrationRemoteArgs{
    							HttpProfile: pulumi.String("string"),
    						},
    					},
    					Tags: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					Target:  pulumi.String("string"),
    					Timeout: pulumi.Float64(0),
    				},
    			},
    		},
    	},
    	Description: pulumi.String("string"),
    	EmailProfiles: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Filter: pulumi.String("string"),
    	HttpProfiles: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Name:           pulumi.String("string"),
    	Quarantine:     pulumi.Bool(false),
    	SendToPanorama: pulumi.Bool(false),
    	SnmpProfiles: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	SyslogProfiles: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var hipmatchLogSettingsResource = new HipmatchLogSettings("hipmatchLogSettingsResource", HipmatchLogSettingsArgs.builder()
        .location(HipmatchLogSettingsLocationArgs.builder()
            .panorama(HipmatchLogSettingsLocationPanoramaArgs.builder()
                .build())
            .template(HipmatchLogSettingsLocationTemplateArgs.builder()
                .name("string")
                .panoramaDevice("string")
                .build())
            .templateStack(HipmatchLogSettingsLocationTemplateStackArgs.builder()
                .name("string")
                .panoramaDevice("string")
                .build())
            .templateStackVsys(HipmatchLogSettingsLocationTemplateStackVsysArgs.builder()
                .ngfwDevice("string")
                .panoramaDevice("string")
                .templateStack("string")
                .vsys("string")
                .build())
            .templateVsys(HipmatchLogSettingsLocationTemplateVsysArgs.builder()
                .ngfwDevice("string")
                .panoramaDevice("string")
                .template("string")
                .vsys("string")
                .build())
            .build())
        .actions(HipmatchLogSettingsActionArgs.builder()
            .name("string")
            .type(HipmatchLogSettingsActionTypeArgs.builder()
                .integration(HipmatchLogSettingsActionTypeIntegrationArgs.builder()
                    .action("string")
                    .build())
                .tagging(HipmatchLogSettingsActionTypeTaggingArgs.builder()
                    .action("string")
                    .registration(HipmatchLogSettingsActionTypeTaggingRegistrationArgs.builder()
                        .localhost(HipmatchLogSettingsActionTypeTaggingRegistrationLocalhostArgs.builder()
                            .build())
                        .panorama(HipmatchLogSettingsActionTypeTaggingRegistrationPanoramaArgs.builder()
                            .build())
                        .remote(HipmatchLogSettingsActionTypeTaggingRegistrationRemoteArgs.builder()
                            .httpProfile("string")
                            .build())
                        .build())
                    .tags("string")
                    .target("string")
                    .timeout(0.0)
                    .build())
                .build())
            .build())
        .description("string")
        .emailProfiles("string")
        .filter("string")
        .httpProfiles("string")
        .name("string")
        .quarantine(false)
        .sendToPanorama(false)
        .snmpProfiles("string")
        .syslogProfiles("string")
        .build());
    
    hipmatch_log_settings_resource = panos.HipmatchLogSettings("hipmatchLogSettingsResource",
        location={
            "panorama": {},
            "template": {
                "name": "string",
                "panorama_device": "string",
            },
            "template_stack": {
                "name": "string",
                "panorama_device": "string",
            },
            "template_stack_vsys": {
                "ngfw_device": "string",
                "panorama_device": "string",
                "template_stack": "string",
                "vsys": "string",
            },
            "template_vsys": {
                "ngfw_device": "string",
                "panorama_device": "string",
                "template": "string",
                "vsys": "string",
            },
        },
        actions=[{
            "name": "string",
            "type": {
                "integration": {
                    "action": "string",
                },
                "tagging": {
                    "action": "string",
                    "registration": {
                        "localhost": {},
                        "panorama": {},
                        "remote": {
                            "http_profile": "string",
                        },
                    },
                    "tags": ["string"],
                    "target": "string",
                    "timeout": 0,
                },
            },
        }],
        description="string",
        email_profiles=["string"],
        filter="string",
        http_profiles=["string"],
        name="string",
        quarantine=False,
        send_to_panorama=False,
        snmp_profiles=["string"],
        syslog_profiles=["string"])
    
    const hipmatchLogSettingsResource = new panos.HipmatchLogSettings("hipmatchLogSettingsResource", {
        location: {
            panorama: {},
            template: {
                name: "string",
                panoramaDevice: "string",
            },
            templateStack: {
                name: "string",
                panoramaDevice: "string",
            },
            templateStackVsys: {
                ngfwDevice: "string",
                panoramaDevice: "string",
                templateStack: "string",
                vsys: "string",
            },
            templateVsys: {
                ngfwDevice: "string",
                panoramaDevice: "string",
                template: "string",
                vsys: "string",
            },
        },
        actions: [{
            name: "string",
            type: {
                integration: {
                    action: "string",
                },
                tagging: {
                    action: "string",
                    registration: {
                        localhost: {},
                        panorama: {},
                        remote: {
                            httpProfile: "string",
                        },
                    },
                    tags: ["string"],
                    target: "string",
                    timeout: 0,
                },
            },
        }],
        description: "string",
        emailProfiles: ["string"],
        filter: "string",
        httpProfiles: ["string"],
        name: "string",
        quarantine: false,
        sendToPanorama: false,
        snmpProfiles: ["string"],
        syslogProfiles: ["string"],
    });
    
    type: panos:HipmatchLogSettings
    properties:
        actions:
            - name: string
              type:
                integration:
                    action: string
                tagging:
                    action: string
                    registration:
                        localhost: {}
                        panorama: {}
                        remote:
                            httpProfile: string
                    tags:
                        - string
                    target: string
                    timeout: 0
        description: string
        emailProfiles:
            - string
        filter: string
        httpProfiles:
            - string
        location:
            panorama: {}
            template:
                name: string
                panoramaDevice: string
            templateStack:
                name: string
                panoramaDevice: string
            templateStackVsys:
                ngfwDevice: string
                panoramaDevice: string
                templateStack: string
                vsys: string
            templateVsys:
                ngfwDevice: string
                panoramaDevice: string
                template: string
                vsys: string
        name: string
        quarantine: false
        sendToPanorama: false
        snmpProfiles:
            - string
        syslogProfiles:
            - string
    

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

    Location HipmatchLogSettingsLocation
    The location of this object.
    Actions List<HipmatchLogSettingsAction>
    Description string
    EmailProfiles List<string>
    Filter string
    HttpProfiles List<string>
    Name string
    Quarantine bool
    SendToPanorama bool
    SnmpProfiles List<string>
    SyslogProfiles List<string>
    location HipmatchLogSettingsLocation
    The location of this object.
    actions List<HipmatchLogSettingsAction>
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    name String
    quarantine Boolean
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>
    location Property Map
    The location of this object.
    actions List<Property Map>
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    name String
    quarantine Boolean
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>

    Outputs

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

    Get an existing HipmatchLogSettings 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?: HipmatchLogSettingsState, opts?: CustomResourceOptions): HipmatchLogSettings
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            actions: Optional[Sequence[HipmatchLogSettingsActionArgs]] = None,
            description: Optional[str] = None,
            email_profiles: Optional[Sequence[str]] = None,
            filter: Optional[str] = None,
            http_profiles: Optional[Sequence[str]] = None,
            location: Optional[HipmatchLogSettingsLocationArgs] = None,
            name: Optional[str] = None,
            quarantine: Optional[bool] = None,
            send_to_panorama: Optional[bool] = None,
            snmp_profiles: Optional[Sequence[str]] = None,
            syslog_profiles: Optional[Sequence[str]] = None) -> HipmatchLogSettings
    func GetHipmatchLogSettings(ctx *Context, name string, id IDInput, state *HipmatchLogSettingsState, opts ...ResourceOption) (*HipmatchLogSettings, error)
    public static HipmatchLogSettings Get(string name, Input<string> id, HipmatchLogSettingsState? state, CustomResourceOptions? opts = null)
    public static HipmatchLogSettings get(String name, Output<String> id, HipmatchLogSettingsState state, CustomResourceOptions options)
    resources:  _:    type: panos:HipmatchLogSettings    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:
    Actions List<HipmatchLogSettingsAction>
    Description string
    EmailProfiles List<string>
    Filter string
    HttpProfiles List<string>
    Location HipmatchLogSettingsLocation
    The location of this object.
    Name string
    Quarantine bool
    SendToPanorama bool
    SnmpProfiles List<string>
    SyslogProfiles List<string>
    actions List<HipmatchLogSettingsAction>
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    location HipmatchLogSettingsLocation
    The location of this object.
    name String
    quarantine Boolean
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>
    actions List<Property Map>
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    location Property Map
    The location of this object.
    name String
    quarantine Boolean
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>

    Supporting Types

    HipmatchLogSettingsAction, HipmatchLogSettingsActionArgs

    HipmatchLogSettingsActionType, HipmatchLogSettingsActionTypeArgs

    HipmatchLogSettingsActionTypeIntegration, HipmatchLogSettingsActionTypeIntegrationArgs

    Action string
    Action string
    action String
    action string
    action str
    action String

    HipmatchLogSettingsActionTypeTagging, HipmatchLogSettingsActionTypeTaggingArgs

    action String
    registration Property Map
    tags List<String>
    target String
    timeout Number
    timeout in minutes

    HipmatchLogSettingsActionTypeTaggingRegistration, HipmatchLogSettingsActionTypeTaggingRegistrationArgs

    HipmatchLogSettingsActionTypeTaggingRegistrationRemote, HipmatchLogSettingsActionTypeTaggingRegistrationRemoteArgs

    HipmatchLogSettingsLocation, HipmatchLogSettingsLocationArgs

    Panorama HipmatchLogSettingsLocationPanorama
    Located in a panorama.
    Template HipmatchLogSettingsLocationTemplate
    A shared resource located within a specific template
    TemplateStack HipmatchLogSettingsLocationTemplateStack
    Located in a specific template
    TemplateStackVsys HipmatchLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys HipmatchLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    Panorama HipmatchLogSettingsLocationPanorama
    Located in a panorama.
    Template HipmatchLogSettingsLocationTemplate
    A shared resource located within a specific template
    TemplateStack HipmatchLogSettingsLocationTemplateStack
    Located in a specific template
    TemplateStackVsys HipmatchLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys HipmatchLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama HipmatchLogSettingsLocationPanorama
    Located in a panorama.
    template HipmatchLogSettingsLocationTemplate
    A shared resource located within a specific template
    templateStack HipmatchLogSettingsLocationTemplateStack
    Located in a specific template
    templateStackVsys HipmatchLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys HipmatchLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama HipmatchLogSettingsLocationPanorama
    Located in a panorama.
    template HipmatchLogSettingsLocationTemplate
    A shared resource located within a specific template
    templateStack HipmatchLogSettingsLocationTemplateStack
    Located in a specific template
    templateStackVsys HipmatchLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys HipmatchLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama HipmatchLogSettingsLocationPanorama
    Located in a panorama.
    template HipmatchLogSettingsLocationTemplate
    A shared resource located within a specific template
    template_stack HipmatchLogSettingsLocationTemplateStack
    Located in a specific template
    template_stack_vsys HipmatchLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    template_vsys HipmatchLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama Property Map
    Located in a panorama.
    template Property Map
    A shared resource located within a specific template
    templateStack Property Map
    Located in a specific template
    templateStackVsys Property Map
    Located in a specific template, device and vsys.
    templateVsys Property Map
    Located in a specific template, device and vsys.

    HipmatchLogSettingsLocationTemplate, HipmatchLogSettingsLocationTemplateArgs

    Name string
    Specific Panorama template
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template
    panoramaDevice String
    Specific Panorama device

    HipmatchLogSettingsLocationTemplateStack, HipmatchLogSettingsLocationTemplateStackArgs

    Name string
    The template stack
    PanoramaDevice string
    Specific Panorama device
    Name string
    The template stack
    PanoramaDevice string
    Specific Panorama device
    name String
    The template stack
    panoramaDevice String
    Specific Panorama device
    name string
    The template stack
    panoramaDevice string
    Specific Panorama device
    name str
    The template stack
    panorama_device str
    Specific Panorama device
    name String
    The template stack
    panoramaDevice String
    Specific Panorama device

    HipmatchLogSettingsLocationTemplateStackVsys, HipmatchLogSettingsLocationTemplateStackVsysArgs

    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    TemplateStack string
    The template stack
    Vsys string
    The vsys.
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    TemplateStack string
    The template stack
    Vsys string
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    templateStack String
    The template stack
    vsys String
    The vsys.
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    templateStack string
    The template stack
    vsys string
    The vsys.
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    template_stack str
    The template stack
    vsys str
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    templateStack String
    The template stack
    vsys String
    The vsys.

    HipmatchLogSettingsLocationTemplateVsys, HipmatchLogSettingsLocationTemplateVsysArgs

    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Template string
    Specific Panorama template
    Vsys string
    The vsys.
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Template string
    Specific Panorama template
    Vsys string
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    template String
    Specific Panorama template
    vsys String
    The vsys.
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    template string
    Specific Panorama template
    vsys string
    The vsys.
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    template str
    Specific Panorama template
    vsys str
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    template String
    Specific Panorama template
    vsys String
    The vsys.

    Package Details

    Repository
    panos paloaltonetworks/terraform-provider-panos
    License
    Notes
    This Pulumi package is based on the panos Terraform Provider.
    panos logo
    panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks
      Meet Neo: Your AI Platform Teammate