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

    Using getUseridLogSettings

    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 getUseridLogSettings(args: GetUseridLogSettingsArgs, opts?: InvokeOptions): Promise<GetUseridLogSettingsResult>
    function getUseridLogSettingsOutput(args: GetUseridLogSettingsOutputArgs, opts?: InvokeOptions): Output<GetUseridLogSettingsResult>
    def get_userid_log_settings(actions: Optional[Sequence[GetUseridLogSettingsAction]] = None,
                                description: Optional[str] = None,
                                email_profiles: Optional[Sequence[str]] = None,
                                filter: Optional[str] = None,
                                http_profiles: Optional[Sequence[str]] = None,
                                location: Optional[GetUseridLogSettingsLocation] = 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,
                                opts: Optional[InvokeOptions] = None) -> GetUseridLogSettingsResult
    def get_userid_log_settings_output(actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetUseridLogSettingsActionArgs]]]] = None,
                                description: Optional[pulumi.Input[str]] = None,
                                email_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                filter: Optional[pulumi.Input[str]] = None,
                                http_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                location: Optional[pulumi.Input[GetUseridLogSettingsLocationArgs]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                quarantine: Optional[pulumi.Input[bool]] = None,
                                send_to_panorama: Optional[pulumi.Input[bool]] = None,
                                snmp_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                syslog_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetUseridLogSettingsResult]
    func LookupUseridLogSettings(ctx *Context, args *LookupUseridLogSettingsArgs, opts ...InvokeOption) (*LookupUseridLogSettingsResult, error)
    func LookupUseridLogSettingsOutput(ctx *Context, args *LookupUseridLogSettingsOutputArgs, opts ...InvokeOption) LookupUseridLogSettingsResultOutput

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

    public static class GetUseridLogSettings 
    {
        public static Task<GetUseridLogSettingsResult> InvokeAsync(GetUseridLogSettingsArgs args, InvokeOptions? opts = null)
        public static Output<GetUseridLogSettingsResult> Invoke(GetUseridLogSettingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetUseridLogSettingsResult> getUseridLogSettings(GetUseridLogSettingsArgs args, InvokeOptions options)
    public static Output<GetUseridLogSettingsResult> getUseridLogSettings(GetUseridLogSettingsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getUseridLogSettings:getUseridLogSettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    location GetUseridLogSettingsLocation
    The location of this object.
    name String
    actions List<GetUseridLogSettingsAction>
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    quarantine Boolean
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>
    location Property Map
    The location of this object.
    name String
    actions List<Property Map>
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    quarantine Boolean
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>

    getUseridLogSettings Result

    The following output properties are available:

    Actions List<GetUseridLogSettingsAction>
    Description string
    EmailProfiles List<string>
    Filter string
    HttpProfiles List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetUseridLogSettingsLocation
    The location of this object.
    Name string
    Quarantine bool
    SendToPanorama bool
    SnmpProfiles List<string>
    SyslogProfiles List<string>
    Actions []GetUseridLogSettingsAction
    Description string
    EmailProfiles []string
    Filter string
    HttpProfiles []string
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetUseridLogSettingsLocation
    The location of this object.
    Name string
    Quarantine bool
    SendToPanorama bool
    SnmpProfiles []string
    SyslogProfiles []string
    actions List<GetUseridLogSettingsAction>
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    location GetUseridLogSettingsLocation
    The location of this object.
    name String
    quarantine Boolean
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>
    actions GetUseridLogSettingsAction[]
    description string
    emailProfiles string[]
    filter string
    httpProfiles string[]
    id string
    The provider-assigned unique ID for this managed resource.
    location GetUseridLogSettingsLocation
    The location of this object.
    name string
    quarantine boolean
    sendToPanorama boolean
    snmpProfiles string[]
    syslogProfiles string[]
    actions Sequence[GetUseridLogSettingsAction]
    description str
    email_profiles Sequence[str]
    filter str
    http_profiles Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    location GetUseridLogSettingsLocation
    The location of this object.
    name str
    quarantine bool
    send_to_panorama bool
    snmp_profiles Sequence[str]
    syslog_profiles Sequence[str]
    actions List<Property Map>
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    location Property Map
    The location of this object.
    name String
    quarantine Boolean
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>

    Supporting Types

    GetUseridLogSettingsAction

    GetUseridLogSettingsActionType

    GetUseridLogSettingsActionTypeIntegration

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

    GetUseridLogSettingsActionTypeTagging

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

    GetUseridLogSettingsActionTypeTaggingRegistration

    GetUseridLogSettingsActionTypeTaggingRegistrationRemote

    GetUseridLogSettingsLocation

    Panorama GetUseridLogSettingsLocationPanorama
    Located in a panorama.
    Template GetUseridLogSettingsLocationTemplate
    A shared resource located within a specific template
    TemplateStack GetUseridLogSettingsLocationTemplateStack
    Located in a specific template
    TemplateStackVsys GetUseridLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys GetUseridLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    Panorama GetUseridLogSettingsLocationPanorama
    Located in a panorama.
    Template GetUseridLogSettingsLocationTemplate
    A shared resource located within a specific template
    TemplateStack GetUseridLogSettingsLocationTemplateStack
    Located in a specific template
    TemplateStackVsys GetUseridLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys GetUseridLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama GetUseridLogSettingsLocationPanorama
    Located in a panorama.
    template GetUseridLogSettingsLocationTemplate
    A shared resource located within a specific template
    templateStack GetUseridLogSettingsLocationTemplateStack
    Located in a specific template
    templateStackVsys GetUseridLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys GetUseridLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama GetUseridLogSettingsLocationPanorama
    Located in a panorama.
    template GetUseridLogSettingsLocationTemplate
    A shared resource located within a specific template
    templateStack GetUseridLogSettingsLocationTemplateStack
    Located in a specific template
    templateStackVsys GetUseridLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys GetUseridLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama GetUseridLogSettingsLocationPanorama
    Located in a panorama.
    template GetUseridLogSettingsLocationTemplate
    A shared resource located within a specific template
    template_stack GetUseridLogSettingsLocationTemplateStack
    Located in a specific template
    template_stack_vsys GetUseridLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    template_vsys GetUseridLogSettingsLocationTemplateVsys
    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.

    GetUseridLogSettingsLocationTemplate

    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

    GetUseridLogSettingsLocationTemplateStack

    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

    GetUseridLogSettingsLocationTemplateStackVsys

    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.

    GetUseridLogSettingsLocationTemplateVsys

    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