1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectAntivirusProfileContentdisarm
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectAntivirusProfileContentdisarm

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    AV Content Disarm and Reconstruction settings.

    This resource is a sub resource for variable content_disarm of resource fortimanager.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 is adom, otherwise the value of adom in the provider will be inherited.
    AnalyticsSuspicious string
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    CoverPage string
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    DetectOnly string
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    ErrorAction string
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    ObjectAntivirusProfileContentdisarmId string
    an identifier for the resource.
    OfficeAction string
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    OfficeDde string
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    OfficeEmbed string
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    OfficeHylink string
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    OfficeLinked string
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    OfficeMacro string
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    OriginalFileDestination string
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    PdfActForm string
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    PdfActGotor string
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    PdfActJava string
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    PdfActLaunch string
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    PdfActMovie string
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    PdfActSound string
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    PdfEmbedfile string
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    PdfHyperlink string
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    PdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Profile string
    Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AnalyticsSuspicious string
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    CoverPage string
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    DetectOnly string
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    ErrorAction string
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    ObjectAntivirusProfileContentdisarmId string
    an identifier for the resource.
    OfficeAction string
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    OfficeDde string
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    OfficeEmbed string
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    OfficeHylink string
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    OfficeLinked string
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    OfficeMacro string
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    OriginalFileDestination string
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    PdfActForm string
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    PdfActGotor string
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    PdfActJava string
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    PdfActLaunch string
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    PdfActMovie string
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    PdfActSound string
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    PdfEmbedfile string
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    PdfHyperlink string
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    PdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    profile String
    Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    analyticsSuspicious String
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    coverPage String
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    detectOnly String
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    errorAction String
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    objectAntivirusProfileContentdisarmId String
    an identifier for the resource.
    officeAction String
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    officeDde String
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    officeEmbed String
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    officeHylink String
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    officeLinked String
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    officeMacro String
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    originalFileDestination String
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    pdfActForm String
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    pdfActGotor String
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    pdfActJava String
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    pdfActLaunch String
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    pdfActMovie String
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    pdfActSound String
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    pdfEmbedfile String
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    pdfHyperlink String
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    pdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    profile string
    Profile.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    analyticsSuspicious string
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    coverPage string
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    detectOnly string
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    errorAction string
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    objectAntivirusProfileContentdisarmId string
    an identifier for the resource.
    officeAction string
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    officeDde string
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    officeEmbed string
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    officeHylink string
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    officeLinked string
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    officeMacro string
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    originalFileDestination string
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    pdfActForm string
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    pdfActGotor string
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    pdfActJava string
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    pdfActLaunch string
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    pdfActMovie string
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    pdfActSound string
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    pdfEmbedfile string
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    pdfHyperlink string
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    pdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    profile str
    Profile.
    adom str
    Adom. This value is valid only when the scopetype is adom, 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_profile_contentdisarm_id str
    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_destination str
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    pdf_act_form str
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    pdf_act_gotor str
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    pdf_act_java str
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    pdf_act_launch str
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    pdf_act_movie str
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    pdf_act_sound str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    profile String
    Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    analyticsSuspicious String
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    coverPage String
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    detectOnly String
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    errorAction String
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    objectAntivirusProfileContentdisarmId String
    an identifier for the resource.
    officeAction String
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    officeDde String
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    officeEmbed String
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    officeHylink String
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    officeLinked String
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    officeMacro String
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    originalFileDestination String
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    pdfActForm String
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    pdfActGotor String
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    pdfActJava String
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    pdfActLaunch String
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    pdfActMovie String
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    pdfActSound String
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    pdfEmbedfile String
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    pdfHyperlink String
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    pdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AnalyticsSuspicious string
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    CoverPage string
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    DetectOnly string
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    ErrorAction string
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    ObjectAntivirusProfileContentdisarmId string
    an identifier for the resource.
    OfficeAction string
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    OfficeDde string
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    OfficeEmbed string
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    OfficeHylink string
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    OfficeLinked string
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    OfficeMacro string
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    OriginalFileDestination string
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    PdfActForm string
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    PdfActGotor string
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    PdfActJava string
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    PdfActLaunch string
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    PdfActMovie string
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    PdfActSound string
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    PdfEmbedfile string
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    PdfHyperlink string
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    PdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AnalyticsSuspicious string
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    CoverPage string
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    DetectOnly string
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    ErrorAction string
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    ObjectAntivirusProfileContentdisarmId string
    an identifier for the resource.
    OfficeAction string
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    OfficeDde string
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    OfficeEmbed string
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    OfficeHylink string
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    OfficeLinked string
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    OfficeMacro string
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    OriginalFileDestination string
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    PdfActForm string
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    PdfActGotor string
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    PdfActJava string
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    PdfActLaunch string
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    PdfActMovie string
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    PdfActSound string
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    PdfEmbedfile string
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    PdfHyperlink string
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    PdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    analyticsSuspicious String
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    coverPage String
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    detectOnly String
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    errorAction String
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    objectAntivirusProfileContentdisarmId String
    an identifier for the resource.
    officeAction String
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    officeDde String
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    officeEmbed String
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    officeHylink String
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    officeLinked String
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    officeMacro String
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    originalFileDestination String
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    pdfActForm String
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    pdfActGotor String
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    pdfActJava String
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    pdfActLaunch String
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    pdfActMovie String
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    pdfActSound String
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    pdfEmbedfile String
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    pdfHyperlink String
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    pdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    analyticsSuspicious string
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    coverPage string
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    detectOnly string
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    errorAction string
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    objectAntivirusProfileContentdisarmId string
    an identifier for the resource.
    officeAction string
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    officeDde string
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    officeEmbed string
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    officeHylink string
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    officeLinked string
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    officeMacro string
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    originalFileDestination string
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    pdfActForm string
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    pdfActGotor string
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    pdfActJava string
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    pdfActLaunch string
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    pdfActMovie string
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    pdfActSound string
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    pdfEmbedfile string
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    pdfHyperlink string
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    pdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom str
    Adom. This value is valid only when the scopetype is adom, 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_profile_contentdisarm_id str
    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_destination str
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    pdf_act_form str
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    pdf_act_gotor str
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    pdf_act_java str
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    pdf_act_launch str
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    pdf_act_movie str
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    pdf_act_sound str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    analyticsSuspicious String
    Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values: disable, enable.
    coverPage String
    Enable/disable inserting a cover page into the disarmed document. Valid values: disable, enable.
    detectOnly String
    Enable/disable only detect disarmable files, do not alter content. Valid values: disable, enable.
    errorAction String
    Action to be taken if CDR engine encounters an unrecoverable error. Valid values: block, log-only, ignore.
    objectAntivirusProfileContentdisarmId String
    an identifier for the resource.
    officeAction String
    Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values: disable, enable.
    officeDde String
    Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values: disable, enable.
    officeEmbed String
    Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values: disable, enable.
    officeHylink String
    Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values: disable, enable.
    officeLinked String
    Enable/disable stripping of linked objects in Microsoft Office documents. Valid values: disable, enable.
    officeMacro String
    Enable/disable stripping of macros in Microsoft Office documents. Valid values: disable, enable.
    originalFileDestination String
    Destination to send original file if active content is removed. Valid values: fortisandbox, quarantine, discard.
    pdfActForm String
    Enable/disable stripping of PDF document actions that submit data to other targets. Valid values: disable, enable.
    pdfActGotor String
    Enable/disable stripping of PDF document actions that access other PDF documents. Valid values: disable, enable.
    pdfActJava String
    Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values: disable, enable.
    pdfActLaunch String
    Enable/disable stripping of PDF document actions that launch other applications. Valid values: disable, enable.
    pdfActMovie String
    Enable/disable stripping of PDF document actions that play a movie. Valid values: disable, enable.
    pdfActSound String
    Enable/disable stripping of PDF document actions that play a sound. Valid values: disable, enable.
    pdfEmbedfile String
    Enable/disable stripping of embedded files in PDF documents. Valid values: disable, enable.
    pdfHyperlink String
    Enable/disable stripping of hyperlinks from PDF documents. Valid values: disable, enable.
    pdfJavacode 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev