Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler
zia.getSandboxBehavioralAnalysis
Explore with Pulumi AI
Use the zia_sandbox_behavioral_analysis data source to get get the custom list of MD5 file hashes that are blocked by Sandbox
Example Usage
# ZIA Security Policy Settings Data Source
data "zia_sandbox_behavioral_analysis" list_all {}
Using getSandboxBehavioralAnalysis
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 getSandboxBehavioralAnalysis(opts?: InvokeOptions): Promise<GetSandboxBehavioralAnalysisResult>
function getSandboxBehavioralAnalysisOutput(opts?: InvokeOptions): Output<GetSandboxBehavioralAnalysisResult>
def get_sandbox_behavioral_analysis(opts: Optional[InvokeOptions] = None) -> GetSandboxBehavioralAnalysisResult
def get_sandbox_behavioral_analysis_output(opts: Optional[InvokeOptions] = None) -> Output[GetSandboxBehavioralAnalysisResult]
func LookupSandboxBehavioralAnalysis(ctx *Context, opts ...InvokeOption) (*LookupSandboxBehavioralAnalysisResult, error)
func LookupSandboxBehavioralAnalysisOutput(ctx *Context, opts ...InvokeOption) LookupSandboxBehavioralAnalysisResultOutput
> Note: This function is named LookupSandboxBehavioralAnalysis
in the Go SDK.
public static class GetSandboxBehavioralAnalysis
{
public static Task<GetSandboxBehavioralAnalysisResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetSandboxBehavioralAnalysisResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetSandboxBehavioralAnalysisResult> getSandboxBehavioralAnalysis(InvokeOptions options)
public static Output<GetSandboxBehavioralAnalysisResult> getSandboxBehavioralAnalysis(InvokeOptions options)
fn::invoke:
function: zia:index/getSandboxBehavioralAnalysis:getSandboxBehavioralAnalysis
arguments:
# arguments dictionary
getSandboxBehavioralAnalysis Result
The following output properties are available:
- File
Hashes List<string>To Be Blockeds - Id string
- The provider-assigned unique ID for this managed resource.
- File
Hashes []stringTo Be Blockeds - Id string
- The provider-assigned unique ID for this managed resource.
- file
Hashes List<String>To Be Blockeds - id String
- The provider-assigned unique ID for this managed resource.
- file
Hashes string[]To Be Blockeds - id string
- The provider-assigned unique ID for this managed resource.
- file_
hashes_ Sequence[str]to_ be_ blockeds - id str
- The provider-assigned unique ID for this managed resource.
- file
Hashes List<String>To Be Blockeds - id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.