published on Saturday, Mar 7, 2026 by fortinetdev
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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Alcohol
Block doubleStrictness Level - Alcohol-Block-Strictness-Level.
- Alcohol
Status string - Alcohol-Status. Valid values:
allow,deny,monitor. - Blocked
Img stringCache - Blocked-Img-Cache. Valid values:
disable,enable. - Comment string
- Comment.
- Drugs
Block doubleStrictness Level - Drugs-Block-Strictness-Level.
- Drugs
Status string - Drugs-Status. Valid values:
allow,deny,monitor. - Extremism
Block doubleStrictness Level - Extremism-Block-Strictness-Level.
- Extremism
Status string - Extremism-Status. Valid values:
allow,deny,monitor. - Gambling
Block doubleStrictness Level - Gambling-Block-Strictness-Level.
- Gambling
Status string - Gambling-Status. Valid values:
allow,deny,monitor. - Gore
Block doubleStrictness Level - Gore-Block-Strictness-Level.
- Gore
Status string - Gore-Status. Valid values:
allow,deny,monitor. - Image
Skip doubleHeight - Image-Skip-Height.
- Image
Skip doubleSize - Image-Skip-Size.
- Image
Skip doubleWidth - Image-Skip-Width.
- Log
Option string - Log-Option. Valid values:
all,violation. - Name string
- Name.
- Object
Imageanalyzer stringProfile Id - an identifier for the resource with format {{name}}.
- Ocr
Activation doubleThreshold - Ocr-Activation-Threshold.
- Optical
Character stringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - Porn
Block doubleStrictness Level - Porn-Block-Strictness-Level.
- Porn
Status string - Porn-Status. Valid values:
allow,deny,monitor. - Rating
Err stringAction - Rating-Err-Action. Valid values:
block,pass. - Replace
Images List<string> - Replace-Image.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Source
Url string - Source-Url. Valid values:
disable,enable. - Swim
Underwear doubleBlock Strictness Level - Swim_Underwear-Block-Strictness-Level.
- Swim
Underwear stringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - Weapons
Block doubleStrictness Level - Weapons-Block-Strictness-Level.
- Weapons
Status string - Weapons-Status. Valid values:
allow,deny,monitor.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Alcohol
Block float64Strictness Level - Alcohol-Block-Strictness-Level.
- Alcohol
Status string - Alcohol-Status. Valid values:
allow,deny,monitor. - Blocked
Img stringCache - Blocked-Img-Cache. Valid values:
disable,enable. - Comment string
- Comment.
- Drugs
Block float64Strictness Level - Drugs-Block-Strictness-Level.
- Drugs
Status string - Drugs-Status. Valid values:
allow,deny,monitor. - Extremism
Block float64Strictness Level - Extremism-Block-Strictness-Level.
- Extremism
Status string - Extremism-Status. Valid values:
allow,deny,monitor. - Gambling
Block float64Strictness Level - Gambling-Block-Strictness-Level.
- Gambling
Status string - Gambling-Status. Valid values:
allow,deny,monitor. - Gore
Block float64Strictness Level - Gore-Block-Strictness-Level.
- Gore
Status string - Gore-Status. Valid values:
allow,deny,monitor. - Image
Skip float64Height - Image-Skip-Height.
- Image
Skip float64Size - Image-Skip-Size.
- Image
Skip float64Width - Image-Skip-Width.
- Log
Option string - Log-Option. Valid values:
all,violation. - Name string
- Name.
- Object
Imageanalyzer stringProfile Id - an identifier for the resource with format {{name}}.
- Ocr
Activation float64Threshold - Ocr-Activation-Threshold.
- Optical
Character stringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - Porn
Block float64Strictness Level - Porn-Block-Strictness-Level.
- Porn
Status string - Porn-Status. Valid values:
allow,deny,monitor. - Rating
Err stringAction - Rating-Err-Action. Valid values:
block,pass. - Replace
Images []string - Replace-Image.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Source
Url string - Source-Url. Valid values:
disable,enable. - Swim
Underwear float64Block Strictness Level - Swim_Underwear-Block-Strictness-Level.
- Swim
Underwear stringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - Weapons
Block float64Strictness Level - Weapons-Block-Strictness-Level.
- Weapons
Status string - Weapons-Status. Valid values:
allow,deny,monitor.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alcohol
Block DoubleStrictness Level - Alcohol-Block-Strictness-Level.
- alcohol
Status String - Alcohol-Status. Valid values:
allow,deny,monitor. - blocked
Img StringCache - Blocked-Img-Cache. Valid values:
disable,enable. - comment String
- Comment.
- drugs
Block DoubleStrictness Level - Drugs-Block-Strictness-Level.
- drugs
Status String - Drugs-Status. Valid values:
allow,deny,monitor. - extremism
Block DoubleStrictness Level - Extremism-Block-Strictness-Level.
- extremism
Status String - Extremism-Status. Valid values:
allow,deny,monitor. - gambling
Block DoubleStrictness Level - Gambling-Block-Strictness-Level.
- gambling
Status String - Gambling-Status. Valid values:
allow,deny,monitor. - gore
Block DoubleStrictness Level - Gore-Block-Strictness-Level.
- gore
Status String - Gore-Status. Valid values:
allow,deny,monitor. - image
Skip DoubleHeight - Image-Skip-Height.
- image
Skip DoubleSize - Image-Skip-Size.
- image
Skip DoubleWidth - Image-Skip-Width.
- log
Option String - Log-Option. Valid values:
all,violation. - name String
- Name.
- object
Imageanalyzer StringProfile Id - an identifier for the resource with format {{name}}.
- ocr
Activation DoubleThreshold - Ocr-Activation-Threshold.
- optical
Character StringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - porn
Block DoubleStrictness Level - Porn-Block-Strictness-Level.
- porn
Status String - Porn-Status. Valid values:
allow,deny,monitor. - rating
Err StringAction - Rating-Err-Action. Valid values:
block,pass. - replace
Images List<String> - Replace-Image.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - source
Url String - Source-Url. Valid values:
disable,enable. - swim
Underwear DoubleBlock Strictness Level - Swim_Underwear-Block-Strictness-Level.
- swim
Underwear StringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - weapons
Block DoubleStrictness Level - Weapons-Block-Strictness-Level.
- weapons
Status String - Weapons-Status. Valid values:
allow,deny,monitor.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alcohol
Block numberStrictness Level - Alcohol-Block-Strictness-Level.
- alcohol
Status string - Alcohol-Status. Valid values:
allow,deny,monitor. - blocked
Img stringCache - Blocked-Img-Cache. Valid values:
disable,enable. - comment string
- Comment.
- drugs
Block numberStrictness Level - Drugs-Block-Strictness-Level.
- drugs
Status string - Drugs-Status. Valid values:
allow,deny,monitor. - extremism
Block numberStrictness Level - Extremism-Block-Strictness-Level.
- extremism
Status string - Extremism-Status. Valid values:
allow,deny,monitor. - gambling
Block numberStrictness Level - Gambling-Block-Strictness-Level.
- gambling
Status string - Gambling-Status. Valid values:
allow,deny,monitor. - gore
Block numberStrictness Level - Gore-Block-Strictness-Level.
- gore
Status string - Gore-Status. Valid values:
allow,deny,monitor. - image
Skip numberHeight - Image-Skip-Height.
- image
Skip numberSize - Image-Skip-Size.
- image
Skip numberWidth - Image-Skip-Width.
- log
Option string - Log-Option. Valid values:
all,violation. - name string
- Name.
- object
Imageanalyzer stringProfile Id - an identifier for the resource with format {{name}}.
- ocr
Activation numberThreshold - Ocr-Activation-Threshold.
- optical
Character stringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - porn
Block numberStrictness Level - Porn-Block-Strictness-Level.
- porn
Status string - Porn-Status. Valid values:
allow,deny,monitor. - rating
Err stringAction - Rating-Err-Action. Valid values:
block,pass. - replace
Images string[] - Replace-Image.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - source
Url string - Source-Url. Valid values:
disable,enable. - swim
Underwear numberBlock Strictness Level - Swim_Underwear-Block-Strictness-Level.
- swim
Underwear stringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - weapons
Block numberStrictness Level - Weapons-Block-Strictness-Level.
- weapons
Status string - Weapons-Status. Valid values:
allow,deny,monitor.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alcohol_
block_ floatstrictness_ level - Alcohol-Block-Strictness-Level.
- alcohol_
status str - Alcohol-Status. Valid values:
allow,deny,monitor. - blocked_
img_ strcache - Blocked-Img-Cache. Valid values:
disable,enable. - comment str
- Comment.
- drugs_
block_ floatstrictness_ level - Drugs-Block-Strictness-Level.
- drugs_
status str - Drugs-Status. Valid values:
allow,deny,monitor. - extremism_
block_ floatstrictness_ level - Extremism-Block-Strictness-Level.
- extremism_
status str - Extremism-Status. Valid values:
allow,deny,monitor. - gambling_
block_ floatstrictness_ level - Gambling-Block-Strictness-Level.
- gambling_
status str - Gambling-Status. Valid values:
allow,deny,monitor. - gore_
block_ floatstrictness_ level - Gore-Block-Strictness-Level.
- gore_
status str - Gore-Status. Valid values:
allow,deny,monitor. - image_
skip_ floatheight - Image-Skip-Height.
- image_
skip_ floatsize - Image-Skip-Size.
- image_
skip_ floatwidth - Image-Skip-Width.
- log_
option str - Log-Option. Valid values:
all,violation. - name str
- Name.
- object_
imageanalyzer_ strprofile_ id - an identifier for the resource with format {{name}}.
- ocr_
activation_ floatthreshold - Ocr-Activation-Threshold.
- optical_
character_ strrecognition - Optical-Character-Recognition. Valid values:
disable,enable. - porn_
block_ floatstrictness_ level - Porn-Block-Strictness-Level.
- porn_
status str - Porn-Status. Valid values:
allow,deny,monitor. - rating_
err_ straction - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - source_
url str - Source-Url. Valid values:
disable,enable. - swim_
underwear_ floatblock_ strictness_ level - Swim_Underwear-Block-Strictness-Level.
- swim_
underwear_ strstatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - weapons_
block_ floatstrictness_ level - Weapons-Block-Strictness-Level.
- weapons_
status str - Weapons-Status. Valid values:
allow,deny,monitor.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alcohol
Block NumberStrictness Level - Alcohol-Block-Strictness-Level.
- alcohol
Status String - Alcohol-Status. Valid values:
allow,deny,monitor. - blocked
Img StringCache - Blocked-Img-Cache. Valid values:
disable,enable. - comment String
- Comment.
- drugs
Block NumberStrictness Level - Drugs-Block-Strictness-Level.
- drugs
Status String - Drugs-Status. Valid values:
allow,deny,monitor. - extremism
Block NumberStrictness Level - Extremism-Block-Strictness-Level.
- extremism
Status String - Extremism-Status. Valid values:
allow,deny,monitor. - gambling
Block NumberStrictness Level - Gambling-Block-Strictness-Level.
- gambling
Status String - Gambling-Status. Valid values:
allow,deny,monitor. - gore
Block NumberStrictness Level - Gore-Block-Strictness-Level.
- gore
Status String - Gore-Status. Valid values:
allow,deny,monitor. - image
Skip NumberHeight - Image-Skip-Height.
- image
Skip NumberSize - Image-Skip-Size.
- image
Skip NumberWidth - Image-Skip-Width.
- log
Option String - Log-Option. Valid values:
all,violation. - name String
- Name.
- object
Imageanalyzer StringProfile Id - an identifier for the resource with format {{name}}.
- ocr
Activation NumberThreshold - Ocr-Activation-Threshold.
- optical
Character StringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - porn
Block NumberStrictness Level - Porn-Block-Strictness-Level.
- porn
Status String - Porn-Status. Valid values:
allow,deny,monitor. - rating
Err StringAction - Rating-Err-Action. Valid values:
block,pass. - replace
Images List<String> - Replace-Image.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - source
Url String - Source-Url. Valid values:
disable,enable. - swim
Underwear NumberBlock Strictness Level - Swim_Underwear-Block-Strictness-Level.
- swim
Underwear StringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - weapons
Block NumberStrictness Level - Weapons-Block-Strictness-Level.
- weapons
Status 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) -> ObjectImageanalyzerProfilefunc 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.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Alcohol
Block doubleStrictness Level - Alcohol-Block-Strictness-Level.
- Alcohol
Status string - Alcohol-Status. Valid values:
allow,deny,monitor. - Blocked
Img stringCache - Blocked-Img-Cache. Valid values:
disable,enable. - Comment string
- Comment.
- Drugs
Block doubleStrictness Level - Drugs-Block-Strictness-Level.
- Drugs
Status string - Drugs-Status. Valid values:
allow,deny,monitor. - Extremism
Block doubleStrictness Level - Extremism-Block-Strictness-Level.
- Extremism
Status string - Extremism-Status. Valid values:
allow,deny,monitor. - Gambling
Block doubleStrictness Level - Gambling-Block-Strictness-Level.
- Gambling
Status string - Gambling-Status. Valid values:
allow,deny,monitor. - Gore
Block doubleStrictness Level - Gore-Block-Strictness-Level.
- Gore
Status string - Gore-Status. Valid values:
allow,deny,monitor. - Image
Skip doubleHeight - Image-Skip-Height.
- Image
Skip doubleSize - Image-Skip-Size.
- Image
Skip doubleWidth - Image-Skip-Width.
- Log
Option string - Log-Option. Valid values:
all,violation. - Name string
- Name.
- Object
Imageanalyzer stringProfile Id - an identifier for the resource with format {{name}}.
- Ocr
Activation doubleThreshold - Ocr-Activation-Threshold.
- Optical
Character stringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - Porn
Block doubleStrictness Level - Porn-Block-Strictness-Level.
- Porn
Status string - Porn-Status. Valid values:
allow,deny,monitor. - Rating
Err stringAction - Rating-Err-Action. Valid values:
block,pass. - Replace
Images List<string> - Replace-Image.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Source
Url string - Source-Url. Valid values:
disable,enable. - Swim
Underwear doubleBlock Strictness Level - Swim_Underwear-Block-Strictness-Level.
- Swim
Underwear stringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - Weapons
Block doubleStrictness Level - Weapons-Block-Strictness-Level.
- Weapons
Status string - Weapons-Status. Valid values:
allow,deny,monitor.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Alcohol
Block float64Strictness Level - Alcohol-Block-Strictness-Level.
- Alcohol
Status string - Alcohol-Status. Valid values:
allow,deny,monitor. - Blocked
Img stringCache - Blocked-Img-Cache. Valid values:
disable,enable. - Comment string
- Comment.
- Drugs
Block float64Strictness Level - Drugs-Block-Strictness-Level.
- Drugs
Status string - Drugs-Status. Valid values:
allow,deny,monitor. - Extremism
Block float64Strictness Level - Extremism-Block-Strictness-Level.
- Extremism
Status string - Extremism-Status. Valid values:
allow,deny,monitor. - Gambling
Block float64Strictness Level - Gambling-Block-Strictness-Level.
- Gambling
Status string - Gambling-Status. Valid values:
allow,deny,monitor. - Gore
Block float64Strictness Level - Gore-Block-Strictness-Level.
- Gore
Status string - Gore-Status. Valid values:
allow,deny,monitor. - Image
Skip float64Height - Image-Skip-Height.
- Image
Skip float64Size - Image-Skip-Size.
- Image
Skip float64Width - Image-Skip-Width.
- Log
Option string - Log-Option. Valid values:
all,violation. - Name string
- Name.
- Object
Imageanalyzer stringProfile Id - an identifier for the resource with format {{name}}.
- Ocr
Activation float64Threshold - Ocr-Activation-Threshold.
- Optical
Character stringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - Porn
Block float64Strictness Level - Porn-Block-Strictness-Level.
- Porn
Status string - Porn-Status. Valid values:
allow,deny,monitor. - Rating
Err stringAction - Rating-Err-Action. Valid values:
block,pass. - Replace
Images []string - Replace-Image.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Source
Url string - Source-Url. Valid values:
disable,enable. - Swim
Underwear float64Block Strictness Level - Swim_Underwear-Block-Strictness-Level.
- Swim
Underwear stringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - Weapons
Block float64Strictness Level - Weapons-Block-Strictness-Level.
- Weapons
Status string - Weapons-Status. Valid values:
allow,deny,monitor.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alcohol
Block DoubleStrictness Level - Alcohol-Block-Strictness-Level.
- alcohol
Status String - Alcohol-Status. Valid values:
allow,deny,monitor. - blocked
Img StringCache - Blocked-Img-Cache. Valid values:
disable,enable. - comment String
- Comment.
- drugs
Block DoubleStrictness Level - Drugs-Block-Strictness-Level.
- drugs
Status String - Drugs-Status. Valid values:
allow,deny,monitor. - extremism
Block DoubleStrictness Level - Extremism-Block-Strictness-Level.
- extremism
Status String - Extremism-Status. Valid values:
allow,deny,monitor. - gambling
Block DoubleStrictness Level - Gambling-Block-Strictness-Level.
- gambling
Status String - Gambling-Status. Valid values:
allow,deny,monitor. - gore
Block DoubleStrictness Level - Gore-Block-Strictness-Level.
- gore
Status String - Gore-Status. Valid values:
allow,deny,monitor. - image
Skip DoubleHeight - Image-Skip-Height.
- image
Skip DoubleSize - Image-Skip-Size.
- image
Skip DoubleWidth - Image-Skip-Width.
- log
Option String - Log-Option. Valid values:
all,violation. - name String
- Name.
- object
Imageanalyzer StringProfile Id - an identifier for the resource with format {{name}}.
- ocr
Activation DoubleThreshold - Ocr-Activation-Threshold.
- optical
Character StringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - porn
Block DoubleStrictness Level - Porn-Block-Strictness-Level.
- porn
Status String - Porn-Status. Valid values:
allow,deny,monitor. - rating
Err StringAction - Rating-Err-Action. Valid values:
block,pass. - replace
Images List<String> - Replace-Image.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - source
Url String - Source-Url. Valid values:
disable,enable. - swim
Underwear DoubleBlock Strictness Level - Swim_Underwear-Block-Strictness-Level.
- swim
Underwear StringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - weapons
Block DoubleStrictness Level - Weapons-Block-Strictness-Level.
- weapons
Status String - Weapons-Status. Valid values:
allow,deny,monitor.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alcohol
Block numberStrictness Level - Alcohol-Block-Strictness-Level.
- alcohol
Status string - Alcohol-Status. Valid values:
allow,deny,monitor. - blocked
Img stringCache - Blocked-Img-Cache. Valid values:
disable,enable. - comment string
- Comment.
- drugs
Block numberStrictness Level - Drugs-Block-Strictness-Level.
- drugs
Status string - Drugs-Status. Valid values:
allow,deny,monitor. - extremism
Block numberStrictness Level - Extremism-Block-Strictness-Level.
- extremism
Status string - Extremism-Status. Valid values:
allow,deny,monitor. - gambling
Block numberStrictness Level - Gambling-Block-Strictness-Level.
- gambling
Status string - Gambling-Status. Valid values:
allow,deny,monitor. - gore
Block numberStrictness Level - Gore-Block-Strictness-Level.
- gore
Status string - Gore-Status. Valid values:
allow,deny,monitor. - image
Skip numberHeight - Image-Skip-Height.
- image
Skip numberSize - Image-Skip-Size.
- image
Skip numberWidth - Image-Skip-Width.
- log
Option string - Log-Option. Valid values:
all,violation. - name string
- Name.
- object
Imageanalyzer stringProfile Id - an identifier for the resource with format {{name}}.
- ocr
Activation numberThreshold - Ocr-Activation-Threshold.
- optical
Character stringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - porn
Block numberStrictness Level - Porn-Block-Strictness-Level.
- porn
Status string - Porn-Status. Valid values:
allow,deny,monitor. - rating
Err stringAction - Rating-Err-Action. Valid values:
block,pass. - replace
Images string[] - Replace-Image.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - source
Url string - Source-Url. Valid values:
disable,enable. - swim
Underwear numberBlock Strictness Level - Swim_Underwear-Block-Strictness-Level.
- swim
Underwear stringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - weapons
Block numberStrictness Level - Weapons-Block-Strictness-Level.
- weapons
Status string - Weapons-Status. Valid values:
allow,deny,monitor.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alcohol_
block_ floatstrictness_ level - Alcohol-Block-Strictness-Level.
- alcohol_
status str - Alcohol-Status. Valid values:
allow,deny,monitor. - blocked_
img_ strcache - Blocked-Img-Cache. Valid values:
disable,enable. - comment str
- Comment.
- drugs_
block_ floatstrictness_ level - Drugs-Block-Strictness-Level.
- drugs_
status str - Drugs-Status. Valid values:
allow,deny,monitor. - extremism_
block_ floatstrictness_ level - Extremism-Block-Strictness-Level.
- extremism_
status str - Extremism-Status. Valid values:
allow,deny,monitor. - gambling_
block_ floatstrictness_ level - Gambling-Block-Strictness-Level.
- gambling_
status str - Gambling-Status. Valid values:
allow,deny,monitor. - gore_
block_ floatstrictness_ level - Gore-Block-Strictness-Level.
- gore_
status str - Gore-Status. Valid values:
allow,deny,monitor. - image_
skip_ floatheight - Image-Skip-Height.
- image_
skip_ floatsize - Image-Skip-Size.
- image_
skip_ floatwidth - Image-Skip-Width.
- log_
option str - Log-Option. Valid values:
all,violation. - name str
- Name.
- object_
imageanalyzer_ strprofile_ id - an identifier for the resource with format {{name}}.
- ocr_
activation_ floatthreshold - Ocr-Activation-Threshold.
- optical_
character_ strrecognition - Optical-Character-Recognition. Valid values:
disable,enable. - porn_
block_ floatstrictness_ level - Porn-Block-Strictness-Level.
- porn_
status str - Porn-Status. Valid values:
allow,deny,monitor. - rating_
err_ straction - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - source_
url str - Source-Url. Valid values:
disable,enable. - swim_
underwear_ floatblock_ strictness_ level - Swim_Underwear-Block-Strictness-Level.
- swim_
underwear_ strstatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - weapons_
block_ floatstrictness_ level - Weapons-Block-Strictness-Level.
- weapons_
status str - Weapons-Status. Valid values:
allow,deny,monitor.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alcohol
Block NumberStrictness Level - Alcohol-Block-Strictness-Level.
- alcohol
Status String - Alcohol-Status. Valid values:
allow,deny,monitor. - blocked
Img StringCache - Blocked-Img-Cache. Valid values:
disable,enable. - comment String
- Comment.
- drugs
Block NumberStrictness Level - Drugs-Block-Strictness-Level.
- drugs
Status String - Drugs-Status. Valid values:
allow,deny,monitor. - extremism
Block NumberStrictness Level - Extremism-Block-Strictness-Level.
- extremism
Status String - Extremism-Status. Valid values:
allow,deny,monitor. - gambling
Block NumberStrictness Level - Gambling-Block-Strictness-Level.
- gambling
Status String - Gambling-Status. Valid values:
allow,deny,monitor. - gore
Block NumberStrictness Level - Gore-Block-Strictness-Level.
- gore
Status String - Gore-Status. Valid values:
allow,deny,monitor. - image
Skip NumberHeight - Image-Skip-Height.
- image
Skip NumberSize - Image-Skip-Size.
- image
Skip NumberWidth - Image-Skip-Width.
- log
Option String - Log-Option. Valid values:
all,violation. - name String
- Name.
- object
Imageanalyzer StringProfile Id - an identifier for the resource with format {{name}}.
- ocr
Activation NumberThreshold - Ocr-Activation-Threshold.
- optical
Character StringRecognition - Optical-Character-Recognition. Valid values:
disable,enable. - porn
Block NumberStrictness Level - Porn-Block-Strictness-Level.
- porn
Status String - Porn-Status. Valid values:
allow,deny,monitor. - rating
Err StringAction - Rating-Err-Action. Valid values:
block,pass. - replace
Images List<String> - Replace-Image.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - source
Url String - Source-Url. Valid values:
disable,enable. - swim
Underwear NumberBlock Strictness Level - Swim_Underwear-Block-Strictness-Level.
- swim
Underwear StringStatus - Swim_Underwear-Status. Valid values:
allow,deny,monitor. - weapons
Block NumberStrictness Level - Weapons-Block-Strictness-Level.
- weapons
Status 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
fortimanagerTerraform Provider.
published on Saturday, Mar 7, 2026 by fortinetdev
