fortimanager.ObjectWebfilterProfileOverride
Explore with Pulumi AI
Web Filter override settings.
This resource is a sub resource for variable
override
of resourcefortimanager.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:
- Url
Profile string - Url Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Webfilter stringProfile Override Id - an identifier for the resource.
- string
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - Ovrd
Dur string - Override duration.
- Ovrd
Dur stringMode - Override duration mode. Valid values:
constant
,ask
. - Ovrd
Scope string - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - Ovrd
User List<string>Groups - User groups with permission to use the override.
- Profile
Attribute 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
. - Profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Url
Profile string - Url Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Webfilter stringProfile Override Id - an identifier for the resource.
- string
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - Ovrd
Dur string - Override duration.
- Ovrd
Dur stringMode - Override duration mode. Valid values:
constant
,ask
. - Ovrd
Scope string - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - Ovrd
User []stringGroups - User groups with permission to use the override.
- Profile
Attribute 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
. - Profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- url
Profile String - Url Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Webfilter StringProfile Override Id - an identifier for the resource.
- String
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - ovrd
Dur String - Override duration.
- ovrd
Dur StringMode - Override duration mode. Valid values:
constant
,ask
. - ovrd
Scope String - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - ovrd
User List<String>Groups - User groups with permission to use the override.
- profile
Attribute 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
. - profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- url
Profile string - Url Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Webfilter stringProfile Override Id - an identifier for the resource.
- string
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - ovrd
Dur string - Override duration.
- ovrd
Dur stringMode - Override duration mode. Valid values:
constant
,ask
. - ovrd
Scope string - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - ovrd
User string[]Groups - User groups with permission to use the override.
- profile
Attribute 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
. - profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- url_
profile str - Url Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object_
webfilter_ strprofile_ override_ id - an identifier for the resource.
- str
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - ovrd_
dur str - Override duration.
- ovrd_
dur_ strmode - Override duration mode. Valid values:
constant
,ask
. - ovrd_
scope str - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - ovrd_
user_ Sequence[str]groups - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- url
Profile String - Url Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Webfilter StringProfile Override Id - an identifier for the resource.
- String
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - ovrd
Dur String - Override duration.
- ovrd
Dur StringMode - Override duration mode. Valid values:
constant
,ask
. - ovrd
Scope String - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - ovrd
User List<String>Groups - User groups with permission to use the override.
- profile
Attribute 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
. - profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Webfilter stringProfile Override Id - an identifier for the resource.
- string
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - Ovrd
Dur string - Override duration.
- Ovrd
Dur stringMode - Override duration mode. Valid values:
constant
,ask
. - Ovrd
Scope string - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - Ovrd
User List<string>Groups - User groups with permission to use the override.
- Profile
Attribute 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
. - Profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Url
Profile string - Url Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Webfilter stringProfile Override Id - an identifier for the resource.
- string
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - Ovrd
Dur string - Override duration.
- Ovrd
Dur stringMode - Override duration mode. Valid values:
constant
,ask
. - Ovrd
Scope string - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - Ovrd
User []stringGroups - User groups with permission to use the override.
- Profile
Attribute 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
. - Profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Url
Profile string - Url Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Webfilter StringProfile Override Id - an identifier for the resource.
- String
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - ovrd
Dur String - Override duration.
- ovrd
Dur StringMode - Override duration mode. Valid values:
constant
,ask
. - ovrd
Scope String - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - ovrd
User List<String>Groups - User groups with permission to use the override.
- profile
Attribute 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
. - profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - url
Profile String - Url Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Webfilter stringProfile Override Id - an identifier for the resource.
- string
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - ovrd
Dur string - Override duration.
- ovrd
Dur stringMode - Override duration mode. Valid values:
constant
,ask
. - ovrd
Scope string - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - ovrd
User string[]Groups - User groups with permission to use the override.
- profile
Attribute 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
. - profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - url
Profile string - Url Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object_
webfilter_ strprofile_ override_ id - an identifier for the resource.
- str
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - ovrd_
dur str - Override duration.
- ovrd_
dur_ strmode - Override duration mode. Valid values:
constant
,ask
. - ovrd_
scope str - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - ovrd_
user_ Sequence[str]groups - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - url_
profile str - Url Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Webfilter StringProfile Override Id - an identifier for the resource.
- String
- Allow/deny browser-based (cookie) overrides. Valid values:
deny
,allow
. - ovrd
Dur String - Override duration.
- ovrd
Dur StringMode - Override duration mode. Valid values:
constant
,ask
. - ovrd
Scope String - Override scope. Valid values:
user
,user-group
,ip
,ask
,browser
. - ovrd
User List<String>Groups - User groups with permission to use the override.
- profile
Attribute 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
. - profile
Type 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - url
Profile 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.