@bdzscaler/pulumi-zia
Version:
A Pulumi package for creating and managing zia cloud resources.
269 lines (268 loc) • 11.8 kB
TypeScript
import * as pulumi from "@pulumi/pulumi";
/**
* * [Official documentation](https://help.zscaler.com/zia/configuring-malware-protection-policy)
* * [API documentation](https://help.zscaler.com/zia/malware-protection-policy#/cyberThreatProtection/atpMalwareInspection-put)
*
* The **zia_atp_malware_settings** resource allows you to update the malware protection policy configuration details. To learn more see [Configuring Malware Protection Policy](https://help.zscaler.com/unified/configuring-malware-protection-policy)
*
* ## Example Usage
*
* ## Import
*
* Zscaler offers a dedicated tool called Zscaler-Terraformer to allow the automated import of ZIA configurations into Terraform-compliant HashiCorp Configuration Language.
*
* Visit
*
* **zia_advanced_threat_settings** can be imported by using `advanced_threat_settings` as the import ID.
*
* For example:
*
* ```sh
* $ pulumi import zia:index/aTPMalwareSettings:ATPMalwareSettings this "advanced_threat_settings"
* ```
*/
export declare class ATPMalwareSettings extends pulumi.CustomResource {
/**
* Get an existing ATPMalwareSettings resource's state with the given name, ID, and optional extra
* properties used to qualify the lookup.
*
* @param name The _unique_ name of the resulting resource.
* @param id The _unique_ provider ID of the resource to lookup.
* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ATPMalwareSettingsState, opts?: pulumi.CustomResourceOptions): ATPMalwareSettings;
/**
* Returns true if the given object is an instance of ATPMalwareSettings. This is designed to work even
* when multiple copies of the Pulumi SDK have been loaded into the same process.
*/
static isInstance(obj: any): obj is ATPMalwareSettings;
/**
* A Boolean value indicating whether malicious files that automatically render advertisements and install adware are
* allowed or blocked
*/
readonly adwareBlocked: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for adware
*/
readonly adwareCapture: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether to allow or block malicious programs that can encrypt files and prevent users from
* accessing their devices, files, or data until a ransom payment is made.
*/
readonly ransomwareBlocked: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for ransomware
*/
readonly ransomwareCapture: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether to allow or block file download from tools that are common from remote access sites
*/
readonly remoteAccessToolBlocked: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for remote access tools
*/
readonly remoteAccessToolCapture: pulumi.Output<boolean>;
/**
* A Boolean value indicating whether malicious files that covertly gather information about a user or an organization are
* allowed or blocked
*/
readonly spywareBlocked: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for spyware
*/
readonly spywareCapture: pulumi.Output<boolean>;
/**
* A Boolean value that allows or blocks malicious programs such as Trojan viruses that are presented as beneficial or
* useful
*/
readonly trojanBlocked: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for Trojan viruses
*/
readonly trojanCapture: pulumi.Output<boolean>;
/**
* A Boolean value that allows or blocks unwanted files that are downloaded alongside intentional programs downloaded by
* users
*/
readonly unwantedApplicationsBlocked: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for unwanted applications
*/
readonly unwantedApplicationsCapture: pulumi.Output<boolean>;
/**
* A Boolean value that indicates if malicious programs that cause damage to systems and data are allowed or blocked.
*/
readonly virusBlocked: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for viruses
*/
readonly virusCapture: pulumi.Output<boolean>;
/**
* A Boolean value indicating whether malicious programs that duplicate themselves to spread malicious code to other
* devices are allowed or blocked
*/
readonly wormBlocked: pulumi.Output<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for worms
*/
readonly wormCapture: pulumi.Output<boolean>;
/**
* Create a ATPMalwareSettings resource with the given unique name, arguments, and options.
*
* @param name The _unique_ name of the resource.
* @param args The arguments to use to populate this resource's properties.
* @param opts A bag of options that control this resource's behavior.
*/
constructor(name: string, args?: ATPMalwareSettingsArgs, opts?: pulumi.CustomResourceOptions);
}
/**
* Input properties used for looking up and filtering ATPMalwareSettings resources.
*/
export interface ATPMalwareSettingsState {
/**
* A Boolean value indicating whether malicious files that automatically render advertisements and install adware are
* allowed or blocked
*/
adwareBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for adware
*/
adwareCapture?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether to allow or block malicious programs that can encrypt files and prevent users from
* accessing their devices, files, or data until a ransom payment is made.
*/
ransomwareBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for ransomware
*/
ransomwareCapture?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether to allow or block file download from tools that are common from remote access sites
*/
remoteAccessToolBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for remote access tools
*/
remoteAccessToolCapture?: pulumi.Input<boolean>;
/**
* A Boolean value indicating whether malicious files that covertly gather information about a user or an organization are
* allowed or blocked
*/
spywareBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for spyware
*/
spywareCapture?: pulumi.Input<boolean>;
/**
* A Boolean value that allows or blocks malicious programs such as Trojan viruses that are presented as beneficial or
* useful
*/
trojanBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for Trojan viruses
*/
trojanCapture?: pulumi.Input<boolean>;
/**
* A Boolean value that allows or blocks unwanted files that are downloaded alongside intentional programs downloaded by
* users
*/
unwantedApplicationsBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for unwanted applications
*/
unwantedApplicationsCapture?: pulumi.Input<boolean>;
/**
* A Boolean value that indicates if malicious programs that cause damage to systems and data are allowed or blocked.
*/
virusBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for viruses
*/
virusCapture?: pulumi.Input<boolean>;
/**
* A Boolean value indicating whether malicious programs that duplicate themselves to spread malicious code to other
* devices are allowed or blocked
*/
wormBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for worms
*/
wormCapture?: pulumi.Input<boolean>;
}
/**
* The set of arguments for constructing a ATPMalwareSettings resource.
*/
export interface ATPMalwareSettingsArgs {
/**
* A Boolean value indicating whether malicious files that automatically render advertisements and install adware are
* allowed or blocked
*/
adwareBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for adware
*/
adwareCapture?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether to allow or block malicious programs that can encrypt files and prevent users from
* accessing their devices, files, or data until a ransom payment is made.
*/
ransomwareBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for ransomware
*/
ransomwareCapture?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether to allow or block file download from tools that are common from remote access sites
*/
remoteAccessToolBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for remote access tools
*/
remoteAccessToolCapture?: pulumi.Input<boolean>;
/**
* A Boolean value indicating whether malicious files that covertly gather information about a user or an organization are
* allowed or blocked
*/
spywareBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for spyware
*/
spywareCapture?: pulumi.Input<boolean>;
/**
* A Boolean value that allows or blocks malicious programs such as Trojan viruses that are presented as beneficial or
* useful
*/
trojanBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for Trojan viruses
*/
trojanCapture?: pulumi.Input<boolean>;
/**
* A Boolean value that allows or blocks unwanted files that are downloaded alongside intentional programs downloaded by
* users
*/
unwantedApplicationsBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for unwanted applications
*/
unwantedApplicationsCapture?: pulumi.Input<boolean>;
/**
* A Boolean value that indicates if malicious programs that cause damage to systems and data are allowed or blocked.
*/
virusBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for viruses
*/
virusCapture?: pulumi.Input<boolean>;
/**
* A Boolean value indicating whether malicious programs that duplicate themselves to spread malicious code to other
* devices are allowed or blocked
*/
wormBlocked?: pulumi.Input<boolean>;
/**
* A Boolean value specifying whether packet capture (PCAP) is enabled or disabled for worms
*/
wormCapture?: pulumi.Input<boolean>;
}