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

fortimanager.ObjectVideofilterKeyword

Explore with Pulumi AI

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

    Configure video filter keywords.

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • word: fortimanager.ObjectVideofilterKeywordWord

    Create ObjectVideofilterKeyword Resource

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

    Constructor syntax

    new ObjectVideofilterKeyword(name: string, args?: ObjectVideofilterKeywordArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectVideofilterKeyword(resource_name: str,
                                 args: Optional[ObjectVideofilterKeywordArgs] = None,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectVideofilterKeyword(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 adom: Optional[str] = None,
                                 comment: Optional[str] = None,
                                 dynamic_sort_subtable: Optional[str] = None,
                                 fosid: Optional[float] = None,
                                 match: Optional[str] = None,
                                 name: Optional[str] = None,
                                 object_videofilter_keyword_id: Optional[str] = None,
                                 scopetype: Optional[str] = None,
                                 words: Optional[Sequence[ObjectVideofilterKeywordWordArgs]] = None)
    func NewObjectVideofilterKeyword(ctx *Context, name string, args *ObjectVideofilterKeywordArgs, opts ...ResourceOption) (*ObjectVideofilterKeyword, error)
    public ObjectVideofilterKeyword(string name, ObjectVideofilterKeywordArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectVideofilterKeyword(String name, ObjectVideofilterKeywordArgs args)
    public ObjectVideofilterKeyword(String name, ObjectVideofilterKeywordArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectVideofilterKeyword
    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 ObjectVideofilterKeywordArgs
    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 ObjectVideofilterKeywordArgs
    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 ObjectVideofilterKeywordArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectVideofilterKeywordArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectVideofilterKeywordArgs
    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 objectVideofilterKeywordResource = new Fortimanager.ObjectVideofilterKeyword("objectVideofilterKeywordResource", new()
    {
        Adom = "string",
        Comment = "string",
        DynamicSortSubtable = "string",
        Fosid = 0,
        Match = "string",
        Name = "string",
        ObjectVideofilterKeywordId = "string",
        Scopetype = "string",
        Words = new[]
        {
            new Fortimanager.Inputs.ObjectVideofilterKeywordWordArgs
            {
                Comment = "string",
                Name = "string",
                PatternType = "string",
                Status = "string",
            },
        },
    });
    
    example, err := fortimanager.NewObjectVideofilterKeyword(ctx, "objectVideofilterKeywordResource", &fortimanager.ObjectVideofilterKeywordArgs{
    Adom: pulumi.String("string"),
    Comment: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    Fosid: pulumi.Float64(0),
    Match: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectVideofilterKeywordId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Words: .ObjectVideofilterKeywordWordTypeArray{
    &.ObjectVideofilterKeywordWordTypeArgs{
    Comment: pulumi.String("string"),
    Name: pulumi.String("string"),
    PatternType: pulumi.String("string"),
    Status: pulumi.String("string"),
    },
    },
    })
    
    var objectVideofilterKeywordResource = new ObjectVideofilterKeyword("objectVideofilterKeywordResource", ObjectVideofilterKeywordArgs.builder()
        .adom("string")
        .comment("string")
        .dynamicSortSubtable("string")
        .fosid(0)
        .match("string")
        .name("string")
        .objectVideofilterKeywordId("string")
        .scopetype("string")
        .words(ObjectVideofilterKeywordWordArgs.builder()
            .comment("string")
            .name("string")
            .patternType("string")
            .status("string")
            .build())
        .build());
    
    object_videofilter_keyword_resource = fortimanager.ObjectVideofilterKeyword("objectVideofilterKeywordResource",
        adom="string",
        comment="string",
        dynamic_sort_subtable="string",
        fosid=0,
        match="string",
        name="string",
        object_videofilter_keyword_id="string",
        scopetype="string",
        words=[{
            "comment": "string",
            "name": "string",
            "pattern_type": "string",
            "status": "string",
        }])
    
    const objectVideofilterKeywordResource = new fortimanager.ObjectVideofilterKeyword("objectVideofilterKeywordResource", {
        adom: "string",
        comment: "string",
        dynamicSortSubtable: "string",
        fosid: 0,
        match: "string",
        name: "string",
        objectVideofilterKeywordId: "string",
        scopetype: "string",
        words: [{
            comment: "string",
            name: "string",
            patternType: "string",
            status: "string",
        }],
    });
    
    type: fortimanager:ObjectVideofilterKeyword
    properties:
        adom: string
        comment: string
        dynamicSortSubtable: string
        fosid: 0
        match: string
        name: string
        objectVideofilterKeywordId: string
        scopetype: string
        words:
            - comment: string
              name: string
              patternType: string
              status: string
    

    ObjectVideofilterKeyword 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 ObjectVideofilterKeyword 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.
    Comment string
    Comment.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Fosid double
    ID.
    Match string
    Keyword matching logic. Valid values: or, and.
    Name string
    Name.
    ObjectVideofilterKeywordId string
    an identifier for the resource with format {{fosid}}.
    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.
    Words List<ObjectVideofilterKeywordWord>
    Word. The structure of word block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Fosid float64
    ID.
    Match string
    Keyword matching logic. Valid values: or, and.
    Name string
    Name.
    ObjectVideofilterKeywordId string
    an identifier for the resource with format {{fosid}}.
    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.
    Words []ObjectVideofilterKeywordWordTypeArgs
    Word. The structure of word block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fosid Double
    ID.
    match String
    Keyword matching logic. Valid values: or, and.
    name String
    Name.
    objectVideofilterKeywordId String
    an identifier for the resource with format {{fosid}}.
    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.
    words List<ObjectVideofilterKeywordWord>
    Word. The structure of word block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment string
    Comment.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fosid number
    ID.
    match string
    Keyword matching logic. Valid values: or, and.
    name string
    Name.
    objectVideofilterKeywordId string
    an identifier for the resource with format {{fosid}}.
    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.
    words ObjectVideofilterKeywordWord[]
    Word. The structure of word block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment str
    Comment.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fosid float
    ID.
    match str
    Keyword matching logic. Valid values: or, and.
    name str
    Name.
    object_videofilter_keyword_id str
    an identifier for the resource with format {{fosid}}.
    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.
    words Sequence[ObjectVideofilterKeywordWordArgs]
    Word. The structure of word block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fosid Number
    ID.
    match String
    Keyword matching logic. Valid values: or, and.
    name String
    Name.
    objectVideofilterKeywordId String
    an identifier for the resource with format {{fosid}}.
    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.
    words List<Property Map>
    Word. The structure of word block is documented below.

    Outputs

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

    Get an existing ObjectVideofilterKeyword 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?: ObjectVideofilterKeywordState, opts?: CustomResourceOptions): ObjectVideofilterKeyword
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            comment: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            fosid: Optional[float] = None,
            match: Optional[str] = None,
            name: Optional[str] = None,
            object_videofilter_keyword_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            words: Optional[Sequence[ObjectVideofilterKeywordWordArgs]] = None) -> ObjectVideofilterKeyword
    func GetObjectVideofilterKeyword(ctx *Context, name string, id IDInput, state *ObjectVideofilterKeywordState, opts ...ResourceOption) (*ObjectVideofilterKeyword, error)
    public static ObjectVideofilterKeyword Get(string name, Input<string> id, ObjectVideofilterKeywordState? state, CustomResourceOptions? opts = null)
    public static ObjectVideofilterKeyword get(String name, Output<String> id, ObjectVideofilterKeywordState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectVideofilterKeyword    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.
    Comment string
    Comment.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Fosid double
    ID.
    Match string
    Keyword matching logic. Valid values: or, and.
    Name string
    Name.
    ObjectVideofilterKeywordId string
    an identifier for the resource with format {{fosid}}.
    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.
    Words List<ObjectVideofilterKeywordWord>
    Word. The structure of word block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Fosid float64
    ID.
    Match string
    Keyword matching logic. Valid values: or, and.
    Name string
    Name.
    ObjectVideofilterKeywordId string
    an identifier for the resource with format {{fosid}}.
    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.
    Words []ObjectVideofilterKeywordWordTypeArgs
    Word. The structure of word block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fosid Double
    ID.
    match String
    Keyword matching logic. Valid values: or, and.
    name String
    Name.
    objectVideofilterKeywordId String
    an identifier for the resource with format {{fosid}}.
    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.
    words List<ObjectVideofilterKeywordWord>
    Word. The structure of word block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment string
    Comment.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fosid number
    ID.
    match string
    Keyword matching logic. Valid values: or, and.
    name string
    Name.
    objectVideofilterKeywordId string
    an identifier for the resource with format {{fosid}}.
    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.
    words ObjectVideofilterKeywordWord[]
    Word. The structure of word block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment str
    Comment.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fosid float
    ID.
    match str
    Keyword matching logic. Valid values: or, and.
    name str
    Name.
    object_videofilter_keyword_id str
    an identifier for the resource with format {{fosid}}.
    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.
    words Sequence[ObjectVideofilterKeywordWordArgs]
    Word. The structure of word block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fosid Number
    ID.
    match String
    Keyword matching logic. Valid values: or, and.
    name String
    Name.
    objectVideofilterKeywordId String
    an identifier for the resource with format {{fosid}}.
    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.
    words List<Property Map>
    Word. The structure of word block is documented below.

    Supporting Types

    ObjectVideofilterKeywordWord, ObjectVideofilterKeywordWordArgs

    Comment string
    Comment.
    Name string
    Name.
    PatternType string
    Pattern type. Valid values: wildcard, regex.
    Status string
    Enable(consider)/disable(ignore) this keyword. Valid values: disable, enable.
    Comment string
    Comment.
    Name string
    Name.
    PatternType string
    Pattern type. Valid values: wildcard, regex.
    Status string
    Enable(consider)/disable(ignore) this keyword. Valid values: disable, enable.
    comment String
    Comment.
    name String
    Name.
    patternType String
    Pattern type. Valid values: wildcard, regex.
    status String
    Enable(consider)/disable(ignore) this keyword. Valid values: disable, enable.
    comment string
    Comment.
    name string
    Name.
    patternType string
    Pattern type. Valid values: wildcard, regex.
    status string
    Enable(consider)/disable(ignore) this keyword. Valid values: disable, enable.
    comment str
    Comment.
    name str
    Name.
    pattern_type str
    Pattern type. Valid values: wildcard, regex.
    status str
    Enable(consider)/disable(ignore) this keyword. Valid values: disable, enable.
    comment String
    Comment.
    name String
    Name.
    patternType String
    Pattern type. Valid values: wildcard, regex.
    status String
    Enable(consider)/disable(ignore) this keyword. Valid values: disable, enable.

    Import

    ObjectVideofilter Keyword can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectVideofilterKeyword:ObjectVideofilterKeyword labelname {{fosid}}
    

    $ 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