checkpoint.ManagementAppControlAdvancedSettings
Explore with Pulumi AI
Create ManagementAppControlAdvancedSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementAppControlAdvancedSettings(name: string, args?: ManagementAppControlAdvancedSettingsArgs, opts?: CustomResourceOptions);
@overload
def ManagementAppControlAdvancedSettings(resource_name: str,
args: Optional[ManagementAppControlAdvancedSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementAppControlAdvancedSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
block_request_when_web_service_is_unavailable: Optional[bool] = None,
categorize_social_network_widgets: Optional[bool] = None,
custom_categorization_settings: Optional[Mapping[str, str]] = None,
domain_level_permission: Optional[bool] = None,
enable_web_browsing: Optional[bool] = None,
httpi_non_standard_ports: Optional[bool] = None,
internal_error_fail_mode: Optional[str] = None,
management_app_control_advanced_settings_id: Optional[str] = None,
match_application_on_any_port: Optional[bool] = None,
url_filtering_settings: Optional[Mapping[str, str]] = None,
web_browsing_services: Optional[Sequence[str]] = None,
website_categorization_mode: Optional[str] = None)
func NewManagementAppControlAdvancedSettings(ctx *Context, name string, args *ManagementAppControlAdvancedSettingsArgs, opts ...ResourceOption) (*ManagementAppControlAdvancedSettings, error)
public ManagementAppControlAdvancedSettings(string name, ManagementAppControlAdvancedSettingsArgs? args = null, CustomResourceOptions? opts = null)
public ManagementAppControlAdvancedSettings(String name, ManagementAppControlAdvancedSettingsArgs args)
public ManagementAppControlAdvancedSettings(String name, ManagementAppControlAdvancedSettingsArgs args, CustomResourceOptions options)
type: checkpoint:ManagementAppControlAdvancedSettings
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 ManagementAppControlAdvancedSettingsArgs
- 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 ManagementAppControlAdvancedSettingsArgs
- 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 ManagementAppControlAdvancedSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementAppControlAdvancedSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementAppControlAdvancedSettingsArgs
- 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 managementAppControlAdvancedSettingsResource = new Checkpoint.ManagementAppControlAdvancedSettings("managementAppControlAdvancedSettingsResource", new()
{
BlockRequestWhenWebServiceIsUnavailable = false,
CategorizeSocialNetworkWidgets = false,
CustomCategorizationSettings =
{
{ "string", "string" },
},
DomainLevelPermission = false,
EnableWebBrowsing = false,
HttpiNonStandardPorts = false,
InternalErrorFailMode = "string",
ManagementAppControlAdvancedSettingsId = "string",
MatchApplicationOnAnyPort = false,
UrlFilteringSettings =
{
{ "string", "string" },
},
WebBrowsingServices = new[]
{
"string",
},
WebsiteCategorizationMode = "string",
});
example, err := checkpoint.NewManagementAppControlAdvancedSettings(ctx, "managementAppControlAdvancedSettingsResource", &checkpoint.ManagementAppControlAdvancedSettingsArgs{
BlockRequestWhenWebServiceIsUnavailable: pulumi.Bool(false),
CategorizeSocialNetworkWidgets: pulumi.Bool(false),
CustomCategorizationSettings: pulumi.StringMap{
"string": pulumi.String("string"),
},
DomainLevelPermission: pulumi.Bool(false),
EnableWebBrowsing: pulumi.Bool(false),
HttpiNonStandardPorts: pulumi.Bool(false),
InternalErrorFailMode: pulumi.String("string"),
ManagementAppControlAdvancedSettingsId: pulumi.String("string"),
MatchApplicationOnAnyPort: pulumi.Bool(false),
UrlFilteringSettings: pulumi.StringMap{
"string": pulumi.String("string"),
},
WebBrowsingServices: pulumi.StringArray{
pulumi.String("string"),
},
WebsiteCategorizationMode: pulumi.String("string"),
})
var managementAppControlAdvancedSettingsResource = new ManagementAppControlAdvancedSettings("managementAppControlAdvancedSettingsResource", ManagementAppControlAdvancedSettingsArgs.builder()
.blockRequestWhenWebServiceIsUnavailable(false)
.categorizeSocialNetworkWidgets(false)
.customCategorizationSettings(Map.of("string", "string"))
.domainLevelPermission(false)
.enableWebBrowsing(false)
.httpiNonStandardPorts(false)
.internalErrorFailMode("string")
.managementAppControlAdvancedSettingsId("string")
.matchApplicationOnAnyPort(false)
.urlFilteringSettings(Map.of("string", "string"))
.webBrowsingServices("string")
.websiteCategorizationMode("string")
.build());
management_app_control_advanced_settings_resource = checkpoint.ManagementAppControlAdvancedSettings("managementAppControlAdvancedSettingsResource",
block_request_when_web_service_is_unavailable=False,
categorize_social_network_widgets=False,
custom_categorization_settings={
"string": "string",
},
domain_level_permission=False,
enable_web_browsing=False,
httpi_non_standard_ports=False,
internal_error_fail_mode="string",
management_app_control_advanced_settings_id="string",
match_application_on_any_port=False,
url_filtering_settings={
"string": "string",
},
web_browsing_services=["string"],
website_categorization_mode="string")
const managementAppControlAdvancedSettingsResource = new checkpoint.ManagementAppControlAdvancedSettings("managementAppControlAdvancedSettingsResource", {
blockRequestWhenWebServiceIsUnavailable: false,
categorizeSocialNetworkWidgets: false,
customCategorizationSettings: {
string: "string",
},
domainLevelPermission: false,
enableWebBrowsing: false,
httpiNonStandardPorts: false,
internalErrorFailMode: "string",
managementAppControlAdvancedSettingsId: "string",
matchApplicationOnAnyPort: false,
urlFilteringSettings: {
string: "string",
},
webBrowsingServices: ["string"],
websiteCategorizationMode: "string",
});
type: checkpoint:ManagementAppControlAdvancedSettings
properties:
blockRequestWhenWebServiceIsUnavailable: false
categorizeSocialNetworkWidgets: false
customCategorizationSettings:
string: string
domainLevelPermission: false
enableWebBrowsing: false
httpiNonStandardPorts: false
internalErrorFailMode: string
managementAppControlAdvancedSettingsId: string
matchApplicationOnAnyPort: false
urlFilteringSettings:
string: string
webBrowsingServices:
- string
websiteCategorizationMode: string
ManagementAppControlAdvancedSettings 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 ManagementAppControlAdvancedSettings resource accepts the following input properties:
- bool
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- bool
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- Custom
Categorization Dictionary<string, string>Settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- Domain
Level boolPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- Enable
Web boolBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- Httpi
Non boolStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- Management
App stringControl Advanced Settings Id - Match
Application boolOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- Url
Filtering Dictionary<string, string>Settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- Web
Browsing List<string>Services - Web browsing services are the services that match a Web-based custom Application/Site.
- Website
Categorization stringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- bool
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- bool
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- Custom
Categorization map[string]stringSettings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- Domain
Level boolPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- Enable
Web boolBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- Httpi
Non boolStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- Management
App stringControl Advanced Settings Id - Match
Application boolOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- Url
Filtering map[string]stringSettings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- Web
Browsing []stringServices - Web browsing services are the services that match a Web-based custom Application/Site.
- Website
Categorization stringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- Boolean
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- Boolean
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- custom
Categorization Map<String,String>Settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- domain
Level BooleanPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- enable
Web BooleanBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- httpi
Non BooleanStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- management
App StringControl Advanced Settings Id - match
Application BooleanOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- url
Filtering Map<String,String>Settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- web
Browsing List<String>Services - Web browsing services are the services that match a Web-based custom Application/Site.
- website
Categorization StringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- boolean
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- boolean
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- custom
Categorization {[key: string]: string}Settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- domain
Level booleanPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- enable
Web booleanBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- httpi
Non booleanStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- internal
Error stringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- management
App stringControl Advanced Settings Id - match
Application booleanOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- url
Filtering {[key: string]: string}Settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- web
Browsing string[]Services - Web browsing services are the services that match a Web-based custom Application/Site.
- website
Categorization stringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- bool
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- bool
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- custom_
categorization_ Mapping[str, str]settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- domain_
level_ boolpermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- enable_
web_ boolbrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- httpi_
non_ boolstandard_ ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- internal_
error_ strfail_ mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- management_
app_ strcontrol_ advanced_ settings_ id - match_
application_ boolon_ any_ port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- url_
filtering_ Mapping[str, str]settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- web_
browsing_ Sequence[str]services - Web browsing services are the services that match a Web-based custom Application/Site.
- website_
categorization_ strmode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- Boolean
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- Boolean
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- custom
Categorization Map<String>Settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- domain
Level BooleanPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- enable
Web BooleanBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- httpi
Non BooleanStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- management
App StringControl Advanced Settings Id - match
Application BooleanOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- url
Filtering Map<String>Settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- web
Browsing List<String>Services - Web browsing services are the services that match a Web-based custom Application/Site.
- website
Categorization StringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementAppControlAdvancedSettings resource produces the following output properties:
Look up Existing ManagementAppControlAdvancedSettings Resource
Get an existing ManagementAppControlAdvancedSettings 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?: ManagementAppControlAdvancedSettingsState, opts?: CustomResourceOptions): ManagementAppControlAdvancedSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
block_request_when_web_service_is_unavailable: Optional[bool] = None,
categorize_social_network_widgets: Optional[bool] = None,
custom_categorization_settings: Optional[Mapping[str, str]] = None,
domain_level_permission: Optional[bool] = None,
enable_web_browsing: Optional[bool] = None,
httpi_non_standard_ports: Optional[bool] = None,
internal_error_fail_mode: Optional[str] = None,
management_app_control_advanced_settings_id: Optional[str] = None,
match_application_on_any_port: Optional[bool] = None,
uid: Optional[str] = None,
url_filtering_settings: Optional[Mapping[str, str]] = None,
web_browsing_services: Optional[Sequence[str]] = None,
website_categorization_mode: Optional[str] = None) -> ManagementAppControlAdvancedSettings
func GetManagementAppControlAdvancedSettings(ctx *Context, name string, id IDInput, state *ManagementAppControlAdvancedSettingsState, opts ...ResourceOption) (*ManagementAppControlAdvancedSettings, error)
public static ManagementAppControlAdvancedSettings Get(string name, Input<string> id, ManagementAppControlAdvancedSettingsState? state, CustomResourceOptions? opts = null)
public static ManagementAppControlAdvancedSettings get(String name, Output<String> id, ManagementAppControlAdvancedSettingsState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementAppControlAdvancedSettings 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.
- bool
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- bool
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- Custom
Categorization Dictionary<string, string>Settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- Domain
Level boolPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- Enable
Web boolBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- Httpi
Non boolStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- Management
App stringControl Advanced Settings Id - Match
Application boolOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- Uid string
- Object unique identifier.
- Url
Filtering Dictionary<string, string>Settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- Web
Browsing List<string>Services - Web browsing services are the services that match a Web-based custom Application/Site.
- Website
Categorization stringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- bool
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- bool
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- Custom
Categorization map[string]stringSettings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- Domain
Level boolPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- Enable
Web boolBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- Httpi
Non boolStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- Management
App stringControl Advanced Settings Id - Match
Application boolOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- Uid string
- Object unique identifier.
- Url
Filtering map[string]stringSettings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- Web
Browsing []stringServices - Web browsing services are the services that match a Web-based custom Application/Site.
- Website
Categorization stringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- Boolean
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- Boolean
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- custom
Categorization Map<String,String>Settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- domain
Level BooleanPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- enable
Web BooleanBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- httpi
Non BooleanStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- management
App StringControl Advanced Settings Id - match
Application BooleanOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- uid String
- Object unique identifier.
- url
Filtering Map<String,String>Settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- web
Browsing List<String>Services - Web browsing services are the services that match a Web-based custom Application/Site.
- website
Categorization StringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- boolean
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- boolean
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- custom
Categorization {[key: string]: string}Settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- domain
Level booleanPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- enable
Web booleanBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- httpi
Non booleanStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- internal
Error stringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- management
App stringControl Advanced Settings Id - match
Application booleanOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- uid string
- Object unique identifier.
- url
Filtering {[key: string]: string}Settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- web
Browsing string[]Services - Web browsing services are the services that match a Web-based custom Application/Site.
- website
Categorization stringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- bool
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- bool
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- custom_
categorization_ Mapping[str, str]settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- domain_
level_ boolpermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- enable_
web_ boolbrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- httpi_
non_ boolstandard_ ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- internal_
error_ strfail_ mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- management_
app_ strcontrol_ advanced_ settings_ id - match_
application_ boolon_ any_ port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- uid str
- Object unique identifier.
- url_
filtering_ Mapping[str, str]settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- web_
browsing_ Sequence[str]services - Web browsing services are the services that match a Web-based custom Application/Site.
- website_
categorization_ strmode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
- Boolean
- Block requests when the web service is unavailable. When selected, requests are blocked when there is no connectivity to the Check Point Online Web Service.When cleared, requests are allowed when there is no connectivity.This property is not available in the Global domain of an MDS machine.
- Boolean
- When selected, the Security Gateway connects to the Check Point Online Web Service to identify social networking widgets that it does not recognize.When cleared or there is no connectivity between the Security Gateway and the Check Point Online Web, the unknown widget is treated as Web Browsing traffic.This property is not available in the Global domain of an MDS machine.
- custom
Categorization Map<String>Settings - Website categorization mode - select the mode that is used for website categorization.This property is not available in the Global domain of an MDS machine.
- domain
Level BooleanPermission - Allows the editing of applications, categories, and services. This property is used only in the Global Domain of an MDS machine.
- enable
Web BooleanBrowsing - If you do not enable URL Filtering on the Security Gateway, you can use a generic Web browser application called Web Browsing in the rule.This application includes all HTTP traffic that is not a defined application Application and URL Filtering assigns Web Browsing as the default application for all HTTP traffic that does not match an application in the Application and URL Filtering Database.This property is not available in the Global domain of an MDS machine.
- httpi
Non BooleanStandard Ports - Enable HTTP inspection on non standard ports for application and URL filtering.This property is not available in the Global domain of an MDS machine.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.This property is not available in the Global domain of an MDS machine.
- management
App StringControl Advanced Settings Id - match
Application BooleanOn Any Port - Match Web application on 'Any' port when used in Block rule - By default this is set to true. and so applications are matched on all services when used in a Block rule.
- uid String
- Object unique identifier.
- url
Filtering Map<String>Settings - In this section user can enable URL Filtering features.This property is not available in the Global domain of an MDS machine.
- web
Browsing List<String>Services - Web browsing services are the services that match a Web-based custom Application/Site.
- website
Categorization StringMode - Hold - Requests are blocked until categorization is complete.Background - Requests are allowed until categorization is complete.Custom - configure different settings depending on the service -Lets you set different modes for URL Filtering and Social Networking Widgets.This property is not available in the Global domain of an MDS machine.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.