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

zia.getMalwareSettings

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_settings data source to retrieves the malware protection policy configuration setting details. To learn more see Configuring Malware Protection Policy

    Example Usage

    data "zia_atp_malware_settings" "this" {}
    

    Using getMalwareSettings

    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 getMalwareSettings(opts?: InvokeOptions): Promise<GetMalwareSettingsResult>
    function getMalwareSettingsOutput(opts?: InvokeOptions): Output<GetMalwareSettingsResult>
    def get_malware_settings(opts: Optional[InvokeOptions] = None) -> GetMalwareSettingsResult
    def get_malware_settings_output(opts: Optional[InvokeOptions] = None) -> Output[GetMalwareSettingsResult]
    func GetMalwareSettings(ctx *Context, opts ...InvokeOption) (*GetMalwareSettingsResult, error)
    func GetMalwareSettingsOutput(ctx *Context, opts ...InvokeOption) GetMalwareSettingsResultOutput

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

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

    getMalwareSettings Result

    The following output properties are available:

    adwareBlocked Boolean
    adwareCapture Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    ransomwareBlocked Boolean
    ransomwareCapture Boolean
    remoteAccessToolBlocked Boolean
    remoteAccessToolCapture Boolean
    spywareBlocked Boolean
    spywareCapture Boolean
    trojanBlocked Boolean
    trojanCapture Boolean
    unwantedApplicationsBlocked Boolean
    unwantedApplicationsCapture Boolean
    virusBlocked Boolean
    virusCapture Boolean
    wormBlocked Boolean
    wormCapture Boolean
    adwareBlocked boolean
    adwareCapture boolean
    id string
    The provider-assigned unique ID for this managed resource.
    ransomwareBlocked boolean
    ransomwareCapture boolean
    remoteAccessToolBlocked boolean
    remoteAccessToolCapture boolean
    spywareBlocked boolean
    spywareCapture boolean
    trojanBlocked boolean
    trojanCapture boolean
    unwantedApplicationsBlocked boolean
    unwantedApplicationsCapture boolean
    virusBlocked boolean
    virusCapture boolean
    wormBlocked boolean
    wormCapture boolean
    adwareBlocked Boolean
    adwareCapture Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    ransomwareBlocked Boolean
    ransomwareCapture Boolean
    remoteAccessToolBlocked Boolean
    remoteAccessToolCapture Boolean
    spywareBlocked Boolean
    spywareCapture Boolean
    trojanBlocked Boolean
    trojanCapture Boolean
    unwantedApplicationsBlocked Boolean
    unwantedApplicationsCapture Boolean
    virusBlocked Boolean
    virusCapture Boolean
    wormBlocked Boolean
    wormCapture 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