1. Packages
  2. Panos Provider
  3. API Docs
  4. getInterfaceManagementProfile
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks

panos.getInterfaceManagementProfile

Explore with Pulumi AI

panos logo
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks

    Using getInterfaceManagementProfile

    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 getInterfaceManagementProfile(args: GetInterfaceManagementProfileArgs, opts?: InvokeOptions): Promise<GetInterfaceManagementProfileResult>
    function getInterfaceManagementProfileOutput(args: GetInterfaceManagementProfileOutputArgs, opts?: InvokeOptions): Output<GetInterfaceManagementProfileResult>
    def get_interface_management_profile(http: Optional[bool] = None,
                                         http_ocsp: Optional[bool] = None,
                                         https: Optional[bool] = None,
                                         location: Optional[GetInterfaceManagementProfileLocation] = None,
                                         name: Optional[str] = None,
                                         permitted_ips: Optional[Sequence[GetInterfaceManagementProfilePermittedIp]] = None,
                                         ping: Optional[bool] = None,
                                         response_pages: Optional[bool] = None,
                                         snmp: Optional[bool] = None,
                                         ssh: Optional[bool] = None,
                                         telnet: Optional[bool] = None,
                                         userid_service: Optional[bool] = None,
                                         userid_syslog_listener_ssl: Optional[bool] = None,
                                         userid_syslog_listener_udp: Optional[bool] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetInterfaceManagementProfileResult
    def get_interface_management_profile_output(http: Optional[pulumi.Input[bool]] = None,
                                         http_ocsp: Optional[pulumi.Input[bool]] = None,
                                         https: Optional[pulumi.Input[bool]] = None,
                                         location: Optional[pulumi.Input[GetInterfaceManagementProfileLocationArgs]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         permitted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[GetInterfaceManagementProfilePermittedIpArgs]]]] = None,
                                         ping: Optional[pulumi.Input[bool]] = None,
                                         response_pages: Optional[pulumi.Input[bool]] = None,
                                         snmp: Optional[pulumi.Input[bool]] = None,
                                         ssh: Optional[pulumi.Input[bool]] = None,
                                         telnet: Optional[pulumi.Input[bool]] = None,
                                         userid_service: Optional[pulumi.Input[bool]] = None,
                                         userid_syslog_listener_ssl: Optional[pulumi.Input[bool]] = None,
                                         userid_syslog_listener_udp: Optional[pulumi.Input[bool]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetInterfaceManagementProfileResult]
    func LookupInterfaceManagementProfile(ctx *Context, args *LookupInterfaceManagementProfileArgs, opts ...InvokeOption) (*LookupInterfaceManagementProfileResult, error)
    func LookupInterfaceManagementProfileOutput(ctx *Context, args *LookupInterfaceManagementProfileOutputArgs, opts ...InvokeOption) LookupInterfaceManagementProfileResultOutput

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

    public static class GetInterfaceManagementProfile 
    {
        public static Task<GetInterfaceManagementProfileResult> InvokeAsync(GetInterfaceManagementProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetInterfaceManagementProfileResult> Invoke(GetInterfaceManagementProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInterfaceManagementProfileResult> getInterfaceManagementProfile(GetInterfaceManagementProfileArgs args, InvokeOptions options)
    public static Output<GetInterfaceManagementProfileResult> getInterfaceManagementProfile(GetInterfaceManagementProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getInterfaceManagementProfile:getInterfaceManagementProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    location Property Map
    The location of this object.
    name String
    http Boolean
    httpOcsp Boolean
    https Boolean
    permittedIps List<Property Map>
    ping Boolean
    responsePages Boolean
    snmp Boolean
    ssh Boolean
    telnet Boolean
    useridService Boolean
    useridSyslogListenerSsl Boolean
    useridSyslogListenerUdp Boolean

    getInterfaceManagementProfile Result

    The following output properties are available:

    Http bool
    HttpOcsp bool
    Https bool
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetInterfaceManagementProfileLocation
    The location of this object.
    Name string
    PermittedIps List<GetInterfaceManagementProfilePermittedIp>
    Ping bool
    ResponsePages bool
    Snmp bool
    Ssh bool
    Telnet bool
    UseridService bool
    UseridSyslogListenerSsl bool
    UseridSyslogListenerUdp bool
    Http bool
    HttpOcsp bool
    Https bool
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetInterfaceManagementProfileLocation
    The location of this object.
    Name string
    PermittedIps []GetInterfaceManagementProfilePermittedIp
    Ping bool
    ResponsePages bool
    Snmp bool
    Ssh bool
    Telnet bool
    UseridService bool
    UseridSyslogListenerSsl bool
    UseridSyslogListenerUdp bool
    http Boolean
    httpOcsp Boolean
    https Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    location GetInterfaceManagementProfileLocation
    The location of this object.
    name String
    permittedIps List<GetInterfaceManagementProfilePermittedIp>
    ping Boolean
    responsePages Boolean
    snmp Boolean
    ssh Boolean
    telnet Boolean
    useridService Boolean
    useridSyslogListenerSsl Boolean
    useridSyslogListenerUdp Boolean
    http boolean
    httpOcsp boolean
    https boolean
    id string
    The provider-assigned unique ID for this managed resource.
    location GetInterfaceManagementProfileLocation
    The location of this object.
    name string
    permittedIps GetInterfaceManagementProfilePermittedIp[]
    ping boolean
    responsePages boolean
    snmp boolean
    ssh boolean
    telnet boolean
    useridService boolean
    useridSyslogListenerSsl boolean
    useridSyslogListenerUdp boolean
    http Boolean
    httpOcsp Boolean
    https Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    location Property Map
    The location of this object.
    name String
    permittedIps List<Property Map>
    ping Boolean
    responsePages Boolean
    snmp Boolean
    ssh Boolean
    telnet Boolean
    useridService Boolean
    useridSyslogListenerSsl Boolean
    useridSyslogListenerUdp Boolean

    Supporting Types

    GetInterfaceManagementProfileLocation

    ngfw Property Map
    Located in a specific NGFW device
    template Property Map
    Located in a specific template
    templateStack Property Map
    Located in a specific template stack

    GetInterfaceManagementProfileLocationNgfw

    NgfwDevice string
    The NGFW device
    NgfwDevice string
    The NGFW device
    ngfwDevice String
    The NGFW device
    ngfwDevice string
    The NGFW device
    ngfw_device str
    The NGFW device
    ngfwDevice String
    The NGFW device

    GetInterfaceManagementProfileLocationTemplate

    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetInterfaceManagementProfileLocationTemplateStack

    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template stack
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template stack
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetInterfaceManagementProfilePermittedIp

    Name string
    Name string
    name String
    name string
    name str
    name String

    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.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks