1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectImageanalyzerProfile
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev

    ObjectImageAnalyzer Profile

    Create ObjectImageanalyzerProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectImageanalyzerProfile(name: string, args?: ObjectImageanalyzerProfileArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectImageanalyzerProfile(resource_name: str,
                                   args: Optional[ObjectImageanalyzerProfileArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectImageanalyzerProfile(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   adom: Optional[str] = None,
                                   alcohol_block_strictness_level: Optional[float] = None,
                                   alcohol_status: Optional[str] = None,
                                   blocked_img_cache: Optional[str] = None,
                                   comment: Optional[str] = None,
                                   drugs_block_strictness_level: Optional[float] = None,
                                   drugs_status: Optional[str] = None,
                                   extremism_block_strictness_level: Optional[float] = None,
                                   extremism_status: Optional[str] = None,
                                   gambling_block_strictness_level: Optional[float] = None,
                                   gambling_status: Optional[str] = None,
                                   gore_block_strictness_level: Optional[float] = None,
                                   gore_status: Optional[str] = None,
                                   image_skip_height: Optional[float] = None,
                                   image_skip_size: Optional[float] = None,
                                   image_skip_width: Optional[float] = None,
                                   log_option: Optional[str] = None,
                                   name: Optional[str] = None,
                                   object_imageanalyzer_profile_id: Optional[str] = None,
                                   ocr_activation_threshold: Optional[float] = None,
                                   optical_character_recognition: Optional[str] = None,
                                   porn_block_strictness_level: Optional[float] = None,
                                   porn_status: Optional[str] = None,
                                   rating_err_action: Optional[str] = None,
                                   replace_images: Optional[Sequence[str]] = None,
                                   scopetype: Optional[str] = None,
                                   source_url: Optional[str] = None,
                                   swim_underwear_block_strictness_level: Optional[float] = None,
                                   swim_underwear_status: Optional[str] = None,
                                   weapons_block_strictness_level: Optional[float] = None,
                                   weapons_status: Optional[str] = None)
    func NewObjectImageanalyzerProfile(ctx *Context, name string, args *ObjectImageanalyzerProfileArgs, opts ...ResourceOption) (*ObjectImageanalyzerProfile, error)
    public ObjectImageanalyzerProfile(string name, ObjectImageanalyzerProfileArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectImageanalyzerProfile(String name, ObjectImageanalyzerProfileArgs args)
    public ObjectImageanalyzerProfile(String name, ObjectImageanalyzerProfileArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectImageanalyzerProfile
    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 ObjectImageanalyzerProfileArgs
    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 ObjectImageanalyzerProfileArgs
    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 ObjectImageanalyzerProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectImageanalyzerProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectImageanalyzerProfileArgs
    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 objectImageanalyzerProfileResource = new Fortimanager.Index.ObjectImageanalyzerProfile("objectImageanalyzerProfileResource", new()
    {
        Adom = "string",
        AlcoholBlockStrictnessLevel = 0,
        AlcoholStatus = "string",
        BlockedImgCache = "string",
        Comment = "string",
        DrugsBlockStrictnessLevel = 0,
        DrugsStatus = "string",
        ExtremismBlockStrictnessLevel = 0,
        ExtremismStatus = "string",
        GamblingBlockStrictnessLevel = 0,
        GamblingStatus = "string",
        GoreBlockStrictnessLevel = 0,
        GoreStatus = "string",
        ImageSkipHeight = 0,
        ImageSkipSize = 0,
        ImageSkipWidth = 0,
        LogOption = "string",
        Name = "string",
        ObjectImageanalyzerProfileId = "string",
        OcrActivationThreshold = 0,
        OpticalCharacterRecognition = "string",
        PornBlockStrictnessLevel = 0,
        PornStatus = "string",
        RatingErrAction = "string",
        ReplaceImages = new[]
        {
            "string",
        },
        Scopetype = "string",
        SourceUrl = "string",
        SwimUnderwearBlockStrictnessLevel = 0,
        SwimUnderwearStatus = "string",
        WeaponsBlockStrictnessLevel = 0,
        WeaponsStatus = "string",
    });
    
    example, err := fortimanager.NewObjectImageanalyzerProfile(ctx, "objectImageanalyzerProfileResource", &fortimanager.ObjectImageanalyzerProfileArgs{
    	Adom:                          pulumi.String("string"),
    	AlcoholBlockStrictnessLevel:   pulumi.Float64(0),
    	AlcoholStatus:                 pulumi.String("string"),
    	BlockedImgCache:               pulumi.String("string"),
    	Comment:                       pulumi.String("string"),
    	DrugsBlockStrictnessLevel:     pulumi.Float64(0),
    	DrugsStatus:                   pulumi.String("string"),
    	ExtremismBlockStrictnessLevel: pulumi.Float64(0),
    	ExtremismStatus:               pulumi.String("string"),
    	GamblingBlockStrictnessLevel:  pulumi.Float64(0),
    	GamblingStatus:                pulumi.String("string"),
    	GoreBlockStrictnessLevel:      pulumi.Float64(0),
    	GoreStatus:                    pulumi.String("string"),
    	ImageSkipHeight:               pulumi.Float64(0),
    	ImageSkipSize:                 pulumi.Float64(0),
    	ImageSkipWidth:                pulumi.Float64(0),
    	LogOption:                     pulumi.String("string"),
    	Name:                          pulumi.String("string"),
    	ObjectImageanalyzerProfileId:  pulumi.String("string"),
    	OcrActivationThreshold:        pulumi.Float64(0),
    	OpticalCharacterRecognition:   pulumi.String("string"),
    	PornBlockStrictnessLevel:      pulumi.Float64(0),
    	PornStatus:                    pulumi.String("string"),
    	RatingErrAction:               pulumi.String("string"),
    	ReplaceImages: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Scopetype:                         pulumi.String("string"),
    	SourceUrl:                         pulumi.String("string"),
    	SwimUnderwearBlockStrictnessLevel: pulumi.Float64(0),
    	SwimUnderwearStatus:               pulumi.String("string"),
    	WeaponsBlockStrictnessLevel:       pulumi.Float64(0),
    	WeaponsStatus:                     pulumi.String("string"),
    })
    
    var objectImageanalyzerProfileResource = new ObjectImageanalyzerProfile("objectImageanalyzerProfileResource", ObjectImageanalyzerProfileArgs.builder()
        .adom("string")
        .alcoholBlockStrictnessLevel(0.0)
        .alcoholStatus("string")
        .blockedImgCache("string")
        .comment("string")
        .drugsBlockStrictnessLevel(0.0)
        .drugsStatus("string")
        .extremismBlockStrictnessLevel(0.0)
        .extremismStatus("string")
        .gamblingBlockStrictnessLevel(0.0)
        .gamblingStatus("string")
        .goreBlockStrictnessLevel(0.0)
        .goreStatus("string")
        .imageSkipHeight(0.0)
        .imageSkipSize(0.0)
        .imageSkipWidth(0.0)
        .logOption("string")
        .name("string")
        .objectImageanalyzerProfileId("string")
        .ocrActivationThreshold(0.0)
        .opticalCharacterRecognition("string")
        .pornBlockStrictnessLevel(0.0)
        .pornStatus("string")
        .ratingErrAction("string")
        .replaceImages("string")
        .scopetype("string")
        .sourceUrl("string")
        .swimUnderwearBlockStrictnessLevel(0.0)
        .swimUnderwearStatus("string")
        .weaponsBlockStrictnessLevel(0.0)
        .weaponsStatus("string")
        .build());
    
    object_imageanalyzer_profile_resource = fortimanager.ObjectImageanalyzerProfile("objectImageanalyzerProfileResource",
        adom="string",
        alcohol_block_strictness_level=0,
        alcohol_status="string",
        blocked_img_cache="string",
        comment="string",
        drugs_block_strictness_level=0,
        drugs_status="string",
        extremism_block_strictness_level=0,
        extremism_status="string",
        gambling_block_strictness_level=0,
        gambling_status="string",
        gore_block_strictness_level=0,
        gore_status="string",
        image_skip_height=0,
        image_skip_size=0,
        image_skip_width=0,
        log_option="string",
        name="string",
        object_imageanalyzer_profile_id="string",
        ocr_activation_threshold=0,
        optical_character_recognition="string",
        porn_block_strictness_level=0,
        porn_status="string",
        rating_err_action="string",
        replace_images=["string"],
        scopetype="string",
        source_url="string",
        swim_underwear_block_strictness_level=0,
        swim_underwear_status="string",
        weapons_block_strictness_level=0,
        weapons_status="string")
    
    const objectImageanalyzerProfileResource = new fortimanager.ObjectImageanalyzerProfile("objectImageanalyzerProfileResource", {
        adom: "string",
        alcoholBlockStrictnessLevel: 0,
        alcoholStatus: "string",
        blockedImgCache: "string",
        comment: "string",
        drugsBlockStrictnessLevel: 0,
        drugsStatus: "string",
        extremismBlockStrictnessLevel: 0,
        extremismStatus: "string",
        gamblingBlockStrictnessLevel: 0,
        gamblingStatus: "string",
        goreBlockStrictnessLevel: 0,
        goreStatus: "string",
        imageSkipHeight: 0,
        imageSkipSize: 0,
        imageSkipWidth: 0,
        logOption: "string",
        name: "string",
        objectImageanalyzerProfileId: "string",
        ocrActivationThreshold: 0,
        opticalCharacterRecognition: "string",
        pornBlockStrictnessLevel: 0,
        pornStatus: "string",
        ratingErrAction: "string",
        replaceImages: ["string"],
        scopetype: "string",
        sourceUrl: "string",
        swimUnderwearBlockStrictnessLevel: 0,
        swimUnderwearStatus: "string",
        weaponsBlockStrictnessLevel: 0,
        weaponsStatus: "string",
    });
    
    type: fortimanager:ObjectImageanalyzerProfile
    properties:
        adom: string
        alcoholBlockStrictnessLevel: 0
        alcoholStatus: string
        blockedImgCache: string
        comment: string
        drugsBlockStrictnessLevel: 0
        drugsStatus: string
        extremismBlockStrictnessLevel: 0
        extremismStatus: string
        gamblingBlockStrictnessLevel: 0
        gamblingStatus: string
        goreBlockStrictnessLevel: 0
        goreStatus: string
        imageSkipHeight: 0
        imageSkipSize: 0
        imageSkipWidth: 0
        logOption: string
        name: string
        objectImageanalyzerProfileId: string
        ocrActivationThreshold: 0
        opticalCharacterRecognition: string
        pornBlockStrictnessLevel: 0
        pornStatus: string
        ratingErrAction: string
        replaceImages:
            - string
        scopetype: string
        sourceUrl: string
        swimUnderwearBlockStrictnessLevel: 0
        swimUnderwearStatus: string
        weaponsBlockStrictnessLevel: 0
        weaponsStatus: string
    

    ObjectImageanalyzerProfile 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 ObjectImageanalyzerProfile resource accepts the following input properties:

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AlcoholBlockStrictnessLevel double
    Alcohol-Block-Strictness-Level.
    AlcoholStatus string
    Alcohol-Status. Valid values: allow, deny, monitor.
    BlockedImgCache string
    Blocked-Img-Cache. Valid values: disable, enable.
    Comment string
    Comment.
    DrugsBlockStrictnessLevel double
    Drugs-Block-Strictness-Level.
    DrugsStatus string
    Drugs-Status. Valid values: allow, deny, monitor.
    ExtremismBlockStrictnessLevel double
    Extremism-Block-Strictness-Level.
    ExtremismStatus string
    Extremism-Status. Valid values: allow, deny, monitor.
    GamblingBlockStrictnessLevel double
    Gambling-Block-Strictness-Level.
    GamblingStatus string
    Gambling-Status. Valid values: allow, deny, monitor.
    GoreBlockStrictnessLevel double
    Gore-Block-Strictness-Level.
    GoreStatus string
    Gore-Status. Valid values: allow, deny, monitor.
    ImageSkipHeight double
    Image-Skip-Height.
    ImageSkipSize double
    Image-Skip-Size.
    ImageSkipWidth double
    Image-Skip-Width.
    LogOption string
    Log-Option. Valid values: all, violation.
    Name string
    Name.
    ObjectImageanalyzerProfileId string
    an identifier for the resource with format {{name}}.
    OcrActivationThreshold double
    Ocr-Activation-Threshold.
    OpticalCharacterRecognition string
    Optical-Character-Recognition. Valid values: disable, enable.
    PornBlockStrictnessLevel double
    Porn-Block-Strictness-Level.
    PornStatus string
    Porn-Status. Valid values: allow, deny, monitor.
    RatingErrAction string
    Rating-Err-Action. Valid values: block, pass.
    ReplaceImages List<string>
    Replace-Image.
    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.
    SourceUrl string
    Source-Url. Valid values: disable, enable.
    SwimUnderwearBlockStrictnessLevel double
    Swim_Underwear-Block-Strictness-Level.
    SwimUnderwearStatus string
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    WeaponsBlockStrictnessLevel double
    Weapons-Block-Strictness-Level.
    WeaponsStatus string
    Weapons-Status. Valid values: allow, deny, monitor.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AlcoholBlockStrictnessLevel float64
    Alcohol-Block-Strictness-Level.
    AlcoholStatus string
    Alcohol-Status. Valid values: allow, deny, monitor.
    BlockedImgCache string
    Blocked-Img-Cache. Valid values: disable, enable.
    Comment string
    Comment.
    DrugsBlockStrictnessLevel float64
    Drugs-Block-Strictness-Level.
    DrugsStatus string
    Drugs-Status. Valid values: allow, deny, monitor.
    ExtremismBlockStrictnessLevel float64
    Extremism-Block-Strictness-Level.
    ExtremismStatus string
    Extremism-Status. Valid values: allow, deny, monitor.
    GamblingBlockStrictnessLevel float64
    Gambling-Block-Strictness-Level.
    GamblingStatus string
    Gambling-Status. Valid values: allow, deny, monitor.
    GoreBlockStrictnessLevel float64
    Gore-Block-Strictness-Level.
    GoreStatus string
    Gore-Status. Valid values: allow, deny, monitor.
    ImageSkipHeight float64
    Image-Skip-Height.
    ImageSkipSize float64
    Image-Skip-Size.
    ImageSkipWidth float64
    Image-Skip-Width.
    LogOption string
    Log-Option. Valid values: all, violation.
    Name string
    Name.
    ObjectImageanalyzerProfileId string
    an identifier for the resource with format {{name}}.
    OcrActivationThreshold float64
    Ocr-Activation-Threshold.
    OpticalCharacterRecognition string
    Optical-Character-Recognition. Valid values: disable, enable.
    PornBlockStrictnessLevel float64
    Porn-Block-Strictness-Level.
    PornStatus string
    Porn-Status. Valid values: allow, deny, monitor.
    RatingErrAction string
    Rating-Err-Action. Valid values: block, pass.
    ReplaceImages []string
    Replace-Image.
    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.
    SourceUrl string
    Source-Url. Valid values: disable, enable.
    SwimUnderwearBlockStrictnessLevel float64
    Swim_Underwear-Block-Strictness-Level.
    SwimUnderwearStatus string
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    WeaponsBlockStrictnessLevel float64
    Weapons-Block-Strictness-Level.
    WeaponsStatus string
    Weapons-Status. Valid values: allow, deny, monitor.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alcoholBlockStrictnessLevel Double
    Alcohol-Block-Strictness-Level.
    alcoholStatus String
    Alcohol-Status. Valid values: allow, deny, monitor.
    blockedImgCache String
    Blocked-Img-Cache. Valid values: disable, enable.
    comment String
    Comment.
    drugsBlockStrictnessLevel Double
    Drugs-Block-Strictness-Level.
    drugsStatus String
    Drugs-Status. Valid values: allow, deny, monitor.
    extremismBlockStrictnessLevel Double
    Extremism-Block-Strictness-Level.
    extremismStatus String
    Extremism-Status. Valid values: allow, deny, monitor.
    gamblingBlockStrictnessLevel Double
    Gambling-Block-Strictness-Level.
    gamblingStatus String
    Gambling-Status. Valid values: allow, deny, monitor.
    goreBlockStrictnessLevel Double
    Gore-Block-Strictness-Level.
    goreStatus String
    Gore-Status. Valid values: allow, deny, monitor.
    imageSkipHeight Double
    Image-Skip-Height.
    imageSkipSize Double
    Image-Skip-Size.
    imageSkipWidth Double
    Image-Skip-Width.
    logOption String
    Log-Option. Valid values: all, violation.
    name String
    Name.
    objectImageanalyzerProfileId String
    an identifier for the resource with format {{name}}.
    ocrActivationThreshold Double
    Ocr-Activation-Threshold.
    opticalCharacterRecognition String
    Optical-Character-Recognition. Valid values: disable, enable.
    pornBlockStrictnessLevel Double
    Porn-Block-Strictness-Level.
    pornStatus String
    Porn-Status. Valid values: allow, deny, monitor.
    ratingErrAction String
    Rating-Err-Action. Valid values: block, pass.
    replaceImages List<String>
    Replace-Image.
    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.
    sourceUrl String
    Source-Url. Valid values: disable, enable.
    swimUnderwearBlockStrictnessLevel Double
    Swim_Underwear-Block-Strictness-Level.
    swimUnderwearStatus String
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    weaponsBlockStrictnessLevel Double
    Weapons-Block-Strictness-Level.
    weaponsStatus String
    Weapons-Status. Valid values: allow, deny, monitor.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alcoholBlockStrictnessLevel number
    Alcohol-Block-Strictness-Level.
    alcoholStatus string
    Alcohol-Status. Valid values: allow, deny, monitor.
    blockedImgCache string
    Blocked-Img-Cache. Valid values: disable, enable.
    comment string
    Comment.
    drugsBlockStrictnessLevel number
    Drugs-Block-Strictness-Level.
    drugsStatus string
    Drugs-Status. Valid values: allow, deny, monitor.
    extremismBlockStrictnessLevel number
    Extremism-Block-Strictness-Level.
    extremismStatus string
    Extremism-Status. Valid values: allow, deny, monitor.
    gamblingBlockStrictnessLevel number
    Gambling-Block-Strictness-Level.
    gamblingStatus string
    Gambling-Status. Valid values: allow, deny, monitor.
    goreBlockStrictnessLevel number
    Gore-Block-Strictness-Level.
    goreStatus string
    Gore-Status. Valid values: allow, deny, monitor.
    imageSkipHeight number
    Image-Skip-Height.
    imageSkipSize number
    Image-Skip-Size.
    imageSkipWidth number
    Image-Skip-Width.
    logOption string
    Log-Option. Valid values: all, violation.
    name string
    Name.
    objectImageanalyzerProfileId string
    an identifier for the resource with format {{name}}.
    ocrActivationThreshold number
    Ocr-Activation-Threshold.
    opticalCharacterRecognition string
    Optical-Character-Recognition. Valid values: disable, enable.
    pornBlockStrictnessLevel number
    Porn-Block-Strictness-Level.
    pornStatus string
    Porn-Status. Valid values: allow, deny, monitor.
    ratingErrAction string
    Rating-Err-Action. Valid values: block, pass.
    replaceImages string[]
    Replace-Image.
    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.
    sourceUrl string
    Source-Url. Valid values: disable, enable.
    swimUnderwearBlockStrictnessLevel number
    Swim_Underwear-Block-Strictness-Level.
    swimUnderwearStatus string
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    weaponsBlockStrictnessLevel number
    Weapons-Block-Strictness-Level.
    weaponsStatus string
    Weapons-Status. Valid values: allow, deny, monitor.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alcohol_block_strictness_level float
    Alcohol-Block-Strictness-Level.
    alcohol_status str
    Alcohol-Status. Valid values: allow, deny, monitor.
    blocked_img_cache str
    Blocked-Img-Cache. Valid values: disable, enable.
    comment str
    Comment.
    drugs_block_strictness_level float
    Drugs-Block-Strictness-Level.
    drugs_status str
    Drugs-Status. Valid values: allow, deny, monitor.
    extremism_block_strictness_level float
    Extremism-Block-Strictness-Level.
    extremism_status str
    Extremism-Status. Valid values: allow, deny, monitor.
    gambling_block_strictness_level float
    Gambling-Block-Strictness-Level.
    gambling_status str
    Gambling-Status. Valid values: allow, deny, monitor.
    gore_block_strictness_level float
    Gore-Block-Strictness-Level.
    gore_status str
    Gore-Status. Valid values: allow, deny, monitor.
    image_skip_height float
    Image-Skip-Height.
    image_skip_size float
    Image-Skip-Size.
    image_skip_width float
    Image-Skip-Width.
    log_option str
    Log-Option. Valid values: all, violation.
    name str
    Name.
    object_imageanalyzer_profile_id str
    an identifier for the resource with format {{name}}.
    ocr_activation_threshold float
    Ocr-Activation-Threshold.
    optical_character_recognition str
    Optical-Character-Recognition. Valid values: disable, enable.
    porn_block_strictness_level float
    Porn-Block-Strictness-Level.
    porn_status str
    Porn-Status. Valid values: allow, deny, monitor.
    rating_err_action str
    Rating-Err-Action. Valid values: block, pass.
    replace_images Sequence[str]
    Replace-Image.
    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.
    source_url str
    Source-Url. Valid values: disable, enable.
    swim_underwear_block_strictness_level float
    Swim_Underwear-Block-Strictness-Level.
    swim_underwear_status str
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    weapons_block_strictness_level float
    Weapons-Block-Strictness-Level.
    weapons_status str
    Weapons-Status. Valid values: allow, deny, monitor.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alcoholBlockStrictnessLevel Number
    Alcohol-Block-Strictness-Level.
    alcoholStatus String
    Alcohol-Status. Valid values: allow, deny, monitor.
    blockedImgCache String
    Blocked-Img-Cache. Valid values: disable, enable.
    comment String
    Comment.
    drugsBlockStrictnessLevel Number
    Drugs-Block-Strictness-Level.
    drugsStatus String
    Drugs-Status. Valid values: allow, deny, monitor.
    extremismBlockStrictnessLevel Number
    Extremism-Block-Strictness-Level.
    extremismStatus String
    Extremism-Status. Valid values: allow, deny, monitor.
    gamblingBlockStrictnessLevel Number
    Gambling-Block-Strictness-Level.
    gamblingStatus String
    Gambling-Status. Valid values: allow, deny, monitor.
    goreBlockStrictnessLevel Number
    Gore-Block-Strictness-Level.
    goreStatus String
    Gore-Status. Valid values: allow, deny, monitor.
    imageSkipHeight Number
    Image-Skip-Height.
    imageSkipSize Number
    Image-Skip-Size.
    imageSkipWidth Number
    Image-Skip-Width.
    logOption String
    Log-Option. Valid values: all, violation.
    name String
    Name.
    objectImageanalyzerProfileId String
    an identifier for the resource with format {{name}}.
    ocrActivationThreshold Number
    Ocr-Activation-Threshold.
    opticalCharacterRecognition String
    Optical-Character-Recognition. Valid values: disable, enable.
    pornBlockStrictnessLevel Number
    Porn-Block-Strictness-Level.
    pornStatus String
    Porn-Status. Valid values: allow, deny, monitor.
    ratingErrAction String
    Rating-Err-Action. Valid values: block, pass.
    replaceImages List<String>
    Replace-Image.
    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.
    sourceUrl String
    Source-Url. Valid values: disable, enable.
    swimUnderwearBlockStrictnessLevel Number
    Swim_Underwear-Block-Strictness-Level.
    swimUnderwearStatus String
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    weaponsBlockStrictnessLevel Number
    Weapons-Block-Strictness-Level.
    weaponsStatus String
    Weapons-Status. Valid values: allow, deny, monitor.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectImageanalyzerProfile 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 ObjectImageanalyzerProfile Resource

    Get an existing ObjectImageanalyzerProfile 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?: ObjectImageanalyzerProfileState, opts?: CustomResourceOptions): ObjectImageanalyzerProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            alcohol_block_strictness_level: Optional[float] = None,
            alcohol_status: Optional[str] = None,
            blocked_img_cache: Optional[str] = None,
            comment: Optional[str] = None,
            drugs_block_strictness_level: Optional[float] = None,
            drugs_status: Optional[str] = None,
            extremism_block_strictness_level: Optional[float] = None,
            extremism_status: Optional[str] = None,
            gambling_block_strictness_level: Optional[float] = None,
            gambling_status: Optional[str] = None,
            gore_block_strictness_level: Optional[float] = None,
            gore_status: Optional[str] = None,
            image_skip_height: Optional[float] = None,
            image_skip_size: Optional[float] = None,
            image_skip_width: Optional[float] = None,
            log_option: Optional[str] = None,
            name: Optional[str] = None,
            object_imageanalyzer_profile_id: Optional[str] = None,
            ocr_activation_threshold: Optional[float] = None,
            optical_character_recognition: Optional[str] = None,
            porn_block_strictness_level: Optional[float] = None,
            porn_status: Optional[str] = None,
            rating_err_action: Optional[str] = None,
            replace_images: Optional[Sequence[str]] = None,
            scopetype: Optional[str] = None,
            source_url: Optional[str] = None,
            swim_underwear_block_strictness_level: Optional[float] = None,
            swim_underwear_status: Optional[str] = None,
            weapons_block_strictness_level: Optional[float] = None,
            weapons_status: Optional[str] = None) -> ObjectImageanalyzerProfile
    func GetObjectImageanalyzerProfile(ctx *Context, name string, id IDInput, state *ObjectImageanalyzerProfileState, opts ...ResourceOption) (*ObjectImageanalyzerProfile, error)
    public static ObjectImageanalyzerProfile Get(string name, Input<string> id, ObjectImageanalyzerProfileState? state, CustomResourceOptions? opts = null)
    public static ObjectImageanalyzerProfile get(String name, Output<String> id, ObjectImageanalyzerProfileState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectImageanalyzerProfile    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.
    AlcoholBlockStrictnessLevel double
    Alcohol-Block-Strictness-Level.
    AlcoholStatus string
    Alcohol-Status. Valid values: allow, deny, monitor.
    BlockedImgCache string
    Blocked-Img-Cache. Valid values: disable, enable.
    Comment string
    Comment.
    DrugsBlockStrictnessLevel double
    Drugs-Block-Strictness-Level.
    DrugsStatus string
    Drugs-Status. Valid values: allow, deny, monitor.
    ExtremismBlockStrictnessLevel double
    Extremism-Block-Strictness-Level.
    ExtremismStatus string
    Extremism-Status. Valid values: allow, deny, monitor.
    GamblingBlockStrictnessLevel double
    Gambling-Block-Strictness-Level.
    GamblingStatus string
    Gambling-Status. Valid values: allow, deny, monitor.
    GoreBlockStrictnessLevel double
    Gore-Block-Strictness-Level.
    GoreStatus string
    Gore-Status. Valid values: allow, deny, monitor.
    ImageSkipHeight double
    Image-Skip-Height.
    ImageSkipSize double
    Image-Skip-Size.
    ImageSkipWidth double
    Image-Skip-Width.
    LogOption string
    Log-Option. Valid values: all, violation.
    Name string
    Name.
    ObjectImageanalyzerProfileId string
    an identifier for the resource with format {{name}}.
    OcrActivationThreshold double
    Ocr-Activation-Threshold.
    OpticalCharacterRecognition string
    Optical-Character-Recognition. Valid values: disable, enable.
    PornBlockStrictnessLevel double
    Porn-Block-Strictness-Level.
    PornStatus string
    Porn-Status. Valid values: allow, deny, monitor.
    RatingErrAction string
    Rating-Err-Action. Valid values: block, pass.
    ReplaceImages List<string>
    Replace-Image.
    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.
    SourceUrl string
    Source-Url. Valid values: disable, enable.
    SwimUnderwearBlockStrictnessLevel double
    Swim_Underwear-Block-Strictness-Level.
    SwimUnderwearStatus string
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    WeaponsBlockStrictnessLevel double
    Weapons-Block-Strictness-Level.
    WeaponsStatus string
    Weapons-Status. Valid values: allow, deny, monitor.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AlcoholBlockStrictnessLevel float64
    Alcohol-Block-Strictness-Level.
    AlcoholStatus string
    Alcohol-Status. Valid values: allow, deny, monitor.
    BlockedImgCache string
    Blocked-Img-Cache. Valid values: disable, enable.
    Comment string
    Comment.
    DrugsBlockStrictnessLevel float64
    Drugs-Block-Strictness-Level.
    DrugsStatus string
    Drugs-Status. Valid values: allow, deny, monitor.
    ExtremismBlockStrictnessLevel float64
    Extremism-Block-Strictness-Level.
    ExtremismStatus string
    Extremism-Status. Valid values: allow, deny, monitor.
    GamblingBlockStrictnessLevel float64
    Gambling-Block-Strictness-Level.
    GamblingStatus string
    Gambling-Status. Valid values: allow, deny, monitor.
    GoreBlockStrictnessLevel float64
    Gore-Block-Strictness-Level.
    GoreStatus string
    Gore-Status. Valid values: allow, deny, monitor.
    ImageSkipHeight float64
    Image-Skip-Height.
    ImageSkipSize float64
    Image-Skip-Size.
    ImageSkipWidth float64
    Image-Skip-Width.
    LogOption string
    Log-Option. Valid values: all, violation.
    Name string
    Name.
    ObjectImageanalyzerProfileId string
    an identifier for the resource with format {{name}}.
    OcrActivationThreshold float64
    Ocr-Activation-Threshold.
    OpticalCharacterRecognition string
    Optical-Character-Recognition. Valid values: disable, enable.
    PornBlockStrictnessLevel float64
    Porn-Block-Strictness-Level.
    PornStatus string
    Porn-Status. Valid values: allow, deny, monitor.
    RatingErrAction string
    Rating-Err-Action. Valid values: block, pass.
    ReplaceImages []string
    Replace-Image.
    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.
    SourceUrl string
    Source-Url. Valid values: disable, enable.
    SwimUnderwearBlockStrictnessLevel float64
    Swim_Underwear-Block-Strictness-Level.
    SwimUnderwearStatus string
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    WeaponsBlockStrictnessLevel float64
    Weapons-Block-Strictness-Level.
    WeaponsStatus string
    Weapons-Status. Valid values: allow, deny, monitor.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alcoholBlockStrictnessLevel Double
    Alcohol-Block-Strictness-Level.
    alcoholStatus String
    Alcohol-Status. Valid values: allow, deny, monitor.
    blockedImgCache String
    Blocked-Img-Cache. Valid values: disable, enable.
    comment String
    Comment.
    drugsBlockStrictnessLevel Double
    Drugs-Block-Strictness-Level.
    drugsStatus String
    Drugs-Status. Valid values: allow, deny, monitor.
    extremismBlockStrictnessLevel Double
    Extremism-Block-Strictness-Level.
    extremismStatus String
    Extremism-Status. Valid values: allow, deny, monitor.
    gamblingBlockStrictnessLevel Double
    Gambling-Block-Strictness-Level.
    gamblingStatus String
    Gambling-Status. Valid values: allow, deny, monitor.
    goreBlockStrictnessLevel Double
    Gore-Block-Strictness-Level.
    goreStatus String
    Gore-Status. Valid values: allow, deny, monitor.
    imageSkipHeight Double
    Image-Skip-Height.
    imageSkipSize Double
    Image-Skip-Size.
    imageSkipWidth Double
    Image-Skip-Width.
    logOption String
    Log-Option. Valid values: all, violation.
    name String
    Name.
    objectImageanalyzerProfileId String
    an identifier for the resource with format {{name}}.
    ocrActivationThreshold Double
    Ocr-Activation-Threshold.
    opticalCharacterRecognition String
    Optical-Character-Recognition. Valid values: disable, enable.
    pornBlockStrictnessLevel Double
    Porn-Block-Strictness-Level.
    pornStatus String
    Porn-Status. Valid values: allow, deny, monitor.
    ratingErrAction String
    Rating-Err-Action. Valid values: block, pass.
    replaceImages List<String>
    Replace-Image.
    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.
    sourceUrl String
    Source-Url. Valid values: disable, enable.
    swimUnderwearBlockStrictnessLevel Double
    Swim_Underwear-Block-Strictness-Level.
    swimUnderwearStatus String
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    weaponsBlockStrictnessLevel Double
    Weapons-Block-Strictness-Level.
    weaponsStatus String
    Weapons-Status. Valid values: allow, deny, monitor.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alcoholBlockStrictnessLevel number
    Alcohol-Block-Strictness-Level.
    alcoholStatus string
    Alcohol-Status. Valid values: allow, deny, monitor.
    blockedImgCache string
    Blocked-Img-Cache. Valid values: disable, enable.
    comment string
    Comment.
    drugsBlockStrictnessLevel number
    Drugs-Block-Strictness-Level.
    drugsStatus string
    Drugs-Status. Valid values: allow, deny, monitor.
    extremismBlockStrictnessLevel number
    Extremism-Block-Strictness-Level.
    extremismStatus string
    Extremism-Status. Valid values: allow, deny, monitor.
    gamblingBlockStrictnessLevel number
    Gambling-Block-Strictness-Level.
    gamblingStatus string
    Gambling-Status. Valid values: allow, deny, monitor.
    goreBlockStrictnessLevel number
    Gore-Block-Strictness-Level.
    goreStatus string
    Gore-Status. Valid values: allow, deny, monitor.
    imageSkipHeight number
    Image-Skip-Height.
    imageSkipSize number
    Image-Skip-Size.
    imageSkipWidth number
    Image-Skip-Width.
    logOption string
    Log-Option. Valid values: all, violation.
    name string
    Name.
    objectImageanalyzerProfileId string
    an identifier for the resource with format {{name}}.
    ocrActivationThreshold number
    Ocr-Activation-Threshold.
    opticalCharacterRecognition string
    Optical-Character-Recognition. Valid values: disable, enable.
    pornBlockStrictnessLevel number
    Porn-Block-Strictness-Level.
    pornStatus string
    Porn-Status. Valid values: allow, deny, monitor.
    ratingErrAction string
    Rating-Err-Action. Valid values: block, pass.
    replaceImages string[]
    Replace-Image.
    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.
    sourceUrl string
    Source-Url. Valid values: disable, enable.
    swimUnderwearBlockStrictnessLevel number
    Swim_Underwear-Block-Strictness-Level.
    swimUnderwearStatus string
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    weaponsBlockStrictnessLevel number
    Weapons-Block-Strictness-Level.
    weaponsStatus string
    Weapons-Status. Valid values: allow, deny, monitor.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alcohol_block_strictness_level float
    Alcohol-Block-Strictness-Level.
    alcohol_status str
    Alcohol-Status. Valid values: allow, deny, monitor.
    blocked_img_cache str
    Blocked-Img-Cache. Valid values: disable, enable.
    comment str
    Comment.
    drugs_block_strictness_level float
    Drugs-Block-Strictness-Level.
    drugs_status str
    Drugs-Status. Valid values: allow, deny, monitor.
    extremism_block_strictness_level float
    Extremism-Block-Strictness-Level.
    extremism_status str
    Extremism-Status. Valid values: allow, deny, monitor.
    gambling_block_strictness_level float
    Gambling-Block-Strictness-Level.
    gambling_status str
    Gambling-Status. Valid values: allow, deny, monitor.
    gore_block_strictness_level float
    Gore-Block-Strictness-Level.
    gore_status str
    Gore-Status. Valid values: allow, deny, monitor.
    image_skip_height float
    Image-Skip-Height.
    image_skip_size float
    Image-Skip-Size.
    image_skip_width float
    Image-Skip-Width.
    log_option str
    Log-Option. Valid values: all, violation.
    name str
    Name.
    object_imageanalyzer_profile_id str
    an identifier for the resource with format {{name}}.
    ocr_activation_threshold float
    Ocr-Activation-Threshold.
    optical_character_recognition str
    Optical-Character-Recognition. Valid values: disable, enable.
    porn_block_strictness_level float
    Porn-Block-Strictness-Level.
    porn_status str
    Porn-Status. Valid values: allow, deny, monitor.
    rating_err_action str
    Rating-Err-Action. Valid values: block, pass.
    replace_images Sequence[str]
    Replace-Image.
    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.
    source_url str
    Source-Url. Valid values: disable, enable.
    swim_underwear_block_strictness_level float
    Swim_Underwear-Block-Strictness-Level.
    swim_underwear_status str
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    weapons_block_strictness_level float
    Weapons-Block-Strictness-Level.
    weapons_status str
    Weapons-Status. Valid values: allow, deny, monitor.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alcoholBlockStrictnessLevel Number
    Alcohol-Block-Strictness-Level.
    alcoholStatus String
    Alcohol-Status. Valid values: allow, deny, monitor.
    blockedImgCache String
    Blocked-Img-Cache. Valid values: disable, enable.
    comment String
    Comment.
    drugsBlockStrictnessLevel Number
    Drugs-Block-Strictness-Level.
    drugsStatus String
    Drugs-Status. Valid values: allow, deny, monitor.
    extremismBlockStrictnessLevel Number
    Extremism-Block-Strictness-Level.
    extremismStatus String
    Extremism-Status. Valid values: allow, deny, monitor.
    gamblingBlockStrictnessLevel Number
    Gambling-Block-Strictness-Level.
    gamblingStatus String
    Gambling-Status. Valid values: allow, deny, monitor.
    goreBlockStrictnessLevel Number
    Gore-Block-Strictness-Level.
    goreStatus String
    Gore-Status. Valid values: allow, deny, monitor.
    imageSkipHeight Number
    Image-Skip-Height.
    imageSkipSize Number
    Image-Skip-Size.
    imageSkipWidth Number
    Image-Skip-Width.
    logOption String
    Log-Option. Valid values: all, violation.
    name String
    Name.
    objectImageanalyzerProfileId String
    an identifier for the resource with format {{name}}.
    ocrActivationThreshold Number
    Ocr-Activation-Threshold.
    opticalCharacterRecognition String
    Optical-Character-Recognition. Valid values: disable, enable.
    pornBlockStrictnessLevel Number
    Porn-Block-Strictness-Level.
    pornStatus String
    Porn-Status. Valid values: allow, deny, monitor.
    ratingErrAction String
    Rating-Err-Action. Valid values: block, pass.
    replaceImages List<String>
    Replace-Image.
    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.
    sourceUrl String
    Source-Url. Valid values: disable, enable.
    swimUnderwearBlockStrictnessLevel Number
    Swim_Underwear-Block-Strictness-Level.
    swimUnderwearStatus String
    Swim_Underwear-Status. Valid values: allow, deny, monitor.
    weaponsBlockStrictnessLevel Number
    Weapons-Block-Strictness-Level.
    weaponsStatus String
    Weapons-Status. Valid values: allow, deny, monitor.

    Import

    ObjectImageAnalyzer Profile can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectImageanalyzerProfile:ObjectImageanalyzerProfile labelname {{name}}
    

    $ 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.
    Viewing docs for fortimanager 1.16.0
    published on Saturday, Mar 7, 2026 by fortinetdev
      Try Pulumi Cloud free. Your team will thank you.