Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler
zia.getMalwareSettings
Explore with Pulumi AI
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:
- Adware
Blocked bool - Adware
Capture bool - Id string
- The provider-assigned unique ID for this managed resource.
- Ransomware
Blocked bool - Ransomware
Capture bool - Remote
Access boolTool Blocked - Remote
Access boolTool Capture - Spyware
Blocked bool - Spyware
Capture bool - Trojan
Blocked bool - Trojan
Capture bool - Unwanted
Applications boolBlocked - Unwanted
Applications boolCapture - Virus
Blocked bool - Virus
Capture bool - Worm
Blocked bool - Worm
Capture bool
- Adware
Blocked bool - Adware
Capture bool - Id string
- The provider-assigned unique ID for this managed resource.
- Ransomware
Blocked bool - Ransomware
Capture bool - Remote
Access boolTool Blocked - Remote
Access boolTool Capture - Spyware
Blocked bool - Spyware
Capture bool - Trojan
Blocked bool - Trojan
Capture bool - Unwanted
Applications boolBlocked - Unwanted
Applications boolCapture - Virus
Blocked bool - Virus
Capture bool - Worm
Blocked bool - Worm
Capture bool
- adware
Blocked Boolean - adware
Capture Boolean - id String
- The provider-assigned unique ID for this managed resource.
- ransomware
Blocked Boolean - ransomware
Capture Boolean - remote
Access BooleanTool Blocked - remote
Access BooleanTool Capture - spyware
Blocked Boolean - spyware
Capture Boolean - trojan
Blocked Boolean - trojan
Capture Boolean - unwanted
Applications BooleanBlocked - unwanted
Applications BooleanCapture - virus
Blocked Boolean - virus
Capture Boolean - worm
Blocked Boolean - worm
Capture Boolean
- adware
Blocked boolean - adware
Capture boolean - id string
- The provider-assigned unique ID for this managed resource.
- ransomware
Blocked boolean - ransomware
Capture boolean - remote
Access booleanTool Blocked - remote
Access booleanTool Capture - spyware
Blocked boolean - spyware
Capture boolean - trojan
Blocked boolean - trojan
Capture boolean - unwanted
Applications booleanBlocked - unwanted
Applications booleanCapture - virus
Blocked boolean - virus
Capture boolean - worm
Blocked boolean - worm
Capture boolean
- adware_
blocked bool - adware_
capture bool - id str
- The provider-assigned unique ID for this managed resource.
- ransomware_
blocked bool - ransomware_
capture bool - remote_
access_ booltool_ blocked - remote_
access_ booltool_ capture - spyware_
blocked bool - spyware_
capture bool - trojan_
blocked bool - trojan_
capture bool - unwanted_
applications_ boolblocked - unwanted_
applications_ boolcapture - virus_
blocked bool - virus_
capture bool - worm_
blocked bool - worm_
capture bool
- adware
Blocked Boolean - adware
Capture Boolean - id String
- The provider-assigned unique ID for this managed resource.
- ransomware
Blocked Boolean - ransomware
Capture Boolean - remote
Access BooleanTool Blocked - remote
Access BooleanTool Capture - spyware
Blocked Boolean - spyware
Capture Boolean - trojan
Blocked Boolean - trojan
Capture Boolean - unwanted
Applications BooleanBlocked - unwanted
Applications BooleanCapture - virus
Blocked Boolean - virus
Capture Boolean - worm
Blocked Boolean - worm
Capture Boolean
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.