published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
The zia_sandbox_behavioral_analysis_advanced_settings resource manages the list of MD5 file hashes that are blocked by the ZIA sandbox behavioral analysis engine. This is a singleton resource. Only MD5 hashes (32 characters) are supported.
For more information, see the ZIA Cloud Sandbox documentation.
This is a singleton resource. Import is not applicable.
Example Usage
Block File Hashes via Sandbox Settings
Example coming soon!
Example coming soon!
Example coming soon!
import * as zia from "@bdzscaler/pulumi-zia";
const example = new zia.SandboxBehavioralAnalysisAdvancedSettings("example", {
fileHashesToBeBlocked: [
"42914d6d213a20a2684064be5c80ffa9",
"c0202cf6aeab8437c638533d14563d35",
],
});
import zscaler_pulumi_zia as zia
example = zia.SandboxBehavioralAnalysisAdvancedSettings("example",
file_hashes_to_be_blocked=[
"42914d6d213a20a2684064be5c80ffa9",
"c0202cf6aeab8437c638533d14563d35",
],
)
resources:
example:
type: zia:SandboxBehavioralAnalysisAdvancedSettings
properties:
fileHashesToBeBlocked:
- 42914d6d213a20a2684064be5c80ffa9
- c0202cf6aeab8437c638533d14563d35
Create SandboxBehavioralAnalysisAdvancedSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SandboxBehavioralAnalysisAdvancedSettings(name: string, args?: SandboxBehavioralAnalysisAdvancedSettingsArgs, opts?: CustomResourceOptions);@overload
def SandboxBehavioralAnalysisAdvancedSettings(resource_name: str,
args: Optional[SandboxBehavioralAnalysisAdvancedSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SandboxBehavioralAnalysisAdvancedSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
file_hashes_to_be_blocked: Optional[Sequence[str]] = None)func NewSandboxBehavioralAnalysisAdvancedSettings(ctx *Context, name string, args *SandboxBehavioralAnalysisAdvancedSettingsArgs, opts ...ResourceOption) (*SandboxBehavioralAnalysisAdvancedSettings, error)public SandboxBehavioralAnalysisAdvancedSettings(string name, SandboxBehavioralAnalysisAdvancedSettingsArgs? args = null, CustomResourceOptions? opts = null)
public SandboxBehavioralAnalysisAdvancedSettings(String name, SandboxBehavioralAnalysisAdvancedSettingsArgs args)
public SandboxBehavioralAnalysisAdvancedSettings(String name, SandboxBehavioralAnalysisAdvancedSettingsArgs args, CustomResourceOptions options)
type: zia:SandboxBehavioralAnalysisAdvancedSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SandboxBehavioralAnalysisAdvancedSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SandboxBehavioralAnalysisAdvancedSettingsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SandboxBehavioralAnalysisAdvancedSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SandboxBehavioralAnalysisAdvancedSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SandboxBehavioralAnalysisAdvancedSettingsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var sandboxBehavioralAnalysisAdvancedSettingsResource = new Zia.SandboxBehavioralAnalysisAdvancedSettings("sandboxBehavioralAnalysisAdvancedSettingsResource", new()
{
FileHashesToBeBlocked = new[]
{
"string",
},
});
example, err := zia.NewSandboxBehavioralAnalysisAdvancedSettings(ctx, "sandboxBehavioralAnalysisAdvancedSettingsResource", &zia.SandboxBehavioralAnalysisAdvancedSettingsArgs{
FileHashesToBeBlocked: pulumi.StringArray{
pulumi.String("string"),
},
})
var sandboxBehavioralAnalysisAdvancedSettingsResource = new SandboxBehavioralAnalysisAdvancedSettings("sandboxBehavioralAnalysisAdvancedSettingsResource", SandboxBehavioralAnalysisAdvancedSettingsArgs.builder()
.fileHashesToBeBlocked("string")
.build());
sandbox_behavioral_analysis_advanced_settings_resource = zia.SandboxBehavioralAnalysisAdvancedSettings("sandboxBehavioralAnalysisAdvancedSettingsResource", file_hashes_to_be_blocked=["string"])
const sandboxBehavioralAnalysisAdvancedSettingsResource = new zia.SandboxBehavioralAnalysisAdvancedSettings("sandboxBehavioralAnalysisAdvancedSettingsResource", {fileHashesToBeBlocked: ["string"]});
type: zia:SandboxBehavioralAnalysisAdvancedSettings
properties:
fileHashesToBeBlocked:
- string
SandboxBehavioralAnalysisAdvancedSettings Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SandboxBehavioralAnalysisAdvancedSettings resource accepts the following input properties:
- File
Hashes List<string>To Be Blocked - List of MD5 file hashes to be blocked. Each hash must be exactly 32 characters (MD5 format). SHA1 and SHA256 are not supported.
- File
Hashes []stringTo Be Blocked - List of MD5 file hashes to be blocked. Each hash must be exactly 32 characters (MD5 format). SHA1 and SHA256 are not supported.
- file
Hashes List<String>To Be Blocked - List of MD5 file hashes to be blocked. Each hash must be exactly 32 characters (MD5 format). SHA1 and SHA256 are not supported.
- file
Hashes string[]To Be Blocked - List of MD5 file hashes to be blocked. Each hash must be exactly 32 characters (MD5 format). SHA1 and SHA256 are not supported.
- file_
hashes_ Sequence[str]to_ be_ blocked - List of MD5 file hashes to be blocked. Each hash must be exactly 32 characters (MD5 format). SHA1 and SHA256 are not supported.
- file
Hashes List<String>To Be Blocked - List of MD5 file hashes to be blocked. Each hash must be exactly 32 characters (MD5 format). SHA1 and SHA256 are not supported.
Outputs
All input properties are implicitly available as output properties. Additionally, the SandboxBehavioralAnalysisAdvancedSettings resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Id string - The internal resource identifier for the sandbox settings.
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Id string - The internal resource identifier for the sandbox settings.
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Id String - The internal resource identifier for the sandbox settings.
- id string
- The provider-assigned unique ID for this managed resource.
- resource
Id string - The internal resource identifier for the sandbox settings.
- id str
- The provider-assigned unique ID for this managed resource.
- resource_
id str - The internal resource identifier for the sandbox settings.
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Id String - The internal resource identifier for the sandbox settings.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
published on Friday, Mar 13, 2026 by Zscaler
