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

fortimanager.ObjectWebfilterProfileOverride

Explore with Pulumi AI

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

    Web Filter override settings.

    This resource is a sub resource for variable override of resource fortimanager.ObjectWebfilterProfile. Conflict and overwrite may occur if use both of them.

    Create ObjectWebfilterProfileOverride Resource

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

    Constructor syntax

    new ObjectWebfilterProfileOverride(name: string, args: ObjectWebfilterProfileOverrideArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectWebfilterProfileOverride(resource_name: str,
                                       args: ObjectWebfilterProfileOverrideInitArgs,
                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectWebfilterProfileOverride(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       url_profile: Optional[str] = None,
                                       adom: Optional[str] = None,
                                       object_webfilter_profile_override_id: Optional[str] = None,
                                       ovrd_cookie: Optional[str] = None,
                                       ovrd_dur: Optional[str] = None,
                                       ovrd_dur_mode: Optional[str] = None,
                                       ovrd_scope: Optional[str] = None,
                                       ovrd_user_groups: Optional[Sequence[str]] = None,
                                       profile_attribute: Optional[str] = None,
                                       profile_type: Optional[str] = None,
                                       profiles: Optional[Sequence[str]] = None,
                                       scopetype: Optional[str] = None)
    func NewObjectWebfilterProfileOverride(ctx *Context, name string, args ObjectWebfilterProfileOverrideArgs, opts ...ResourceOption) (*ObjectWebfilterProfileOverride, error)
    public ObjectWebfilterProfileOverride(string name, ObjectWebfilterProfileOverrideArgs args, CustomResourceOptions? opts = null)
    public ObjectWebfilterProfileOverride(String name, ObjectWebfilterProfileOverrideArgs args)
    public ObjectWebfilterProfileOverride(String name, ObjectWebfilterProfileOverrideArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectWebfilterProfileOverride
    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 ObjectWebfilterProfileOverrideArgs
    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 ObjectWebfilterProfileOverrideInitArgs
    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 ObjectWebfilterProfileOverrideArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectWebfilterProfileOverrideArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectWebfilterProfileOverrideArgs
    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 objectWebfilterProfileOverrideResource = new Fortimanager.ObjectWebfilterProfileOverride("objectWebfilterProfileOverrideResource", new()
    {
        UrlProfile = "string",
        Adom = "string",
        ObjectWebfilterProfileOverrideId = "string",
        OvrdCookie = "string",
        OvrdDur = "string",
        OvrdDurMode = "string",
        OvrdScope = "string",
        OvrdUserGroups = new[]
        {
            "string",
        },
        ProfileAttribute = "string",
        ProfileType = "string",
        Profiles = new[]
        {
            "string",
        },
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectWebfilterProfileOverride(ctx, "objectWebfilterProfileOverrideResource", &fortimanager.ObjectWebfilterProfileOverrideArgs{
    UrlProfile: pulumi.String("string"),
    Adom: pulumi.String("string"),
    ObjectWebfilterProfileOverrideId: pulumi.String("string"),
    OvrdCookie: pulumi.String("string"),
    OvrdDur: pulumi.String("string"),
    OvrdDurMode: pulumi.String("string"),
    OvrdScope: pulumi.String("string"),
    OvrdUserGroups: pulumi.StringArray{
    pulumi.String("string"),
    },
    ProfileAttribute: pulumi.String("string"),
    ProfileType: pulumi.String("string"),
    Profiles: pulumi.StringArray{
    pulumi.String("string"),
    },
    Scopetype: pulumi.String("string"),
    })
    
    var objectWebfilterProfileOverrideResource = new ObjectWebfilterProfileOverride("objectWebfilterProfileOverrideResource", ObjectWebfilterProfileOverrideArgs.builder()
        .urlProfile("string")
        .adom("string")
        .objectWebfilterProfileOverrideId("string")
        .ovrdCookie("string")
        .ovrdDur("string")
        .ovrdDurMode("string")
        .ovrdScope("string")
        .ovrdUserGroups("string")
        .profileAttribute("string")
        .profileType("string")
        .profiles("string")
        .scopetype("string")
        .build());
    
    object_webfilter_profile_override_resource = fortimanager.ObjectWebfilterProfileOverride("objectWebfilterProfileOverrideResource",
        url_profile="string",
        adom="string",
        object_webfilter_profile_override_id="string",
        ovrd_cookie="string",
        ovrd_dur="string",
        ovrd_dur_mode="string",
        ovrd_scope="string",
        ovrd_user_groups=["string"],
        profile_attribute="string",
        profile_type="string",
        profiles=["string"],
        scopetype="string")
    
    const objectWebfilterProfileOverrideResource = new fortimanager.ObjectWebfilterProfileOverride("objectWebfilterProfileOverrideResource", {
        urlProfile: "string",
        adom: "string",
        objectWebfilterProfileOverrideId: "string",
        ovrdCookie: "string",
        ovrdDur: "string",
        ovrdDurMode: "string",
        ovrdScope: "string",
        ovrdUserGroups: ["string"],
        profileAttribute: "string",
        profileType: "string",
        profiles: ["string"],
        scopetype: "string",
    });
    
    type: fortimanager:ObjectWebfilterProfileOverride
    properties:
        adom: string
        objectWebfilterProfileOverrideId: string
        ovrdCookie: string
        ovrdDur: string
        ovrdDurMode: string
        ovrdScope: string
        ovrdUserGroups:
            - string
        profileAttribute: string
        profileType: string
        profiles:
            - string
        scopetype: string
        urlProfile: string
    

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

    UrlProfile string
    Url Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectWebfilterProfileOverrideId string
    an identifier for the resource.
    OvrdCookie string
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    OvrdDur string
    Override duration.
    OvrdDurMode string
    Override duration mode. Valid values: constant, ask.
    OvrdScope string
    Override scope. Valid values: user, user-group, ip, ask, browser.
    OvrdUserGroups List<string>
    User groups with permission to use the override.
    ProfileAttribute string
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    ProfileType string
    Override profile type. Valid values: list, radius.
    Profiles List<string>
    Web filter profile with permission to create overrides.
    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.
    UrlProfile string
    Url Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectWebfilterProfileOverrideId string
    an identifier for the resource.
    OvrdCookie string
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    OvrdDur string
    Override duration.
    OvrdDurMode string
    Override duration mode. Valid values: constant, ask.
    OvrdScope string
    Override scope. Valid values: user, user-group, ip, ask, browser.
    OvrdUserGroups []string
    User groups with permission to use the override.
    ProfileAttribute string
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    ProfileType string
    Override profile type. Valid values: list, radius.
    Profiles []string
    Web filter profile with permission to create overrides.
    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.
    urlProfile String
    Url Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterProfileOverrideId String
    an identifier for the resource.
    ovrdCookie String
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    ovrdDur String
    Override duration.
    ovrdDurMode String
    Override duration mode. Valid values: constant, ask.
    ovrdScope String
    Override scope. Valid values: user, user-group, ip, ask, browser.
    ovrdUserGroups List<String>
    User groups with permission to use the override.
    profileAttribute String
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    profileType String
    Override profile type. Valid values: list, radius.
    profiles List<String>
    Web filter profile with permission to create overrides.
    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.
    urlProfile string
    Url Profile.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterProfileOverrideId string
    an identifier for the resource.
    ovrdCookie string
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    ovrdDur string
    Override duration.
    ovrdDurMode string
    Override duration mode. Valid values: constant, ask.
    ovrdScope string
    Override scope. Valid values: user, user-group, ip, ask, browser.
    ovrdUserGroups string[]
    User groups with permission to use the override.
    profileAttribute string
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    profileType string
    Override profile type. Valid values: list, radius.
    profiles string[]
    Web filter profile with permission to create overrides.
    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.
    url_profile str
    Url Profile.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    object_webfilter_profile_override_id str
    an identifier for the resource.
    ovrd_cookie str
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    ovrd_dur str
    Override duration.
    ovrd_dur_mode str
    Override duration mode. Valid values: constant, ask.
    ovrd_scope str
    Override scope. Valid values: user, user-group, ip, ask, browser.
    ovrd_user_groups Sequence[str]
    User groups with permission to use the override.
    profile_attribute str
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    profile_type str
    Override profile type. Valid values: list, radius.
    profiles Sequence[str]
    Web filter profile with permission to create overrides.
    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.
    urlProfile String
    Url Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterProfileOverrideId String
    an identifier for the resource.
    ovrdCookie String
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    ovrdDur String
    Override duration.
    ovrdDurMode String
    Override duration mode. Valid values: constant, ask.
    ovrdScope String
    Override scope. Valid values: user, user-group, ip, ask, browser.
    ovrdUserGroups List<String>
    User groups with permission to use the override.
    profileAttribute String
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    profileType String
    Override profile type. Valid values: list, radius.
    profiles List<String>
    Web filter profile with permission to create overrides.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Outputs

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

    Get an existing ObjectWebfilterProfileOverride 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?: ObjectWebfilterProfileOverrideState, opts?: CustomResourceOptions): ObjectWebfilterProfileOverride
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            object_webfilter_profile_override_id: Optional[str] = None,
            ovrd_cookie: Optional[str] = None,
            ovrd_dur: Optional[str] = None,
            ovrd_dur_mode: Optional[str] = None,
            ovrd_scope: Optional[str] = None,
            ovrd_user_groups: Optional[Sequence[str]] = None,
            profile_attribute: Optional[str] = None,
            profile_type: Optional[str] = None,
            profiles: Optional[Sequence[str]] = None,
            scopetype: Optional[str] = None,
            url_profile: Optional[str] = None) -> ObjectWebfilterProfileOverride
    func GetObjectWebfilterProfileOverride(ctx *Context, name string, id IDInput, state *ObjectWebfilterProfileOverrideState, opts ...ResourceOption) (*ObjectWebfilterProfileOverride, error)
    public static ObjectWebfilterProfileOverride Get(string name, Input<string> id, ObjectWebfilterProfileOverrideState? state, CustomResourceOptions? opts = null)
    public static ObjectWebfilterProfileOverride get(String name, Output<String> id, ObjectWebfilterProfileOverrideState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectWebfilterProfileOverride    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.
    ObjectWebfilterProfileOverrideId string
    an identifier for the resource.
    OvrdCookie string
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    OvrdDur string
    Override duration.
    OvrdDurMode string
    Override duration mode. Valid values: constant, ask.
    OvrdScope string
    Override scope. Valid values: user, user-group, ip, ask, browser.
    OvrdUserGroups List<string>
    User groups with permission to use the override.
    ProfileAttribute string
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    ProfileType string
    Override profile type. Valid values: list, radius.
    Profiles List<string>
    Web filter profile with permission to create overrides.
    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.
    UrlProfile string
    Url Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectWebfilterProfileOverrideId string
    an identifier for the resource.
    OvrdCookie string
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    OvrdDur string
    Override duration.
    OvrdDurMode string
    Override duration mode. Valid values: constant, ask.
    OvrdScope string
    Override scope. Valid values: user, user-group, ip, ask, browser.
    OvrdUserGroups []string
    User groups with permission to use the override.
    ProfileAttribute string
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    ProfileType string
    Override profile type. Valid values: list, radius.
    Profiles []string
    Web filter profile with permission to create overrides.
    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.
    UrlProfile string
    Url Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterProfileOverrideId String
    an identifier for the resource.
    ovrdCookie String
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    ovrdDur String
    Override duration.
    ovrdDurMode String
    Override duration mode. Valid values: constant, ask.
    ovrdScope String
    Override scope. Valid values: user, user-group, ip, ask, browser.
    ovrdUserGroups List<String>
    User groups with permission to use the override.
    profileAttribute String
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    profileType String
    Override profile type. Valid values: list, radius.
    profiles List<String>
    Web filter profile with permission to create overrides.
    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.
    urlProfile String
    Url Profile.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterProfileOverrideId string
    an identifier for the resource.
    ovrdCookie string
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    ovrdDur string
    Override duration.
    ovrdDurMode string
    Override duration mode. Valid values: constant, ask.
    ovrdScope string
    Override scope. Valid values: user, user-group, ip, ask, browser.
    ovrdUserGroups string[]
    User groups with permission to use the override.
    profileAttribute string
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    profileType string
    Override profile type. Valid values: list, radius.
    profiles string[]
    Web filter profile with permission to create overrides.
    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.
    urlProfile string
    Url Profile.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    object_webfilter_profile_override_id str
    an identifier for the resource.
    ovrd_cookie str
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    ovrd_dur str
    Override duration.
    ovrd_dur_mode str
    Override duration mode. Valid values: constant, ask.
    ovrd_scope str
    Override scope. Valid values: user, user-group, ip, ask, browser.
    ovrd_user_groups Sequence[str]
    User groups with permission to use the override.
    profile_attribute str
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    profile_type str
    Override profile type. Valid values: list, radius.
    profiles Sequence[str]
    Web filter profile with permission to create overrides.
    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.
    url_profile str
    Url Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWebfilterProfileOverrideId String
    an identifier for the resource.
    ovrdCookie String
    Allow/deny browser-based (cookie) overrides. Valid values: deny, allow.
    ovrdDur String
    Override duration.
    ovrdDurMode String
    Override duration mode. Valid values: constant, ask.
    ovrdScope String
    Override scope. Valid values: user, user-group, ip, ask, browser.
    ovrdUserGroups List<String>
    User groups with permission to use the override.
    profileAttribute String
    Profile attribute to retrieve from the RADIUS server. Valid values: User-Name, User-Password, CHAP-Password, NAS-IP-Address, NAS-Port, Service-Type, Framed-Protocol, Framed-IP-Address, Framed-IP-Netmask, Framed-Routing, Filter-Id, Framed-MTU, Framed-Compression, Login-IP-Host, Login-Service, Login-TCP-Port, Reply-Message, Callback-Number, Callback-Id, Framed-Route, Framed-IPX-Network, State, Class, Vendor-Specific, Session-Timeout, Idle-Timeout, Termination-Action, Called-Station-Id, Calling-Station-Id, NAS-Identifier, Proxy-State, Login-LAT-Service, Login-LAT-Node, Login-LAT-Group, Framed-AppleTalk-Link, Framed-AppleTalk-Network, Framed-AppleTalk-Zone, Acct-Status-Type, Acct-Delay-Time, Acct-Input-Octets, Acct-Output-Octets, Acct-Session-Id, Acct-Authentic, Acct-Session-Time, Acct-Input-Packets, Acct-Output-Packets, Acct-Terminate-Cause, Acct-Multi-Session-Id, Acct-Link-Count, CHAP-Challenge, NAS-Port-Type, Port-Limit, Login-LAT-Port.
    profileType String
    Override profile type. Valid values: list, radius.
    profiles List<String>
    Web filter profile with permission to create overrides.
    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.
    urlProfile String
    Url Profile.

    Import

    ObjectWebfilter ProfileOverride can be imported using any of these accepted formats:

    Set import_options = [“profile=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectWebfilterProfileOverride:ObjectWebfilterProfileOverride labelname ObjectWebfilterProfileOverride
    

    $ 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