1. Packages
  2. Fortios
  3. API Docs
  4. filter
  5. filter/video
  6. Youtubechannelfilter
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.filter/video.Youtubechannelfilter

Explore with Pulumi AI

Configure YouTube channel filter. Applies to FortiOS Version 7.0.1,7.0.2,7.0.3,7.0.4,7.0.5,7.0.6,7.0.7,7.0.8,7.0.9,7.0.10,7.0.11,7.0.12,7.0.13,7.0.14,7.0.15,7.2.0,7.2.1,7.2.2,7.2.3,7.2.4,7.2.6,7.2.7,7.2.8,7.4.0,7.4.1.

Create Youtubechannelfilter Resource

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

Constructor syntax

new Youtubechannelfilter(name: string, args?: YoutubechannelfilterArgs, opts?: CustomResourceOptions);
@overload
def Youtubechannelfilter(resource_name: str,
                         args: Optional[YoutubechannelfilterArgs] = None,
                         opts: Optional[ResourceOptions] = None)

@overload
def Youtubechannelfilter(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         comment: Optional[str] = None,
                         default_action: Optional[str] = None,
                         dynamic_sort_subtable: Optional[str] = None,
                         entries: Optional[Sequence[YoutubechannelfilterEntryArgs]] = None,
                         fosid: Optional[int] = None,
                         get_all_tables: Optional[str] = None,
                         log: Optional[str] = None,
                         name: Optional[str] = None,
                         override_category: Optional[str] = None,
                         vdomparam: Optional[str] = None)
func NewYoutubechannelfilter(ctx *Context, name string, args *YoutubechannelfilterArgs, opts ...ResourceOption) (*Youtubechannelfilter, error)
public Youtubechannelfilter(string name, YoutubechannelfilterArgs? args = null, CustomResourceOptions? opts = null)
public Youtubechannelfilter(String name, YoutubechannelfilterArgs args)
public Youtubechannelfilter(String name, YoutubechannelfilterArgs args, CustomResourceOptions options)
type: fortios:filter/video/youtubechannelfilter:Youtubechannelfilter
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args YoutubechannelfilterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args YoutubechannelfilterArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args YoutubechannelfilterArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args YoutubechannelfilterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. YoutubechannelfilterArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

Comment string
Comment.
DefaultAction string
YouTube channel filter default action. Valid values: allow, monitor, block.
DynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
Entries List<Pulumiverse.Fortios.Filter.Video.Inputs.YoutubechannelfilterEntry>
YouTube filter entries. The structure of entries block is documented below.
Fosid Changes to this property will trigger replacement. int
ID.
GetAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
Log string
Eanble/disable logging. Valid values: enable, disable.
Name string
Name.
OverrideCategory string
Enable/disable overriding category filtering result. Valid values: enable, disable.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Comment string
Comment.
DefaultAction string
YouTube channel filter default action. Valid values: allow, monitor, block.
DynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
Entries []YoutubechannelfilterEntryArgs
YouTube filter entries. The structure of entries block is documented below.
Fosid Changes to this property will trigger replacement. int
ID.
GetAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
Log string
Eanble/disable logging. Valid values: enable, disable.
Name string
Name.
OverrideCategory string
Enable/disable overriding category filtering result. Valid values: enable, disable.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
comment String
Comment.
defaultAction String
YouTube channel filter default action. Valid values: allow, monitor, block.
dynamicSortSubtable String
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
entries List<YoutubechannelfilterEntry>
YouTube filter entries. The structure of entries block is documented below.
fosid Changes to this property will trigger replacement. Integer
ID.
getAllTables String
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
log String
Eanble/disable logging. Valid values: enable, disable.
name String
Name.
overrideCategory String
Enable/disable overriding category filtering result. Valid values: enable, disable.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
comment string
Comment.
defaultAction string
YouTube channel filter default action. Valid values: allow, monitor, block.
dynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
entries YoutubechannelfilterEntry[]
YouTube filter entries. The structure of entries block is documented below.
fosid Changes to this property will trigger replacement. number
ID.
getAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
log string
Eanble/disable logging. Valid values: enable, disable.
name string
Name.
overrideCategory string
Enable/disable overriding category filtering result. Valid values: enable, disable.
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
comment str
Comment.
default_action str
YouTube channel filter default action. Valid values: allow, monitor, block.
dynamic_sort_subtable str
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
entries Sequence[YoutubechannelfilterEntryArgs]
YouTube filter entries. The structure of entries block is documented below.
fosid Changes to this property will trigger replacement. int
ID.
get_all_tables str
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
log str
Eanble/disable logging. Valid values: enable, disable.
name str
Name.
override_category str
Enable/disable overriding category filtering result. Valid values: enable, disable.
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
comment String
Comment.
defaultAction String
YouTube channel filter default action. Valid values: allow, monitor, block.
dynamicSortSubtable String
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
entries List<Property Map>
YouTube filter entries. The structure of entries block is documented below.
fosid Changes to this property will trigger replacement. Number
ID.
getAllTables String
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
log String
Eanble/disable logging. Valid values: enable, disable.
name String
Name.
overrideCategory String
Enable/disable overriding category filtering result. Valid values: enable, disable.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

Outputs

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

Get an existing Youtubechannelfilter 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?: YoutubechannelfilterState, opts?: CustomResourceOptions): Youtubechannelfilter
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        comment: Optional[str] = None,
        default_action: Optional[str] = None,
        dynamic_sort_subtable: Optional[str] = None,
        entries: Optional[Sequence[YoutubechannelfilterEntryArgs]] = None,
        fosid: Optional[int] = None,
        get_all_tables: Optional[str] = None,
        log: Optional[str] = None,
        name: Optional[str] = None,
        override_category: Optional[str] = None,
        vdomparam: Optional[str] = None) -> Youtubechannelfilter
func GetYoutubechannelfilter(ctx *Context, name string, id IDInput, state *YoutubechannelfilterState, opts ...ResourceOption) (*Youtubechannelfilter, error)
public static Youtubechannelfilter Get(string name, Input<string> id, YoutubechannelfilterState? state, CustomResourceOptions? opts = null)
public static Youtubechannelfilter get(String name, Output<String> id, YoutubechannelfilterState state, CustomResourceOptions options)
resources:  _:    type: fortios:filter/video/youtubechannelfilter:Youtubechannelfilter    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
Comment string
Comment.
DefaultAction string
YouTube channel filter default action. Valid values: allow, monitor, block.
DynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
Entries List<Pulumiverse.Fortios.Filter.Video.Inputs.YoutubechannelfilterEntry>
YouTube filter entries. The structure of entries block is documented below.
Fosid Changes to this property will trigger replacement. int
ID.
GetAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
Log string
Eanble/disable logging. Valid values: enable, disable.
Name string
Name.
OverrideCategory string
Enable/disable overriding category filtering result. Valid values: enable, disable.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Comment string
Comment.
DefaultAction string
YouTube channel filter default action. Valid values: allow, monitor, block.
DynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
Entries []YoutubechannelfilterEntryArgs
YouTube filter entries. The structure of entries block is documented below.
Fosid Changes to this property will trigger replacement. int
ID.
GetAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
Log string
Eanble/disable logging. Valid values: enable, disable.
Name string
Name.
OverrideCategory string
Enable/disable overriding category filtering result. Valid values: enable, disable.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
comment String
Comment.
defaultAction String
YouTube channel filter default action. Valid values: allow, monitor, block.
dynamicSortSubtable String
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
entries List<YoutubechannelfilterEntry>
YouTube filter entries. The structure of entries block is documented below.
fosid Changes to this property will trigger replacement. Integer
ID.
getAllTables String
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
log String
Eanble/disable logging. Valid values: enable, disable.
name String
Name.
overrideCategory String
Enable/disable overriding category filtering result. Valid values: enable, disable.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
comment string
Comment.
defaultAction string
YouTube channel filter default action. Valid values: allow, monitor, block.
dynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
entries YoutubechannelfilterEntry[]
YouTube filter entries. The structure of entries block is documented below.
fosid Changes to this property will trigger replacement. number
ID.
getAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
log string
Eanble/disable logging. Valid values: enable, disable.
name string
Name.
overrideCategory string
Enable/disable overriding category filtering result. Valid values: enable, disable.
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
comment str
Comment.
default_action str
YouTube channel filter default action. Valid values: allow, monitor, block.
dynamic_sort_subtable str
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
entries Sequence[YoutubechannelfilterEntryArgs]
YouTube filter entries. The structure of entries block is documented below.
fosid Changes to this property will trigger replacement. int
ID.
get_all_tables str
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
log str
Eanble/disable logging. Valid values: enable, disable.
name str
Name.
override_category str
Enable/disable overriding category filtering result. Valid values: enable, disable.
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
comment String
Comment.
defaultAction String
YouTube channel filter default action. Valid values: allow, monitor, block.
dynamicSortSubtable String
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
entries List<Property Map>
YouTube filter entries. The structure of entries block is documented below.
fosid Changes to this property will trigger replacement. Number
ID.
getAllTables String
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
log String
Eanble/disable logging. Valid values: enable, disable.
name String
Name.
overrideCategory String
Enable/disable overriding category filtering result. Valid values: enable, disable.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

Supporting Types

YoutubechannelfilterEntry
, YoutubechannelfilterEntryArgs

Action string
YouTube channel filter action. Valid values: allow, monitor, block.
ChannelId string
Channel ID.
Comment string
Comment.
Id int
ID.
Action string
YouTube channel filter action. Valid values: allow, monitor, block.
ChannelId string
Channel ID.
Comment string
Comment.
Id int
ID.
action String
YouTube channel filter action. Valid values: allow, monitor, block.
channelId String
Channel ID.
comment String
Comment.
id Integer
ID.
action string
YouTube channel filter action. Valid values: allow, monitor, block.
channelId string
Channel ID.
comment string
Comment.
id number
ID.
action str
YouTube channel filter action. Valid values: allow, monitor, block.
channel_id str
Channel ID.
comment str
Comment.
id int
ID.
action String
YouTube channel filter action. Valid values: allow, monitor, block.
channelId String
Channel ID.
comment String
Comment.
id Number
ID.

Import

Videofilter YoutubeChannelFilter can be imported using any of these accepted formats:

$ pulumi import fortios:filter/video/youtubechannelfilter:Youtubechannelfilter labelname {{fosid}}
Copy

If you do not want to import arguments of block:

$ export “FORTIOS_IMPORT_TABLE”=“false”

$ pulumi import fortios:filter/video/youtubechannelfilter:Youtubechannelfilter labelname {{fosid}}
Copy

$ unset “FORTIOS_IMPORT_TABLE”

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
fortios pulumiverse/pulumi-fortios
License
Apache-2.0
Notes
This Pulumi package is based on the fortios Terraform Provider.