Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler
zia.getMalwareInspection
Explore with Pulumi AI
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.
- Inspect
Inbound bool - Inspect
Outbound bool
- Id string
- 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.
- inspect
Inbound Boolean - inspect
Outbound Boolean
- id string
- The provider-assigned unique ID for this managed resource.
- inspect
Inbound boolean - inspect
Outbound 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.
- inspect
Inbound Boolean - inspect
Outbound Boolean
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.