fortimanager.ObjectAntivirusProfileContentdisarm
Explore with Pulumi AI
AV Content Disarm and Reconstruction settings.
This resource is a sub resource for variable
content_disarm
of resourcefortimanager.ObjectAntivirusProfile
. Conflict and overwrite may occur if use both of them.
Create ObjectAntivirusProfileContentdisarm Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectAntivirusProfileContentdisarm(name: string, args: ObjectAntivirusProfileContentdisarmArgs, opts?: CustomResourceOptions);
@overload
def ObjectAntivirusProfileContentdisarm(resource_name: str,
args: ObjectAntivirusProfileContentdisarmArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectAntivirusProfileContentdisarm(resource_name: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
original_file_destination: Optional[str] = None,
scopetype: Optional[str] = None,
office_macro: Optional[str] = None,
error_action: Optional[str] = None,
object_antivirus_profile_contentdisarm_id: Optional[str] = None,
office_action: Optional[str] = None,
office_dde: Optional[str] = None,
office_embed: Optional[str] = None,
office_hylink: Optional[str] = None,
pdf_act_form: Optional[str] = None,
detect_only: Optional[str] = None,
cover_page: Optional[str] = None,
office_linked: Optional[str] = None,
pdf_act_gotor: Optional[str] = None,
pdf_act_java: Optional[str] = None,
pdf_act_launch: Optional[str] = None,
pdf_act_movie: Optional[str] = None,
pdf_act_sound: Optional[str] = None,
pdf_embedfile: Optional[str] = None,
pdf_hyperlink: Optional[str] = None,
pdf_javacode: Optional[str] = None,
analytics_suspicious: Optional[str] = None,
adom: Optional[str] = None)
func NewObjectAntivirusProfileContentdisarm(ctx *Context, name string, args ObjectAntivirusProfileContentdisarmArgs, opts ...ResourceOption) (*ObjectAntivirusProfileContentdisarm, error)
public ObjectAntivirusProfileContentdisarm(string name, ObjectAntivirusProfileContentdisarmArgs args, CustomResourceOptions? opts = null)
public ObjectAntivirusProfileContentdisarm(String name, ObjectAntivirusProfileContentdisarmArgs args)
public ObjectAntivirusProfileContentdisarm(String name, ObjectAntivirusProfileContentdisarmArgs args, CustomResourceOptions options)
type: fortimanager:ObjectAntivirusProfileContentdisarm
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 ObjectAntivirusProfileContentdisarmArgs
- 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 ObjectAntivirusProfileContentdisarmArgs
- 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 ObjectAntivirusProfileContentdisarmArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectAntivirusProfileContentdisarmArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectAntivirusProfileContentdisarmArgs
- 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 objectAntivirusProfileContentdisarmResource = new Fortimanager.ObjectAntivirusProfileContentdisarm("objectAntivirusProfileContentdisarmResource", new()
{
Profile = "string",
OriginalFileDestination = "string",
Scopetype = "string",
OfficeMacro = "string",
ErrorAction = "string",
ObjectAntivirusProfileContentdisarmId = "string",
OfficeAction = "string",
OfficeDde = "string",
OfficeEmbed = "string",
OfficeHylink = "string",
PdfActForm = "string",
DetectOnly = "string",
CoverPage = "string",
OfficeLinked = "string",
PdfActGotor = "string",
PdfActJava = "string",
PdfActLaunch = "string",
PdfActMovie = "string",
PdfActSound = "string",
PdfEmbedfile = "string",
PdfHyperlink = "string",
PdfJavacode = "string",
AnalyticsSuspicious = "string",
Adom = "string",
});
example, err := fortimanager.NewObjectAntivirusProfileContentdisarm(ctx, "objectAntivirusProfileContentdisarmResource", &fortimanager.ObjectAntivirusProfileContentdisarmArgs{
Profile: pulumi.String("string"),
OriginalFileDestination: pulumi.String("string"),
Scopetype: pulumi.String("string"),
OfficeMacro: pulumi.String("string"),
ErrorAction: pulumi.String("string"),
ObjectAntivirusProfileContentdisarmId: pulumi.String("string"),
OfficeAction: pulumi.String("string"),
OfficeDde: pulumi.String("string"),
OfficeEmbed: pulumi.String("string"),
OfficeHylink: pulumi.String("string"),
PdfActForm: pulumi.String("string"),
DetectOnly: pulumi.String("string"),
CoverPage: pulumi.String("string"),
OfficeLinked: pulumi.String("string"),
PdfActGotor: pulumi.String("string"),
PdfActJava: pulumi.String("string"),
PdfActLaunch: pulumi.String("string"),
PdfActMovie: pulumi.String("string"),
PdfActSound: pulumi.String("string"),
PdfEmbedfile: pulumi.String("string"),
PdfHyperlink: pulumi.String("string"),
PdfJavacode: pulumi.String("string"),
AnalyticsSuspicious: pulumi.String("string"),
Adom: pulumi.String("string"),
})
var objectAntivirusProfileContentdisarmResource = new ObjectAntivirusProfileContentdisarm("objectAntivirusProfileContentdisarmResource", ObjectAntivirusProfileContentdisarmArgs.builder()
.profile("string")
.originalFileDestination("string")
.scopetype("string")
.officeMacro("string")
.errorAction("string")
.objectAntivirusProfileContentdisarmId("string")
.officeAction("string")
.officeDde("string")
.officeEmbed("string")
.officeHylink("string")
.pdfActForm("string")
.detectOnly("string")
.coverPage("string")
.officeLinked("string")
.pdfActGotor("string")
.pdfActJava("string")
.pdfActLaunch("string")
.pdfActMovie("string")
.pdfActSound("string")
.pdfEmbedfile("string")
.pdfHyperlink("string")
.pdfJavacode("string")
.analyticsSuspicious("string")
.adom("string")
.build());
object_antivirus_profile_contentdisarm_resource = fortimanager.ObjectAntivirusProfileContentdisarm("objectAntivirusProfileContentdisarmResource",
profile="string",
original_file_destination="string",
scopetype="string",
office_macro="string",
error_action="string",
object_antivirus_profile_contentdisarm_id="string",
office_action="string",
office_dde="string",
office_embed="string",
office_hylink="string",
pdf_act_form="string",
detect_only="string",
cover_page="string",
office_linked="string",
pdf_act_gotor="string",
pdf_act_java="string",
pdf_act_launch="string",
pdf_act_movie="string",
pdf_act_sound="string",
pdf_embedfile="string",
pdf_hyperlink="string",
pdf_javacode="string",
analytics_suspicious="string",
adom="string")
const objectAntivirusProfileContentdisarmResource = new fortimanager.ObjectAntivirusProfileContentdisarm("objectAntivirusProfileContentdisarmResource", {
profile: "string",
originalFileDestination: "string",
scopetype: "string",
officeMacro: "string",
errorAction: "string",
objectAntivirusProfileContentdisarmId: "string",
officeAction: "string",
officeDde: "string",
officeEmbed: "string",
officeHylink: "string",
pdfActForm: "string",
detectOnly: "string",
coverPage: "string",
officeLinked: "string",
pdfActGotor: "string",
pdfActJava: "string",
pdfActLaunch: "string",
pdfActMovie: "string",
pdfActSound: "string",
pdfEmbedfile: "string",
pdfHyperlink: "string",
pdfJavacode: "string",
analyticsSuspicious: "string",
adom: "string",
});
type: fortimanager:ObjectAntivirusProfileContentdisarm
properties:
adom: string
analyticsSuspicious: string
coverPage: string
detectOnly: string
errorAction: string
objectAntivirusProfileContentdisarmId: string
officeAction: string
officeDde: string
officeEmbed: string
officeHylink: string
officeLinked: string
officeMacro: string
originalFileDestination: string
pdfActForm: string
pdfActGotor: string
pdfActJava: string
pdfActLaunch: string
pdfActMovie: string
pdfActSound: string
pdfEmbedfile: string
pdfHyperlink: string
pdfJavacode: string
profile: string
scopetype: string
ObjectAntivirusProfileContentdisarm 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 ObjectAntivirusProfileContentdisarm resource accepts the following input properties:
- Profile string
- Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Analytics
Suspicious string - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - Cover
Page string - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - Detect
Only string - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - Error
Action string - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - Object
Antivirus stringProfile Contentdisarm Id - an identifier for the resource.
- Office
Action string - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Dde string - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Embed string - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Hylink string - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Linked string - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Macro string - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - Original
File stringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - Pdf
Act stringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - Pdf
Act stringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - Pdf
Act stringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - Pdf
Act stringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - Pdf
Act stringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - Pdf
Act stringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - Pdf
Embedfile string - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - Pdf
Hyperlink string - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - Pdf
Javacode string - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Profile string
- Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Analytics
Suspicious string - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - Cover
Page string - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - Detect
Only string - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - Error
Action string - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - Object
Antivirus stringProfile Contentdisarm Id - an identifier for the resource.
- Office
Action string - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Dde string - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Embed string - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Hylink string - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Linked string - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Macro string - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - Original
File stringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - Pdf
Act stringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - Pdf
Act stringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - Pdf
Act stringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - Pdf
Act stringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - Pdf
Act stringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - Pdf
Act stringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - Pdf
Embedfile string - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - Pdf
Hyperlink string - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - Pdf
Javacode string - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- profile String
- Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Suspicious String - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover
Page String - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect
Only String - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error
Action String - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - object
Antivirus StringProfile Contentdisarm Id - an identifier for the resource.
- office
Action String - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Dde String - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Embed String - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Hylink String - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office
Linked String - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Macro String - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original
File StringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf
Act StringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf
Act StringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf
Act StringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf
Act StringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf
Act StringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf
Act StringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf
Embedfile String - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf
Hyperlink String - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf
Javacode String - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- profile string
- Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Suspicious string - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover
Page string - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect
Only string - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error
Action string - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - object
Antivirus stringProfile Contentdisarm Id - an identifier for the resource.
- office
Action string - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Dde string - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Embed string - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Hylink string - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office
Linked string - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Macro string - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original
File stringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf
Act stringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf
Act stringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf
Act stringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf
Act stringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf
Act stringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf
Act stringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf
Embedfile string - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf
Hyperlink string - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf
Javacode string - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- profile str
- Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics_
suspicious str - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover_
page str - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect_
only str - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error_
action str - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - object_
antivirus_ strprofile_ contentdisarm_ id - an identifier for the resource.
- office_
action str - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office_
dde str - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office_
embed str - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office_
hylink str - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office_
linked str - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office_
macro str - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original_
file_ strdestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf_
act_ strform - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf_
act_ strgotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf_
act_ strjava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf_
act_ strlaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf_
act_ strmovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf_
act_ strsound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf_
embedfile str - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf_
hyperlink str - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf_
javacode str - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- profile String
- Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Suspicious String - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover
Page String - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect
Only String - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error
Action String - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - object
Antivirus StringProfile Contentdisarm Id - an identifier for the resource.
- office
Action String - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Dde String - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Embed String - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Hylink String - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office
Linked String - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Macro String - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original
File StringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf
Act StringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf
Act StringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf
Act StringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf
Act StringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf
Act StringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf
Act StringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf
Embedfile String - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf
Hyperlink String - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf
Javacode String - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectAntivirusProfileContentdisarm resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ObjectAntivirusProfileContentdisarm Resource
Get an existing ObjectAntivirusProfileContentdisarm resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ObjectAntivirusProfileContentdisarmState, opts?: CustomResourceOptions): ObjectAntivirusProfileContentdisarm
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
analytics_suspicious: Optional[str] = None,
cover_page: Optional[str] = None,
detect_only: Optional[str] = None,
error_action: Optional[str] = None,
object_antivirus_profile_contentdisarm_id: Optional[str] = None,
office_action: Optional[str] = None,
office_dde: Optional[str] = None,
office_embed: Optional[str] = None,
office_hylink: Optional[str] = None,
office_linked: Optional[str] = None,
office_macro: Optional[str] = None,
original_file_destination: Optional[str] = None,
pdf_act_form: Optional[str] = None,
pdf_act_gotor: Optional[str] = None,
pdf_act_java: Optional[str] = None,
pdf_act_launch: Optional[str] = None,
pdf_act_movie: Optional[str] = None,
pdf_act_sound: Optional[str] = None,
pdf_embedfile: Optional[str] = None,
pdf_hyperlink: Optional[str] = None,
pdf_javacode: Optional[str] = None,
profile: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectAntivirusProfileContentdisarm
func GetObjectAntivirusProfileContentdisarm(ctx *Context, name string, id IDInput, state *ObjectAntivirusProfileContentdisarmState, opts ...ResourceOption) (*ObjectAntivirusProfileContentdisarm, error)
public static ObjectAntivirusProfileContentdisarm Get(string name, Input<string> id, ObjectAntivirusProfileContentdisarmState? state, CustomResourceOptions? opts = null)
public static ObjectAntivirusProfileContentdisarm get(String name, Output<String> id, ObjectAntivirusProfileContentdisarmState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectAntivirusProfileContentdisarm get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Analytics
Suspicious string - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - Cover
Page string - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - Detect
Only string - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - Error
Action string - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - Object
Antivirus stringProfile Contentdisarm Id - an identifier for the resource.
- Office
Action string - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Dde string - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Embed string - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Hylink string - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Linked string - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Macro string - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - Original
File stringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - Pdf
Act stringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - Pdf
Act stringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - Pdf
Act stringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - Pdf
Act stringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - Pdf
Act stringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - Pdf
Act stringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - Pdf
Embedfile string - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - Pdf
Hyperlink string - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - Pdf
Javacode string - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - Profile string
- Profile.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Analytics
Suspicious string - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - Cover
Page string - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - Detect
Only string - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - Error
Action string - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - Object
Antivirus stringProfile Contentdisarm Id - an identifier for the resource.
- Office
Action string - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Dde string - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Embed string - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Hylink string - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Linked string - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Macro string - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - Original
File stringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - Pdf
Act stringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - Pdf
Act stringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - Pdf
Act stringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - Pdf
Act stringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - Pdf
Act stringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - Pdf
Act stringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - Pdf
Embedfile string - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - Pdf
Hyperlink string - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - Pdf
Javacode string - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - Profile string
- Profile.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Suspicious String - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover
Page String - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect
Only String - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error
Action String - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - object
Antivirus StringProfile Contentdisarm Id - an identifier for the resource.
- office
Action String - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Dde String - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Embed String - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Hylink String - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office
Linked String - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Macro String - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original
File StringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf
Act StringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf
Act StringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf
Act StringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf
Act StringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf
Act StringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf
Act StringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf
Embedfile String - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf
Hyperlink String - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf
Javacode String - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - profile String
- Profile.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Suspicious string - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover
Page string - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect
Only string - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error
Action string - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - object
Antivirus stringProfile Contentdisarm Id - an identifier for the resource.
- office
Action string - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Dde string - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Embed string - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Hylink string - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office
Linked string - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Macro string - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original
File stringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf
Act stringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf
Act stringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf
Act stringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf
Act stringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf
Act stringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf
Act stringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf
Embedfile string - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf
Hyperlink string - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf
Javacode string - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - profile string
- Profile.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics_
suspicious str - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover_
page str - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect_
only str - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error_
action str - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - object_
antivirus_ strprofile_ contentdisarm_ id - an identifier for the resource.
- office_
action str - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office_
dde str - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office_
embed str - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office_
hylink str - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office_
linked str - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office_
macro str - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original_
file_ strdestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf_
act_ strform - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf_
act_ strgotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf_
act_ strjava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf_
act_ strlaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf_
act_ strmovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf_
act_ strsound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf_
embedfile str - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf_
hyperlink str - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf_
javacode str - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - profile str
- Profile.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Suspicious String - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover
Page String - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect
Only String - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error
Action String - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - object
Antivirus StringProfile Contentdisarm Id - an identifier for the resource.
- office
Action String - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Dde String - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Embed String - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Hylink String - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office
Linked String - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Macro String - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original
File StringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf
Act StringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf
Act StringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf
Act StringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf
Act StringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf
Act StringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf
Act StringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf
Embedfile String - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf
Hyperlink String - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf
Javacode String - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
. - profile String
- Profile.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Import
ObjectAntivirus ProfileContentDisarm can be imported using any of these accepted formats:
Set import_options = [“profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectAntivirusProfileContentdisarm:ObjectAntivirusProfileContentdisarm labelname ObjectAntivirusProfileContentDisarm
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.