1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getMalwareInspection
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

zia.getMalwareInspection

Explore with Pulumi AI

zia logo
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

    Use the zia_atp_malware_inspection data source to retrieves the traffic inspection configurations of Malware Protection policy. To learn more see Configuring Malware Protection Policy

    Example Usage

    data "zia_atp_malware_inspection" "this" {}
    

    Using getMalwareInspection

    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 getMalwareInspection(opts?: InvokeOptions): Promise<GetMalwareInspectionResult>
    function getMalwareInspectionOutput(opts?: InvokeOptions): Output<GetMalwareInspectionResult>
    def get_malware_inspection(opts: Optional[InvokeOptions] = None) -> GetMalwareInspectionResult
    def get_malware_inspection_output(opts: Optional[InvokeOptions] = None) -> Output[GetMalwareInspectionResult]
    func GetMalwareInspection(ctx *Context, opts ...InvokeOption) (*GetMalwareInspectionResult, error)
    func GetMalwareInspectionOutput(ctx *Context, opts ...InvokeOption) GetMalwareInspectionResultOutput

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

    public static class GetMalwareInspection 
    {
        public static Task<GetMalwareInspectionResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetMalwareInspectionResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMalwareInspectionResult> getMalwareInspection(InvokeOptions options)
    public static Output<GetMalwareInspectionResult> getMalwareInspection(InvokeOptions options)
    
    fn::invoke:
      function: zia:index/getMalwareInspection:getMalwareInspection
      arguments:
        # arguments dictionary

    getMalwareInspection Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    InspectInbound bool
    InspectOutbound bool
    Id string
    The provider-assigned unique ID for this managed resource.
    InspectInbound bool
    InspectOutbound bool
    id String
    The provider-assigned unique ID for this managed resource.
    inspectInbound Boolean
    inspectOutbound Boolean
    id string
    The provider-assigned unique ID for this managed resource.
    inspectInbound boolean
    inspectOutbound boolean
    id str
    The provider-assigned unique ID for this managed resource.
    inspect_inbound bool
    inspect_outbound bool
    id String
    The provider-assigned unique ID for this managed resource.
    inspectInbound Boolean
    inspectOutbound Boolean

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    MIT
    Notes
    This Pulumi package is based on the zia Terraform Provider.
    zia logo
    Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler