Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
This resource allows you to execute Check Point Simple Cluster.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const simpleClusterManagementSimpleCluster = new checkpoint.ManagementSimpleCluster("simple_cluster", {
name: "mycluster",
ipv4Address: "1.2.3.4",
version: "R81",
hardware: "Open server",
sendLogsToServers: ["mylogserver"],
firewall: true,
});
const simpleCluster = checkpoint.getManagementSimpleCluster({
name: test.name,
});
import pulumi
import pulumi_checkpoint as checkpoint
simple_cluster_management_simple_cluster = checkpoint.ManagementSimpleCluster("simple_cluster",
name="mycluster",
ipv4_address="1.2.3.4",
version="R81",
hardware="Open server",
send_logs_to_servers=["mylogserver"],
firewall=True)
simple_cluster = checkpoint.get_management_simple_cluster(name=test["name"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v3/checkpoint"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := checkpoint.NewManagementSimpleCluster(ctx, "simple_cluster", &checkpoint.ManagementSimpleClusterArgs{
Name: pulumi.String("mycluster"),
Ipv4Address: pulumi.String("1.2.3.4"),
Version: pulumi.String("R81"),
Hardware: pulumi.String("Open server"),
SendLogsToServers: pulumi.StringArray{
pulumi.String("mylogserver"),
},
Firewall: pulumi.Bool(true),
})
if err != nil {
return err
}
_, err = checkpoint.LookupManagementSimpleCluster(ctx, &checkpoint.LookupManagementSimpleClusterArgs{
Name: pulumi.StringRef(test.Name),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;
return await Deployment.RunAsync(() =>
{
var simpleClusterManagementSimpleCluster = new Checkpoint.ManagementSimpleCluster("simple_cluster", new()
{
Name = "mycluster",
Ipv4Address = "1.2.3.4",
Version = "R81",
Hardware = "Open server",
SendLogsToServers = new[]
{
"mylogserver",
},
Firewall = true,
});
var simpleCluster = Checkpoint.GetManagementSimpleCluster.Invoke(new()
{
Name = test.Name,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.ManagementSimpleCluster;
import com.pulumi.checkpoint.ManagementSimpleClusterArgs;
import com.pulumi.checkpoint.CheckpointFunctions;
import com.pulumi.checkpoint.inputs.GetManagementSimpleClusterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var simpleClusterManagementSimpleCluster = new ManagementSimpleCluster("simpleClusterManagementSimpleCluster", ManagementSimpleClusterArgs.builder()
.name("mycluster")
.ipv4Address("1.2.3.4")
.version("R81")
.hardware("Open server")
.sendLogsToServers("mylogserver")
.firewall(true)
.build());
final var simpleCluster = CheckpointFunctions.getManagementSimpleCluster(GetManagementSimpleClusterArgs.builder()
.name(test.name())
.build());
}
}
resources:
simpleClusterManagementSimpleCluster:
type: checkpoint:ManagementSimpleCluster
name: simple_cluster
properties:
name: mycluster
ipv4Address: 1.2.3.4
version: R81
hardware: Open server
sendLogsToServers:
- mylogserver
firewall: true
variables:
simpleCluster:
fn::invoke:
function: checkpoint:getManagementSimpleCluster
arguments:
name: ${test.name}
Using getManagementSimpleCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagementSimpleCluster(args: GetManagementSimpleClusterArgs, opts?: InvokeOptions): Promise<GetManagementSimpleClusterResult>
function getManagementSimpleClusterOutput(args: GetManagementSimpleClusterOutputArgs, opts?: InvokeOptions): Output<GetManagementSimpleClusterResult>def get_management_simple_cluster(id: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementSimpleClusterResult
def get_management_simple_cluster_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
uid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementSimpleClusterResult]func LookupManagementSimpleCluster(ctx *Context, args *LookupManagementSimpleClusterArgs, opts ...InvokeOption) (*LookupManagementSimpleClusterResult, error)
func LookupManagementSimpleClusterOutput(ctx *Context, args *LookupManagementSimpleClusterOutputArgs, opts ...InvokeOption) LookupManagementSimpleClusterResultOutput> Note: This function is named LookupManagementSimpleCluster in the Go SDK.
public static class GetManagementSimpleCluster
{
public static Task<GetManagementSimpleClusterResult> InvokeAsync(GetManagementSimpleClusterArgs args, InvokeOptions? opts = null)
public static Output<GetManagementSimpleClusterResult> Invoke(GetManagementSimpleClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementSimpleClusterResult> getManagementSimpleCluster(GetManagementSimpleClusterArgs args, InvokeOptions options)
public static Output<GetManagementSimpleClusterResult> getManagementSimpleCluster(GetManagementSimpleClusterArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementSimpleCluster:getManagementSimpleCluster
arguments:
# arguments dictionaryThe following arguments are supported:
getManagementSimpleCluster Result
The following output properties are available:
- Advanced
Settings List<GetManagement Simple Cluster Advanced Setting> - Anti
Bot bool - Anti
Virus bool - Application
Control bool - Cluster
Mode string - Color string
- Comments string
- Content
Awareness bool - Data
Awareness bool - Dynamic
Ip bool - Enable
Https boolInspection - Fetch
Policies List<string> - Firewall bool
- Firewall
Settings List<GetManagement Simple Cluster Firewall Setting> - Geo
Mode bool - Hardware string
- Hit
Count bool - Https
Inspections List<GetManagement Simple Cluster Https Inspection> - Id string
- Identity
Awareness bool - Identity
Awareness List<GetSettings Management Simple Cluster Identity Awareness Setting> - Interfaces
List<Get
Management Simple Cluster Interface> - Ips bool
- Ips
Settings List<GetManagement Simple Cluster Ips Setting> - Ips
Update stringPolicy - Ipv4Address string
- Ipv6Address string
- Logs
Settings List<GetManagement Simple Cluster Logs Setting> - Members
List<Get
Management Simple Cluster Member> - Nat
Hide boolInternal Interfaces - Nat
Settings List<GetManagement Simple Cluster Nat Setting> - Os
Name string - Platform
Portal List<GetSettings Management Simple Cluster Platform Portal Setting> - Proxy
Settings List<GetManagement Simple Cluster Proxy Setting> - Qos bool
- Save
Logs boolLocally - Send
Alerts List<string>To Servers - Send
Logs List<string>To Backup Servers - Send
Logs List<string>To Servers - Sic
Name string - Sic
State string - List<string>
- Threat
Emulation bool - Url
Filtering bool - Usercheck
Portal List<GetSettings Management Simple Cluster Usercheck Portal Setting> - Version string
- Vpn bool
- Vpn
Settings List<GetManagement Simple Cluster Vpn Setting> - Zero
Phishing bool - Zero
Phishing stringFqdn - Name string
- Uid string
- Advanced
Settings []GetManagement Simple Cluster Advanced Setting - Anti
Bot bool - Anti
Virus bool - Application
Control bool - Cluster
Mode string - Color string
- Comments string
- Content
Awareness bool - Data
Awareness bool - Dynamic
Ip bool - Enable
Https boolInspection - Fetch
Policies []string - Firewall bool
- Firewall
Settings []GetManagement Simple Cluster Firewall Setting - Geo
Mode bool - Hardware string
- Hit
Count bool - Https
Inspections []GetManagement Simple Cluster Https Inspection - Id string
- Identity
Awareness bool - Identity
Awareness []GetSettings Management Simple Cluster Identity Awareness Setting - Interfaces
[]Get
Management Simple Cluster Interface - Ips bool
- Ips
Settings []GetManagement Simple Cluster Ips Setting - Ips
Update stringPolicy - Ipv4Address string
- Ipv6Address string
- Logs
Settings []GetManagement Simple Cluster Logs Setting - Members
[]Get
Management Simple Cluster Member - Nat
Hide boolInternal Interfaces - Nat
Settings []GetManagement Simple Cluster Nat Setting - Os
Name string - Platform
Portal []GetSettings Management Simple Cluster Platform Portal Setting - Proxy
Settings []GetManagement Simple Cluster Proxy Setting - Qos bool
- Save
Logs boolLocally - Send
Alerts []stringTo Servers - Send
Logs []stringTo Backup Servers - Send
Logs []stringTo Servers - Sic
Name string - Sic
State string - []string
- Threat
Emulation bool - Url
Filtering bool - Usercheck
Portal []GetSettings Management Simple Cluster Usercheck Portal Setting - Version string
- Vpn bool
- Vpn
Settings []GetManagement Simple Cluster Vpn Setting - Zero
Phishing bool - Zero
Phishing stringFqdn - Name string
- Uid string
- advanced
Settings List<GetManagement Simple Cluster Advanced Setting> - anti
Bot Boolean - anti
Virus Boolean - application
Control Boolean - cluster
Mode String - color String
- comments String
- content
Awareness Boolean - data
Awareness Boolean - dynamic
Ip Boolean - enable
Https BooleanInspection - fetch
Policies List<String> - firewall Boolean
- firewall
Settings List<GetManagement Simple Cluster Firewall Setting> - geo
Mode Boolean - hardware String
- hit
Count Boolean - https
Inspections List<GetManagement Simple Cluster Https Inspection> - id String
- identity
Awareness Boolean - identity
Awareness List<GetSettings Management Simple Cluster Identity Awareness Setting> - interfaces
List<Get
Management Simple Cluster Interface> - ips Boolean
- ips
Settings List<GetManagement Simple Cluster Ips Setting> - ips
Update StringPolicy - ipv4Address String
- ipv6Address String
- logs
Settings List<GetManagement Simple Cluster Logs Setting> - members
List<Get
Management Simple Cluster Member> - nat
Hide BooleanInternal Interfaces - nat
Settings List<GetManagement Simple Cluster Nat Setting> - os
Name String - platform
Portal List<GetSettings Management Simple Cluster Platform Portal Setting> - proxy
Settings List<GetManagement Simple Cluster Proxy Setting> - qos Boolean
- save
Logs BooleanLocally - send
Alerts List<String>To Servers - send
Logs List<String>To Backup Servers - send
Logs List<String>To Servers - sic
Name String - sic
State String - List<String>
- threat
Emulation Boolean - url
Filtering Boolean - usercheck
Portal List<GetSettings Management Simple Cluster Usercheck Portal Setting> - version String
- vpn Boolean
- vpn
Settings List<GetManagement Simple Cluster Vpn Setting> - zero
Phishing Boolean - zero
Phishing StringFqdn - name String
- uid String
- advanced
Settings GetManagement Simple Cluster Advanced Setting[] - anti
Bot boolean - anti
Virus boolean - application
Control boolean - cluster
Mode string - color string
- comments string
- content
Awareness boolean - data
Awareness boolean - dynamic
Ip boolean - enable
Https booleanInspection - fetch
Policies string[] - firewall boolean
- firewall
Settings GetManagement Simple Cluster Firewall Setting[] - geo
Mode boolean - hardware string
- hit
Count boolean - https
Inspections GetManagement Simple Cluster Https Inspection[] - id string
- identity
Awareness boolean - identity
Awareness GetSettings Management Simple Cluster Identity Awareness Setting[] - interfaces
Get
Management Simple Cluster Interface[] - ips boolean
- ips
Settings GetManagement Simple Cluster Ips Setting[] - ips
Update stringPolicy - ipv4Address string
- ipv6Address string
- logs
Settings GetManagement Simple Cluster Logs Setting[] - members
Get
Management Simple Cluster Member[] - nat
Hide booleanInternal Interfaces - nat
Settings GetManagement Simple Cluster Nat Setting[] - os
Name string - platform
Portal GetSettings Management Simple Cluster Platform Portal Setting[] - proxy
Settings GetManagement Simple Cluster Proxy Setting[] - qos boolean
- save
Logs booleanLocally - send
Alerts string[]To Servers - send
Logs string[]To Backup Servers - send
Logs string[]To Servers - sic
Name string - sic
State string - string[]
- threat
Emulation boolean - url
Filtering boolean - usercheck
Portal GetSettings Management Simple Cluster Usercheck Portal Setting[] - version string
- vpn boolean
- vpn
Settings GetManagement Simple Cluster Vpn Setting[] - zero
Phishing boolean - zero
Phishing stringFqdn - name string
- uid string
- advanced_
settings Sequence[GetManagement Simple Cluster Advanced Setting] - anti_
bot bool - anti_
virus bool - application_
control bool - cluster_
mode str - color str
- comments str
- content_
awareness bool - data_
awareness bool - dynamic_
ip bool - enable_
https_ boolinspection - fetch_
policies Sequence[str] - firewall bool
- firewall_
settings Sequence[GetManagement Simple Cluster Firewall Setting] - geo_
mode bool - hardware str
- hit_
count bool - https_
inspections Sequence[GetManagement Simple Cluster Https Inspection] - id str
- identity_
awareness bool - identity_
awareness_ Sequence[Getsettings Management Simple Cluster Identity Awareness Setting] - interfaces
Sequence[Get
Management Simple Cluster Interface] - ips bool
- ips_
settings Sequence[GetManagement Simple Cluster Ips Setting] - ips_
update_ strpolicy - ipv4_
address str - ipv6_
address str - logs_
settings Sequence[GetManagement Simple Cluster Logs Setting] - members
Sequence[Get
Management Simple Cluster Member] - nat_
hide_ boolinternal_ interfaces - nat_
settings Sequence[GetManagement Simple Cluster Nat Setting] - os_
name str - platform_
portal_ Sequence[Getsettings Management Simple Cluster Platform Portal Setting] - proxy_
settings Sequence[GetManagement Simple Cluster Proxy Setting] - qos bool
- save_
logs_ boollocally - send_
alerts_ Sequence[str]to_ servers - send_
logs_ Sequence[str]to_ backup_ servers - send_
logs_ Sequence[str]to_ servers - sic_
name str - sic_
state str - Sequence[str]
- threat_
emulation bool - url_
filtering bool - usercheck_
portal_ Sequence[Getsettings Management Simple Cluster Usercheck Portal Setting] - version str
- vpn bool
- vpn_
settings Sequence[GetManagement Simple Cluster Vpn Setting] - zero_
phishing bool - zero_
phishing_ strfqdn - name str
- uid str
- advanced
Settings List<Property Map> - anti
Bot Boolean - anti
Virus Boolean - application
Control Boolean - cluster
Mode String - color String
- comments String
- content
Awareness Boolean - data
Awareness Boolean - dynamic
Ip Boolean - enable
Https BooleanInspection - fetch
Policies List<String> - firewall Boolean
- firewall
Settings List<Property Map> - geo
Mode Boolean - hardware String
- hit
Count Boolean - https
Inspections List<Property Map> - id String
- identity
Awareness Boolean - identity
Awareness List<Property Map>Settings - interfaces List<Property Map>
- ips Boolean
- ips
Settings List<Property Map> - ips
Update StringPolicy - ipv4Address String
- ipv6Address String
- logs
Settings List<Property Map> - members List<Property Map>
- nat
Hide BooleanInternal Interfaces - nat
Settings List<Property Map> - os
Name String - platform
Portal List<Property Map>Settings - proxy
Settings List<Property Map> - qos Boolean
- save
Logs BooleanLocally - send
Alerts List<String>To Servers - send
Logs List<String>To Backup Servers - send
Logs List<String>To Servers - sic
Name String - sic
State String - List<String>
- threat
Emulation Boolean - url
Filtering Boolean - usercheck
Portal List<Property Map>Settings - version String
- vpn Boolean
- vpn
Settings List<Property Map> - zero
Phishing Boolean - zero
Phishing StringFqdn - name String
- uid String
Supporting Types
GetManagementSimpleClusterAdvancedSetting
- Connection
Persistence string - Handling established connections when installing a new policy.
- Sams
List<Get
Management Simple Cluster Advanced Setting Sam> - SAM.sam blocks are documented below.
- Connection
Persistence string - Handling established connections when installing a new policy.
- Sams
[]Get
Management Simple Cluster Advanced Setting Sam - SAM.sam blocks are documented below.
- connection
Persistence String - Handling established connections when installing a new policy.
- sams
List<Get
Management Simple Cluster Advanced Setting Sam> - SAM.sam blocks are documented below.
- connection
Persistence string - Handling established connections when installing a new policy.
- sams
Get
Management Simple Cluster Advanced Setting Sam[] - SAM.sam blocks are documented below.
- connection_
persistence str - Handling established connections when installing a new policy.
- sams
Sequence[Get
Management Simple Cluster Advanced Setting Sam] - SAM.sam blocks are documented below.
- connection
Persistence String - Handling established connections when installing a new policy.
- sams List<Property Map>
- SAM.sam blocks are documented below.
GetManagementSimpleClusterAdvancedSettingSam
- Forward
To boolOther Sam Servers - Forward SAM clients' requests to other SAM servers.
- Purge
Sam List<GetFiles Management Simple Cluster Advanced Setting Sam Purge Sam File> - Purge SAM File.purge_sam_file blocks are documented below.
- Use
Early List<GetVersions Management Simple Cluster Advanced Setting Sam Use Early Version> - Use early versions compatibility mode.use_early_versions blocks are documented below.
- Forward
To boolOther Sam Servers - Forward SAM clients' requests to other SAM servers.
- Purge
Sam []GetFiles Management Simple Cluster Advanced Setting Sam Purge Sam File - Purge SAM File.purge_sam_file blocks are documented below.
- Use
Early []GetVersions Management Simple Cluster Advanced Setting Sam Use Early Version - Use early versions compatibility mode.use_early_versions blocks are documented below.
- forward
To BooleanOther Sam Servers - Forward SAM clients' requests to other SAM servers.
- purge
Sam List<GetFiles Management Simple Cluster Advanced Setting Sam Purge Sam File> - Purge SAM File.purge_sam_file blocks are documented below.
- use
Early List<GetVersions Management Simple Cluster Advanced Setting Sam Use Early Version> - Use early versions compatibility mode.use_early_versions blocks are documented below.
- forward
To booleanOther Sam Servers - Forward SAM clients' requests to other SAM servers.
- purge
Sam GetFiles Management Simple Cluster Advanced Setting Sam Purge Sam File[] - Purge SAM File.purge_sam_file blocks are documented below.
- use
Early GetVersions Management Simple Cluster Advanced Setting Sam Use Early Version[] - Use early versions compatibility mode.use_early_versions blocks are documented below.
- forward_
to_ boolother_ sam_ servers - Forward SAM clients' requests to other SAM servers.
- purge_
sam_ Sequence[Getfiles Management Simple Cluster Advanced Setting Sam Purge Sam File] - Purge SAM File.purge_sam_file blocks are documented below.
- use_
early_ Sequence[Getversions Management Simple Cluster Advanced Setting Sam Use Early Version] - Use early versions compatibility mode.use_early_versions blocks are documented below.
- forward
To BooleanOther Sam Servers - Forward SAM clients' requests to other SAM servers.
- purge
Sam List<Property Map>Files - Purge SAM File.purge_sam_file blocks are documented below.
- use
Early List<Property Map>Versions - Use early versions compatibility mode.use_early_versions blocks are documented below.
GetManagementSimpleClusterAdvancedSettingSamPurgeSamFile
- Enabled bool
- Purge SAM File.
- Purge
When doubleSize Reaches To - Purge SAM File When it Reaches to.
- Enabled bool
- Purge SAM File.
- Purge
When float64Size Reaches To - Purge SAM File When it Reaches to.
- enabled Boolean
- Purge SAM File.
- purge
When DoubleSize Reaches To - Purge SAM File When it Reaches to.
- enabled boolean
- Purge SAM File.
- purge
When numberSize Reaches To - Purge SAM File When it Reaches to.
- enabled bool
- Purge SAM File.
- purge_
when_ floatsize_ reaches_ to - Purge SAM File When it Reaches to.
- enabled Boolean
- Purge SAM File.
- purge
When NumberSize Reaches To - Purge SAM File When it Reaches to.
GetManagementSimpleClusterAdvancedSettingSamUseEarlyVersion
- Compatibility
Mode string - Early versions compatibility mode.
- Enabled bool
- Use early versions compatibility mode.
- Compatibility
Mode string - Early versions compatibility mode.
- Enabled bool
- Use early versions compatibility mode.
- compatibility
Mode String - Early versions compatibility mode.
- enabled Boolean
- Use early versions compatibility mode.
- compatibility
Mode string - Early versions compatibility mode.
- enabled boolean
- Use early versions compatibility mode.
- compatibility_
mode str - Early versions compatibility mode.
- enabled bool
- Use early versions compatibility mode.
- compatibility
Mode String - Early versions compatibility mode.
- enabled Boolean
- Use early versions compatibility mode.
GetManagementSimpleClusterFirewallSetting
- Auto
Calculate boolConnections Hash Table Size And Memory Pool - N/A
- Auto
Maximum boolLimit For Concurrent Connections - N/A
- Connections
Hash doubleSize - N/A
- Maximum
Limit doubleFor Concurrent Connections - N/A
- Maximum
Memory doublePool Size - N/A
- Memory
Pool doubleSize - N/A
- Auto
Calculate boolConnections Hash Table Size And Memory Pool - N/A
- Auto
Maximum boolLimit For Concurrent Connections - N/A
- Connections
Hash float64Size - N/A
- Maximum
Limit float64For Concurrent Connections - N/A
- Maximum
Memory float64Pool Size - N/A
- Memory
Pool float64Size - N/A
- auto
Calculate BooleanConnections Hash Table Size And Memory Pool - N/A
- auto
Maximum BooleanLimit For Concurrent Connections - N/A
- connections
Hash DoubleSize - N/A
- maximum
Limit DoubleFor Concurrent Connections - N/A
- maximum
Memory DoublePool Size - N/A
- memory
Pool DoubleSize - N/A
- auto
Calculate booleanConnections Hash Table Size And Memory Pool - N/A
- auto
Maximum booleanLimit For Concurrent Connections - N/A
- connections
Hash numberSize - N/A
- maximum
Limit numberFor Concurrent Connections - N/A
- maximum
Memory numberPool Size - N/A
- memory
Pool numberSize - N/A
- auto_
calculate_ boolconnections_ hash_ table_ size_ and_ memory_ pool - N/A
- auto_
maximum_ boollimit_ for_ concurrent_ connections - N/A
- connections_
hash_ floatsize - N/A
- maximum_
limit_ floatfor_ concurrent_ connections - N/A
- maximum_
memory_ floatpool_ size - N/A
- memory_
pool_ floatsize - N/A
- auto
Calculate BooleanConnections Hash Table Size And Memory Pool - N/A
- auto
Maximum BooleanLimit For Concurrent Connections - N/A
- connections
Hash NumberSize - N/A
- maximum
Limit NumberFor Concurrent Connections - N/A
- maximum
Memory NumberPool Size - N/A
- memory
Pool NumberSize - N/A
GetManagementSimpleClusterHttpsInspection
- Bypass
On List<GetFailures Management Simple Cluster Https Inspection Bypass On Failure> - Set to be true in order to bypass all requests (Fail-open) in case of internal system error.bypass_on_failure blocks are documented below.
- Deny
Expired List<GetServer Certs Management Simple Cluster Https Inspection Deny Expired Server Cert> - Set to be true in order to drop traffic from servers with expired server certificate.deny_expired_server_cert blocks are documented below.
- Deny
Revoked List<GetServer Certs Management Simple Cluster Https Inspection Deny Revoked Server Cert> - Set to be true in order to drop traffic from servers with revoked server certificate (validate CRL).deny_revoked_server_cert blocks are documented below.
- Deny
Untrusted List<GetServer Certs Management Simple Cluster Https Inspection Deny Untrusted Server Cert> - Set to be true in order to drop traffic from servers with untrusted server certificate.deny_untrusted_server_cert blocks are documented below.
- Site
Categorization List<GetAllow Modes Management Simple Cluster Https Inspection Site Categorization Allow Mode> - Set to 'background' in order to allowed requests until categorization is complete.site_categorization_allow_mode blocks are documented below.
- Bypass
On []GetFailures Management Simple Cluster Https Inspection Bypass On Failure - Set to be true in order to bypass all requests (Fail-open) in case of internal system error.bypass_on_failure blocks are documented below.
- Deny
Expired []GetServer Certs Management Simple Cluster Https Inspection Deny Expired Server Cert - Set to be true in order to drop traffic from servers with expired server certificate.deny_expired_server_cert blocks are documented below.
- Deny
Revoked []GetServer Certs Management Simple Cluster Https Inspection Deny Revoked Server Cert - Set to be true in order to drop traffic from servers with revoked server certificate (validate CRL).deny_revoked_server_cert blocks are documented below.
- Deny
Untrusted []GetServer Certs Management Simple Cluster Https Inspection Deny Untrusted Server Cert - Set to be true in order to drop traffic from servers with untrusted server certificate.deny_untrusted_server_cert blocks are documented below.
- Site
Categorization []GetAllow Modes Management Simple Cluster Https Inspection Site Categorization Allow Mode - Set to 'background' in order to allowed requests until categorization is complete.site_categorization_allow_mode blocks are documented below.
- bypass
On List<GetFailures Management Simple Cluster Https Inspection Bypass On Failure> - Set to be true in order to bypass all requests (Fail-open) in case of internal system error.bypass_on_failure blocks are documented below.
- deny
Expired List<GetServer Certs Management Simple Cluster Https Inspection Deny Expired Server Cert> - Set to be true in order to drop traffic from servers with expired server certificate.deny_expired_server_cert blocks are documented below.
- deny
Revoked List<GetServer Certs Management Simple Cluster Https Inspection Deny Revoked Server Cert> - Set to be true in order to drop traffic from servers with revoked server certificate (validate CRL).deny_revoked_server_cert blocks are documented below.
- deny
Untrusted List<GetServer Certs Management Simple Cluster Https Inspection Deny Untrusted Server Cert> - Set to be true in order to drop traffic from servers with untrusted server certificate.deny_untrusted_server_cert blocks are documented below.
- site
Categorization List<GetAllow Modes Management Simple Cluster Https Inspection Site Categorization Allow Mode> - Set to 'background' in order to allowed requests until categorization is complete.site_categorization_allow_mode blocks are documented below.
- bypass
On GetFailures Management Simple Cluster Https Inspection Bypass On Failure[] - Set to be true in order to bypass all requests (Fail-open) in case of internal system error.bypass_on_failure blocks are documented below.
- deny
Expired GetServer Certs Management Simple Cluster Https Inspection Deny Expired Server Cert[] - Set to be true in order to drop traffic from servers with expired server certificate.deny_expired_server_cert blocks are documented below.
- deny
Revoked GetServer Certs Management Simple Cluster Https Inspection Deny Revoked Server Cert[] - Set to be true in order to drop traffic from servers with revoked server certificate (validate CRL).deny_revoked_server_cert blocks are documented below.
- deny
Untrusted GetServer Certs Management Simple Cluster Https Inspection Deny Untrusted Server Cert[] - Set to be true in order to drop traffic from servers with untrusted server certificate.deny_untrusted_server_cert blocks are documented below.
- site
Categorization GetAllow Modes Management Simple Cluster Https Inspection Site Categorization Allow Mode[] - Set to 'background' in order to allowed requests until categorization is complete.site_categorization_allow_mode blocks are documented below.
- bypass_
on_ Sequence[Getfailures Management Simple Cluster Https Inspection Bypass On Failure] - Set to be true in order to bypass all requests (Fail-open) in case of internal system error.bypass_on_failure blocks are documented below.
- deny_
expired_ Sequence[Getserver_ certs Management Simple Cluster Https Inspection Deny Expired Server Cert] - Set to be true in order to drop traffic from servers with expired server certificate.deny_expired_server_cert blocks are documented below.
- deny_
revoked_ Sequence[Getserver_ certs Management Simple Cluster Https Inspection Deny Revoked Server Cert] - Set to be true in order to drop traffic from servers with revoked server certificate (validate CRL).deny_revoked_server_cert blocks are documented below.
- deny_
untrusted_ Sequence[Getserver_ certs Management Simple Cluster Https Inspection Deny Untrusted Server Cert] - Set to be true in order to drop traffic from servers with untrusted server certificate.deny_untrusted_server_cert blocks are documented below.
- site_
categorization_ Sequence[Getallow_ modes Management Simple Cluster Https Inspection Site Categorization Allow Mode] - Set to 'background' in order to allowed requests until categorization is complete.site_categorization_allow_mode blocks are documented below.
- bypass
On List<Property Map>Failures - Set to be true in order to bypass all requests (Fail-open) in case of internal system error.bypass_on_failure blocks are documented below.
- deny
Expired List<Property Map>Server Certs - Set to be true in order to drop traffic from servers with expired server certificate.deny_expired_server_cert blocks are documented below.
- deny
Revoked List<Property Map>Server Certs - Set to be true in order to drop traffic from servers with revoked server certificate (validate CRL).deny_revoked_server_cert blocks are documented below.
- deny
Untrusted List<Property Map>Server Certs - Set to be true in order to drop traffic from servers with untrusted server certificate.deny_untrusted_server_cert blocks are documented below.
- site
Categorization List<Property Map>Allow Modes - Set to 'background' in order to allowed requests until categorization is complete.site_categorization_allow_mode blocks are documented below.
GetManagementSimpleClusterHttpsInspectionBypassOnFailure
- Override
Profile bool - Override profile of global configuration.
- Value bool
- Override value.Required only for 'override-profile' is True.
- Override
Profile bool - Override profile of global configuration.
- Value bool
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value Boolean
- Override value.Required only for 'override-profile' is True.
- override
Profile boolean - Override profile of global configuration.
- value boolean
- Override value.Required only for 'override-profile' is True.
- override_
profile bool - Override profile of global configuration.
- value bool
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value Boolean
- Override value.Required only for 'override-profile' is True.
GetManagementSimpleClusterHttpsInspectionDenyExpiredServerCert
- Override
Profile bool - Override profile of global configuration.
- Value bool
- Override value.Required only for 'override-profile' is True.
- Override
Profile bool - Override profile of global configuration.
- Value bool
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value Boolean
- Override value.Required only for 'override-profile' is True.
- override
Profile boolean - Override profile of global configuration.
- value boolean
- Override value.Required only for 'override-profile' is True.
- override_
profile bool - Override profile of global configuration.
- value bool
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value Boolean
- Override value.Required only for 'override-profile' is True.
GetManagementSimpleClusterHttpsInspectionDenyRevokedServerCert
- Override
Profile bool - Override profile of global configuration.
- Value bool
- Override value.Required only for 'override-profile' is True.
- Override
Profile bool - Override profile of global configuration.
- Value bool
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value Boolean
- Override value.Required only for 'override-profile' is True.
- override
Profile boolean - Override profile of global configuration.
- value boolean
- Override value.Required only for 'override-profile' is True.
- override_
profile bool - Override profile of global configuration.
- value bool
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value Boolean
- Override value.Required only for 'override-profile' is True.
GetManagementSimpleClusterHttpsInspectionDenyUntrustedServerCert
- Override
Profile bool - Override profile of global configuration.
- Value bool
- Override value.Required only for 'override-profile' is True.
- Override
Profile bool - Override profile of global configuration.
- Value bool
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value Boolean
- Override value.Required only for 'override-profile' is True.
- override
Profile boolean - Override profile of global configuration.
- value boolean
- Override value.Required only for 'override-profile' is True.
- override_
profile bool - Override profile of global configuration.
- value bool
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value Boolean
- Override value.Required only for 'override-profile' is True.
GetManagementSimpleClusterHttpsInspectionSiteCategorizationAllowMode
- Override
Profile bool - Override profile of global configuration.
- Value string
- Override value.Required only for 'override-profile' is True.
- Override
Profile bool - Override profile of global configuration.
- Value string
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value String
- Override value.Required only for 'override-profile' is True.
- override
Profile boolean - Override profile of global configuration.
- value string
- Override value.Required only for 'override-profile' is True.
- override_
profile bool - Override profile of global configuration.
- value str
- Override value.Required only for 'override-profile' is True.
- override
Profile Boolean - Override profile of global configuration.
- value String
- Override value.Required only for 'override-profile' is True.
GetManagementSimpleClusterIdentityAwarenessSetting
- Browser
Based boolAuthentication - Enable Browser Based Authentication source.
- Browser
Based List<GetAuthentication Settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting> - Browser Based Authentication settings.browser_based_authentication_settings blocks are documented below.
- Identity
Agent bool - Enable Identity Agent source.
- Identity
Agent List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting> - Identity Agent settings.identity_agent_settings blocks are documented below.
- Identity
Collector bool - Enable Identity Collector source.
- Identity
Collector List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting> - Identity Collector settings.identity_collector_settings blocks are documented below.
- Identity
Sharing List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Sharing Setting> - Identity sharing settings.identity_sharing_settings blocks are documented below.
- Proxy
Settings List<GetManagement Simple Cluster Identity Awareness Setting Proxy Setting> - Identity-Awareness Proxy settings.proxy_settings blocks are documented below.
- Remote
Access bool - Enable Remote Access Identity source.
- Browser
Based boolAuthentication - Enable Browser Based Authentication source.
- Browser
Based []GetAuthentication Settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting - Browser Based Authentication settings.browser_based_authentication_settings blocks are documented below.
- Identity
Agent bool - Enable Identity Agent source.
- Identity
Agent []GetSettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting - Identity Agent settings.identity_agent_settings blocks are documented below.
- Identity
Collector bool - Enable Identity Collector source.
- Identity
Collector []GetSettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting - Identity Collector settings.identity_collector_settings blocks are documented below.
- Identity
Sharing []GetSettings Management Simple Cluster Identity Awareness Setting Identity Sharing Setting - Identity sharing settings.identity_sharing_settings blocks are documented below.
- Proxy
Settings []GetManagement Simple Cluster Identity Awareness Setting Proxy Setting - Identity-Awareness Proxy settings.proxy_settings blocks are documented below.
- Remote
Access bool - Enable Remote Access Identity source.
- browser
Based BooleanAuthentication - Enable Browser Based Authentication source.
- browser
Based List<GetAuthentication Settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting> - Browser Based Authentication settings.browser_based_authentication_settings blocks are documented below.
- identity
Agent Boolean - Enable Identity Agent source.
- identity
Agent List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting> - Identity Agent settings.identity_agent_settings blocks are documented below.
- identity
Collector Boolean - Enable Identity Collector source.
- identity
Collector List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting> - Identity Collector settings.identity_collector_settings blocks are documented below.
- identity
Sharing List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Sharing Setting> - Identity sharing settings.identity_sharing_settings blocks are documented below.
- proxy
Settings List<GetManagement Simple Cluster Identity Awareness Setting Proxy Setting> - Identity-Awareness Proxy settings.proxy_settings blocks are documented below.
- remote
Access Boolean - Enable Remote Access Identity source.
- browser
Based booleanAuthentication - Enable Browser Based Authentication source.
- browser
Based GetAuthentication Settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting[] - Browser Based Authentication settings.browser_based_authentication_settings blocks are documented below.
- identity
Agent boolean - Enable Identity Agent source.
- identity
Agent GetSettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting[] - Identity Agent settings.identity_agent_settings blocks are documented below.
- identity
Collector boolean - Enable Identity Collector source.
- identity
Collector GetSettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting[] - Identity Collector settings.identity_collector_settings blocks are documented below.
- identity
Sharing GetSettings Management Simple Cluster Identity Awareness Setting Identity Sharing Setting[] - Identity sharing settings.identity_sharing_settings blocks are documented below.
- proxy
Settings GetManagement Simple Cluster Identity Awareness Setting Proxy Setting[] - Identity-Awareness Proxy settings.proxy_settings blocks are documented below.
- remote
Access boolean - Enable Remote Access Identity source.
- browser_
based_ boolauthentication - Enable Browser Based Authentication source.
- browser_
based_ Sequence[Getauthentication_ settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting] - Browser Based Authentication settings.browser_based_authentication_settings blocks are documented below.
- identity_
agent bool - Enable Identity Agent source.
- identity_
agent_ Sequence[Getsettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting] - Identity Agent settings.identity_agent_settings blocks are documented below.
- identity_
collector bool - Enable Identity Collector source.
- identity_
collector_ Sequence[Getsettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting] - Identity Collector settings.identity_collector_settings blocks are documented below.
- identity_
sharing_ Sequence[Getsettings Management Simple Cluster Identity Awareness Setting Identity Sharing Setting] - Identity sharing settings.identity_sharing_settings blocks are documented below.
- proxy_
settings Sequence[GetManagement Simple Cluster Identity Awareness Setting Proxy Setting] - Identity-Awareness Proxy settings.proxy_settings blocks are documented below.
- remote_
access bool - Enable Remote Access Identity source.
- browser
Based BooleanAuthentication - Enable Browser Based Authentication source.
- browser
Based List<Property Map>Authentication Settings - Browser Based Authentication settings.browser_based_authentication_settings blocks are documented below.
- identity
Agent Boolean - Enable Identity Agent source.
- identity
Agent List<Property Map>Settings - Identity Agent settings.identity_agent_settings blocks are documented below.
- identity
Collector Boolean - Enable Identity Collector source.
- identity
Collector List<Property Map>Settings - Identity Collector settings.identity_collector_settings blocks are documented below.
- identity
Sharing List<Property Map>Settings - Identity sharing settings.identity_sharing_settings blocks are documented below.
- proxy
Settings List<Property Map> - Identity-Awareness Proxy settings.proxy_settings blocks are documented below.
- remote
Access Boolean - Enable Remote Access Identity source.
GetManagementSimpleClusterIdentityAwarenessSettingBrowserBasedAuthenticationSetting
- Authentication
Settings List<GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting> - Authentication Settings for Browser Based Authentication.authentication_settings blocks are documented below.
- Browser
Based List<GetAuthentication Portal Settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting> - Browser Based Authentication portal settings.browser_based_authentication_portal_settings blocks are documented below.
- Authentication
Settings []GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting - Authentication Settings for Browser Based Authentication.authentication_settings blocks are documented below.
- Browser
Based []GetAuthentication Portal Settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting - Browser Based Authentication portal settings.browser_based_authentication_portal_settings blocks are documented below.
- authentication
Settings List<GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting> - Authentication Settings for Browser Based Authentication.authentication_settings blocks are documented below.
- browser
Based List<GetAuthentication Portal Settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting> - Browser Based Authentication portal settings.browser_based_authentication_portal_settings blocks are documented below.
- authentication
Settings GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting[] - Authentication Settings for Browser Based Authentication.authentication_settings blocks are documented below.
- browser
Based GetAuthentication Portal Settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting[] - Browser Based Authentication portal settings.browser_based_authentication_portal_settings blocks are documented below.
- authentication_
settings Sequence[GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting] - Authentication Settings for Browser Based Authentication.authentication_settings blocks are documented below.
- browser_
based_ Sequence[Getauthentication_ portal_ settings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting] - Browser Based Authentication portal settings.browser_based_authentication_portal_settings blocks are documented below.
- authentication
Settings List<Property Map> - Authentication Settings for Browser Based Authentication.authentication_settings blocks are documented below.
- browser
Based List<Property Map>Authentication Portal Settings - Browser Based Authentication portal settings.browser_based_authentication_portal_settings blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingBrowserBasedAuthenticationSettingAuthenticationSetting
- Authentication
Method string - Authentication method.
- Identity
Providers List<string> - Identity provider object identified by the name or UID. Must be set when "authentication-method" was selected to be "identity provider".identity_provider blocks are documented below.
- Radius string
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- Users
Directories List<GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting Users Directory> - Users directories.users_directories blocks are documented below.
- Authentication
Method string - Authentication method.
- Identity
Providers []string - Identity provider object identified by the name or UID. Must be set when "authentication-method" was selected to be "identity provider".identity_provider blocks are documented below.
- Radius string
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- Users
Directories []GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting Users Directory - Users directories.users_directories blocks are documented below.
- authentication
Method String - Authentication method.
- identity
Providers List<String> - Identity provider object identified by the name or UID. Must be set when "authentication-method" was selected to be "identity provider".identity_provider blocks are documented below.
- radius String
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- users
Directories List<GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting Users Directory> - Users directories.users_directories blocks are documented below.
- authentication
Method string - Authentication method.
- identity
Providers string[] - Identity provider object identified by the name or UID. Must be set when "authentication-method" was selected to be "identity provider".identity_provider blocks are documented below.
- radius string
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- users
Directories GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting Users Directory[] - Users directories.users_directories blocks are documented below.
- authentication_
method str - Authentication method.
- identity_
providers Sequence[str] - Identity provider object identified by the name or UID. Must be set when "authentication-method" was selected to be "identity provider".identity_provider blocks are documented below.
- radius str
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- users_
directories Sequence[GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Authentication Setting Users Directory] - Users directories.users_directories blocks are documented below.
- authentication
Method String - Authentication method.
- identity
Providers List<String> - Identity provider object identified by the name or UID. Must be set when "authentication-method" was selected to be "identity provider".identity_provider blocks are documented below.
- radius String
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- users
Directories List<Property Map> - Users directories.users_directories blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingBrowserBasedAuthenticationSettingAuthenticationSettingUsersDirectory
- External
User boolProfile - External user profile.
- Internal
Users bool - Internal users.
- Specifics List<string>
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- Users
From stringExternal Directories - Users from external directories.
- External
User boolProfile - External user profile.
- Internal
Users bool - Internal users.
- Specifics []string
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- Users
From stringExternal Directories - Users from external directories.
- external
User BooleanProfile - External user profile.
- internal
Users Boolean - Internal users.
- specifics List<String>
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users
From StringExternal Directories - Users from external directories.
- external
User booleanProfile - External user profile.
- internal
Users boolean - Internal users.
- specifics string[]
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users
From stringExternal Directories - Users from external directories.
- external_
user_ boolprofile - External user profile.
- internal_
users bool - Internal users.
- specifics Sequence[str]
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users_
from_ strexternal_ directories - Users from external directories.
- external
User BooleanProfile - External user profile.
- internal
Users Boolean - Internal users.
- specifics List<String>
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users
From StringExternal Directories - Users from external directories.
GetManagementSimpleClusterIdentityAwarenessSettingBrowserBasedAuthenticationSettingBrowserBasedAuthenticationPortalSetting
- Accessibilities
List<Get
Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- Certificate
Settings List<GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Certificate Setting> - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- Portal
Web List<GetSettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Portal Web Setting> - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- Accessibilities
[]Get
Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility - Configuration of the portal access settings.accessibility blocks are documented below.
- Certificate
Settings []GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Certificate Setting - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- Portal
Web []GetSettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Portal Web Setting - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities
List<Get
Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- certificate
Settings List<GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Certificate Setting> - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- portal
Web List<GetSettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Portal Web Setting> - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities
Get
Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility[] - Configuration of the portal access settings.accessibility blocks are documented below.
- certificate
Settings GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Certificate Setting[] - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- portal
Web GetSettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Portal Web Setting[] - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities
Sequence[Get
Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility] - Configuration of the portal access settings.accessibility blocks are documented below.
- certificate_
settings Sequence[GetManagement Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Certificate Setting] - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- portal_
web_ Sequence[Getsettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Portal Web Setting] - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities List<Property Map>
- Configuration of the portal access settings.accessibility blocks are documented below.
- certificate
Settings List<Property Map> - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- portal
Web List<Property Map>Settings - Configuration of the portal web settings.portal_web_settings blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingBrowserBasedAuthenticationSettingBrowserBasedAuthenticationPortalSettingAccessibility
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access List<GetSettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access []GetSettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility Internal Access Setting - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<GetSettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access GetSettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility Internal Access Setting[] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow_
access_ strfrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal_
access_ Sequence[Getsettings Management Simple Cluster Identity Awareness Setting Browser Based Authentication Setting Browser Based Authentication Portal Setting Accessibility Internal Access Setting] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<Property Map>Settings - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingBrowserBasedAuthenticationSettingBrowserBasedAuthenticationPortalSettingAccessibilityInternalAccessSetting
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
GetManagementSimpleClusterIdentityAwarenessSettingBrowserBasedAuthenticationSettingBrowserBasedAuthenticationPortalSettingCertificateSetting
- Base64Certificate string
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- Base64Password string
- Password (encoded in Base64 with padding) for the certificate file.
- Base64Certificate string
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- Base64Password string
- Password (encoded in Base64 with padding) for the certificate file.
- base64Certificate String
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64Password String
- Password (encoded in Base64 with padding) for the certificate file.
- base64Certificate string
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64Password string
- Password (encoded in Base64 with padding) for the certificate file.
- base64_
certificate str - The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64_
password str - Password (encoded in Base64 with padding) for the certificate file.
- base64Certificate String
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64Password String
- Password (encoded in Base64 with padding) for the certificate file.
GetManagementSimpleClusterIdentityAwarenessSettingBrowserBasedAuthenticationSettingBrowserBasedAuthenticationPortalSettingPortalWebSetting
GetManagementSimpleClusterIdentityAwarenessSettingIdentityAgentSetting
- Agents
Interval doubleKeepalive - Agents send keepalive period (minutes).
- Authentication
Settings List<GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting> - Authentication Settings for Identity Agent.authentication_settings blocks are documented below.
- Identity
Agent List<GetPortal Settings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting> - Identity Agent accessibility settings.identity_agent_portal_settings blocks are documented below.
- User
Reauthenticate doubleInterval - Agent reauthenticate time interval (minutes).
- Agents
Interval float64Keepalive - Agents send keepalive period (minutes).
- Authentication
Settings []GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting - Authentication Settings for Identity Agent.authentication_settings blocks are documented below.
- Identity
Agent []GetPortal Settings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting - Identity Agent accessibility settings.identity_agent_portal_settings blocks are documented below.
- User
Reauthenticate float64Interval - Agent reauthenticate time interval (minutes).
- agents
Interval DoubleKeepalive - Agents send keepalive period (minutes).
- authentication
Settings List<GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting> - Authentication Settings for Identity Agent.authentication_settings blocks are documented below.
- identity
Agent List<GetPortal Settings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting> - Identity Agent accessibility settings.identity_agent_portal_settings blocks are documented below.
- user
Reauthenticate DoubleInterval - Agent reauthenticate time interval (minutes).
- agents
Interval numberKeepalive - Agents send keepalive period (minutes).
- authentication
Settings GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting[] - Authentication Settings for Identity Agent.authentication_settings blocks are documented below.
- identity
Agent GetPortal Settings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting[] - Identity Agent accessibility settings.identity_agent_portal_settings blocks are documented below.
- user
Reauthenticate numberInterval - Agent reauthenticate time interval (minutes).
- agents_
interval_ floatkeepalive - Agents send keepalive period (minutes).
- authentication_
settings Sequence[GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting] - Authentication Settings for Identity Agent.authentication_settings blocks are documented below.
- identity_
agent_ Sequence[Getportal_ settings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting] - Identity Agent accessibility settings.identity_agent_portal_settings blocks are documented below.
- user_
reauthenticate_ floatinterval - Agent reauthenticate time interval (minutes).
- agents
Interval NumberKeepalive - Agents send keepalive period (minutes).
- authentication
Settings List<Property Map> - Authentication Settings for Identity Agent.authentication_settings blocks are documented below.
- identity
Agent List<Property Map>Portal Settings - Identity Agent accessibility settings.identity_agent_portal_settings blocks are documented below.
- user
Reauthenticate NumberInterval - Agent reauthenticate time interval (minutes).
GetManagementSimpleClusterIdentityAwarenessSettingIdentityAgentSettingAuthenticationSetting
- Authentication
Method string - Authentication method.
- Radius string
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- Users
Directories List<GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting Users Directory> - Users directories.users_directories blocks are documented below.
- Authentication
Method string - Authentication method.
- Radius string
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- Users
Directories []GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting Users Directory - Users directories.users_directories blocks are documented below.
- authentication
Method String - Authentication method.
- radius String
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- users
Directories List<GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting Users Directory> - Users directories.users_directories blocks are documented below.
- authentication
Method string - Authentication method.
- radius string
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- users
Directories GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting Users Directory[] - Users directories.users_directories blocks are documented below.
- authentication_
method str - Authentication method.
- radius str
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- users_
directories Sequence[GetManagement Simple Cluster Identity Awareness Setting Identity Agent Setting Authentication Setting Users Directory] - Users directories.users_directories blocks are documented below.
- authentication
Method String - Authentication method.
- radius String
- Radius server object identified by the name or UID. Must be set when "authentication-method" was selected to be "radius".
- users
Directories List<Property Map> - Users directories.users_directories blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityAgentSettingAuthenticationSettingUsersDirectory
- External
User boolProfile - External user profile.
- Internal
Users bool - Internal users.
- Specifics List<string>
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- Users
From stringExternal Directories - Users from external directories.
- External
User boolProfile - External user profile.
- Internal
Users bool - Internal users.
- Specifics []string
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- Users
From stringExternal Directories - Users from external directories.
- external
User BooleanProfile - External user profile.
- internal
Users Boolean - Internal users.
- specifics List<String>
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users
From StringExternal Directories - Users from external directories.
- external
User booleanProfile - External user profile.
- internal
Users boolean - Internal users.
- specifics string[]
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users
From stringExternal Directories - Users from external directories.
- external_
user_ boolprofile - External user profile.
- internal_
users bool - Internal users.
- specifics Sequence[str]
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users_
from_ strexternal_ directories - Users from external directories.
- external
User BooleanProfile - External user profile.
- internal
Users Boolean - Internal users.
- specifics List<String>
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users
From StringExternal Directories - Users from external directories.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityAgentSettingIdentityAgentPortalSetting
- Accessibilities
List<Get
Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- Accessibilities
[]Get
Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility - Configuration of the portal access settings.accessibility blocks are documented below.
- accessibilities
List<Get
Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- accessibilities
Get
Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility[] - Configuration of the portal access settings.accessibility blocks are documented below.
- accessibilities
Sequence[Get
Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility] - Configuration of the portal access settings.accessibility blocks are documented below.
- accessibilities List<Property Map>
- Configuration of the portal access settings.accessibility blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityAgentSettingIdentityAgentPortalSettingAccessibility
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access []GetSettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility Internal Access Setting - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access GetSettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility Internal Access Setting[] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow_
access_ strfrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal_
access_ Sequence[Getsettings Management Simple Cluster Identity Awareness Setting Identity Agent Setting Identity Agent Portal Setting Accessibility Internal Access Setting] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<Property Map>Settings - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityAgentSettingIdentityAgentPortalSettingAccessibilityInternalAccessSetting
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityCollectorSetting
- Authentication
Settings List<GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting> - Authentication Settings for Identity Collector.authentication_settings blocks are documented below.
-
List<Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Authorized Client> - Authorized Clients.authorized_clients blocks are documented below.
- Client
Access List<GetPermissions Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission> - Identity Collector accessibility settings.client_access_permissions blocks are documented below.
- Authentication
Settings []GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting - Authentication Settings for Identity Collector.authentication_settings blocks are documented below.
-
[]Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Authorized Client - Authorized Clients.authorized_clients blocks are documented below.
- Client
Access []GetPermissions Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission - Identity Collector accessibility settings.client_access_permissions blocks are documented below.
- authentication
Settings List<GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting> - Authentication Settings for Identity Collector.authentication_settings blocks are documented below.
-
List<Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Authorized Client> - Authorized Clients.authorized_clients blocks are documented below.
- client
Access List<GetPermissions Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission> - Identity Collector accessibility settings.client_access_permissions blocks are documented below.
- authentication
Settings GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting[] - Authentication Settings for Identity Collector.authentication_settings blocks are documented below.
-
Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Authorized Client[] - Authorized Clients.authorized_clients blocks are documented below.
- client
Access GetPermissions Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission[] - Identity Collector accessibility settings.client_access_permissions blocks are documented below.
- authentication_
settings Sequence[GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting] - Authentication Settings for Identity Collector.authentication_settings blocks are documented below.
-
Sequence[Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Authorized Client] - Authorized Clients.authorized_clients blocks are documented below.
- client_
access_ Sequence[Getpermissions Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission] - Identity Collector accessibility settings.client_access_permissions blocks are documented below.
- authentication
Settings List<Property Map> - Authentication Settings for Identity Collector.authentication_settings blocks are documented below.
- List<Property Map>
- Authorized Clients.authorized_clients blocks are documented below.
- client
Access List<Property Map>Permissions - Identity Collector accessibility settings.client_access_permissions blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityCollectorSettingAuthenticationSetting
- Users
Directories List<GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting Users Directory> - Users directories.users_directories blocks are documented below.
- Users
Directories []GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting Users Directory - Users directories.users_directories blocks are documented below.
- users
Directories List<GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting Users Directory> - Users directories.users_directories blocks are documented below.
- users
Directories GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting Users Directory[] - Users directories.users_directories blocks are documented below.
- users_
directories Sequence[GetManagement Simple Cluster Identity Awareness Setting Identity Collector Setting Authentication Setting Users Directory] - Users directories.users_directories blocks are documented below.
- users
Directories List<Property Map> - Users directories.users_directories blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityCollectorSettingAuthenticationSettingUsersDirectory
- External
User boolProfile - External user profile.
- Internal
Users bool - Internal users.
- Specifics List<string>
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- Users
From stringExternal Directories - Users from external directories.
- External
User boolProfile - External user profile.
- Internal
Users bool - Internal users.
- Specifics []string
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- Users
From stringExternal Directories - Users from external directories.
- external
User BooleanProfile - External user profile.
- internal
Users Boolean - Internal users.
- specifics List<String>
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users
From StringExternal Directories - Users from external directories.
- external
User booleanProfile - External user profile.
- internal
Users boolean - Internal users.
- specifics string[]
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users
From stringExternal Directories - Users from external directories.
- external_
user_ boolprofile - External user profile.
- internal_
users bool - Internal users.
- specifics Sequence[str]
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users_
from_ strexternal_ directories - Users from external directories.
- external
User BooleanProfile - External user profile.
- internal
Users Boolean - Internal users.
- specifics List<String>
- LDAP AU objects identified by the name or UID. Must be set when "users-from-external-directories" was selected to be "specific".specific blocks are documented below.
- users
From StringExternal Directories - Users from external directories.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityCollectorSettingAuthorizedClient
- Client string
- Host / Network Group Name or UID.
- Client
Secret string - Client Secret.
- Client string
- Host / Network Group Name or UID.
- Client
Secret string - Client Secret.
- client String
- Host / Network Group Name or UID.
- client
Secret String - Client Secret.
- client string
- Host / Network Group Name or UID.
- client
Secret string - Client Secret.
- client str
- Host / Network Group Name or UID.
- client_
secret str - Client Secret.
- client String
- Host / Network Group Name or UID.
- client
Secret String - Client Secret.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityCollectorSettingClientAccessPermission
- Accessibilities
List<Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- Accessibilities
[]Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility - Configuration of the portal access settings.accessibility blocks are documented below.
- accessibilities
List<Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- accessibilities
Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility[] - Configuration of the portal access settings.accessibility blocks are documented below.
- accessibilities
Sequence[Get
Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility] - Configuration of the portal access settings.accessibility blocks are documented below.
- accessibilities List<Property Map>
- Configuration of the portal access settings.accessibility blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityCollectorSettingClientAccessPermissionAccessibility
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access []GetSettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility Internal Access Setting - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<GetSettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access GetSettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility Internal Access Setting[] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow_
access_ strfrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal_
access_ Sequence[Getsettings Management Simple Cluster Identity Awareness Setting Identity Collector Setting Client Access Permission Accessibility Internal Access Setting] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<Property Map>Settings - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
GetManagementSimpleClusterIdentityAwarenessSettingIdentityCollectorSettingClientAccessPermissionAccessibilityInternalAccessSetting
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
GetManagementSimpleClusterIdentityAwarenessSettingIdentitySharingSetting
- Receive
From boolOther Gateways - Enable receiving identity from other gateways.
- Receive
Froms List<string> - Gateway(s) to receive identity from.receive_from blocks are documented below.
- bool
- Enable identity sharing with other gateways.
- Receive
From boolOther Gateways - Enable receiving identity from other gateways.
- Receive
Froms []string - Gateway(s) to receive identity from.receive_from blocks are documented below.
- bool
- Enable identity sharing with other gateways.
- receive
From BooleanOther Gateways - Enable receiving identity from other gateways.
- receive
Froms List<String> - Gateway(s) to receive identity from.receive_from blocks are documented below.
- Boolean
- Enable identity sharing with other gateways.
- receive
From booleanOther Gateways - Enable receiving identity from other gateways.
- receive
Froms string[] - Gateway(s) to receive identity from.receive_from blocks are documented below.
- boolean
- Enable identity sharing with other gateways.
- receive_
from_ boolother_ gateways - Enable receiving identity from other gateways.
- receive_
froms Sequence[str] - Gateway(s) to receive identity from.receive_from blocks are documented below.
- bool
- Enable identity sharing with other gateways.
- receive
From BooleanOther Gateways - Enable receiving identity from other gateways.
- receive
Froms List<String> - Gateway(s) to receive identity from.receive_from blocks are documented below.
- Boolean
- Enable identity sharing with other gateways.
GetManagementSimpleClusterIdentityAwarenessSettingProxySetting
- Detect
Using boolXForward For - Whether to use X-Forward-For HTTP header, which is added by the proxy server to keep track of the original source IP.
- Detect
Using boolXForward For - Whether to use X-Forward-For HTTP header, which is added by the proxy server to keep track of the original source IP.
- detect
Using BooleanXForward For - Whether to use X-Forward-For HTTP header, which is added by the proxy server to keep track of the original source IP.
- detect
Using booleanXForward For - Whether to use X-Forward-For HTTP header, which is added by the proxy server to keep track of the original source IP.
- detect_
using_ boolx_ forward_ for - Whether to use X-Forward-For HTTP header, which is added by the proxy server to keep track of the original source IP.
- detect
Using BooleanXForward For - Whether to use X-Forward-For HTTP header, which is added by the proxy server to keep track of the original source IP.
GetManagementSimpleClusterInterface
- Anti
Spoofing bool - N/A
- Anti
Spoofing List<GetSettings Management Simple Cluster Interface Anti Spoofing Setting> - N/Aanti_spoofing_settings blocks are documented below.
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Interface
Type string - Cluster interface type.
- Ipv4Address string
- IPv4 address.
- Ipv4Mask
Length string - IPv4 network mask length.
- Ipv4Network
Mask string - IPv4 network address.
- Ipv6Address string
- IPv6 address.
- Ipv6Mask
Length string - IPv6 network mask length.
- Ipv6Network
Mask string - IPv6 network address.
- Multicast
Address string - Multicast IP Address.
- Multicast
Address stringType - Multicast Address Type.
- Name string
- Object name.
- Security
Zone bool - N/A
- Security
Zone List<GetSettings Management Simple Cluster Interface Security Zone Setting> - N/Asecurity_zone_settings blocks are documented below.
- Topology string
- N/A
- Topology
Automatic stringCalculation - Topology
Settings List<GetManagement Simple Cluster Interface Topology Setting> - N/Atopology_settings blocks are documented below.
- Anti
Spoofing bool - N/A
- Anti
Spoofing []GetSettings Management Simple Cluster Interface Anti Spoofing Setting - N/Aanti_spoofing_settings blocks are documented below.
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Interface
Type string - Cluster interface type.
- Ipv4Address string
- IPv4 address.
- Ipv4Mask
Length string - IPv4 network mask length.
- Ipv4Network
Mask string - IPv4 network address.
- Ipv6Address string
- IPv6 address.
- Ipv6Mask
Length string - IPv6 network mask length.
- Ipv6Network
Mask string - IPv6 network address.
- Multicast
Address string - Multicast IP Address.
- Multicast
Address stringType - Multicast Address Type.
- Name string
- Object name.
- Security
Zone bool - N/A
- Security
Zone []GetSettings Management Simple Cluster Interface Security Zone Setting - N/Asecurity_zone_settings blocks are documented below.
- Topology string
- N/A
- Topology
Automatic stringCalculation - Topology
Settings []GetManagement Simple Cluster Interface Topology Setting - N/Atopology_settings blocks are documented below.
- anti
Spoofing Boolean - N/A
- anti
Spoofing List<GetSettings Management Simple Cluster Interface Anti Spoofing Setting> - N/Aanti_spoofing_settings blocks are documented below.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- interface
Type String - Cluster interface type.
- ipv4Address String
- IPv4 address.
- ipv4Mask
Length String - IPv4 network mask length.
- ipv4Network
Mask String - IPv4 network address.
- ipv6Address String
- IPv6 address.
- ipv6Mask
Length String - IPv6 network mask length.
- ipv6Network
Mask String - IPv6 network address.
- multicast
Address String - Multicast IP Address.
- multicast
Address StringType - Multicast Address Type.
- name String
- Object name.
- security
Zone Boolean - N/A
- security
Zone List<GetSettings Management Simple Cluster Interface Security Zone Setting> - N/Asecurity_zone_settings blocks are documented below.
- topology String
- N/A
- topology
Automatic StringCalculation - topology
Settings List<GetManagement Simple Cluster Interface Topology Setting> - N/Atopology_settings blocks are documented below.
- anti
Spoofing boolean - N/A
- anti
Spoofing GetSettings Management Simple Cluster Interface Anti Spoofing Setting[] - N/Aanti_spoofing_settings blocks are documented below.
- color string
- Color of the object. Should be one of existing colors.
- comments string
- Comments string.
- interface
Type string - Cluster interface type.
- ipv4Address string
- IPv4 address.
- ipv4Mask
Length string - IPv4 network mask length.
- ipv4Network
Mask string - IPv4 network address.
- ipv6Address string
- IPv6 address.
- ipv6Mask
Length string - IPv6 network mask length.
- ipv6Network
Mask string - IPv6 network address.
- multicast
Address string - Multicast IP Address.
- multicast
Address stringType - Multicast Address Type.
- name string
- Object name.
- security
Zone boolean - N/A
- security
Zone GetSettings Management Simple Cluster Interface Security Zone Setting[] - N/Asecurity_zone_settings blocks are documented below.
- topology string
- N/A
- topology
Automatic stringCalculation - topology
Settings GetManagement Simple Cluster Interface Topology Setting[] - N/Atopology_settings blocks are documented below.
- anti_
spoofing bool - N/A
- anti_
spoofing_ Sequence[Getsettings Management Simple Cluster Interface Anti Spoofing Setting] - N/Aanti_spoofing_settings blocks are documented below.
- color str
- Color of the object. Should be one of existing colors.
- comments str
- Comments string.
- interface_
type str - Cluster interface type.
- ipv4_
address str - IPv4 address.
- ipv4_
mask_ strlength - IPv4 network mask length.
- ipv4_
network_ strmask - IPv4 network address.
- ipv6_
address str - IPv6 address.
- ipv6_
mask_ strlength - IPv6 network mask length.
- ipv6_
network_ strmask - IPv6 network address.
- multicast_
address str - Multicast IP Address.
- multicast_
address_ strtype - Multicast Address Type.
- name str
- Object name.
- security_
zone bool - N/A
- security_
zone_ Sequence[Getsettings Management Simple Cluster Interface Security Zone Setting] - N/Asecurity_zone_settings blocks are documented below.
- topology str
- N/A
- topology_
automatic_ strcalculation - topology_
settings Sequence[GetManagement Simple Cluster Interface Topology Setting] - N/Atopology_settings blocks are documented below.
- anti
Spoofing Boolean - N/A
- anti
Spoofing List<Property Map>Settings - N/Aanti_spoofing_settings blocks are documented below.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- interface
Type String - Cluster interface type.
- ipv4Address String
- IPv4 address.
- ipv4Mask
Length String - IPv4 network mask length.
- ipv4Network
Mask String - IPv4 network address.
- ipv6Address String
- IPv6 address.
- ipv6Mask
Length String - IPv6 network mask length.
- ipv6Network
Mask String - IPv6 network address.
- multicast
Address String - Multicast IP Address.
- multicast
Address StringType - Multicast Address Type.
- name String
- Object name.
- security
Zone Boolean - N/A
- security
Zone List<Property Map>Settings - N/Asecurity_zone_settings blocks are documented below.
- topology String
- N/A
- topology
Automatic StringCalculation - topology
Settings List<Property Map> - N/Atopology_settings blocks are documented below.
GetManagementSimpleClusterInterfaceAntiSpoofingSetting
- Action string
- If packets will be rejected (the Prevent option) or whether the packets will be monitored (the Detect option).
- Action string
- If packets will be rejected (the Prevent option) or whether the packets will be monitored (the Detect option).
- action String
- If packets will be rejected (the Prevent option) or whether the packets will be monitored (the Detect option).
- action string
- If packets will be rejected (the Prevent option) or whether the packets will be monitored (the Detect option).
- action str
- If packets will be rejected (the Prevent option) or whether the packets will be monitored (the Detect option).
- action String
- If packets will be rejected (the Prevent option) or whether the packets will be monitored (the Detect option).
GetManagementSimpleClusterInterfaceSecurityZoneSetting
- Auto
Calculated bool - Security Zone is calculated according to where the interface leads to.
- Specific
Zone string - Security Zone specified manually.
- Auto
Calculated bool - Security Zone is calculated according to where the interface leads to.
- Specific
Zone string - Security Zone specified manually.
- auto
Calculated Boolean - Security Zone is calculated according to where the interface leads to.
- specific
Zone String - Security Zone specified manually.
- auto
Calculated boolean - Security Zone is calculated according to where the interface leads to.
- specific
Zone string - Security Zone specified manually.
- auto_
calculated bool - Security Zone is calculated according to where the interface leads to.
- specific_
zone str - Security Zone specified manually.
- auto
Calculated Boolean - Security Zone is calculated according to where the interface leads to.
- specific
Zone String - Security Zone specified manually.
GetManagementSimpleClusterInterfaceTopologySetting
- Interface
Leads boolTo Dmz - Whether this interface leads to demilitarized zone (perimeter network).
- Ip
Address stringBehind This Interface - Specific
Network string - Network behind this interface.
- Interface
Leads boolTo Dmz - Whether this interface leads to demilitarized zone (perimeter network).
- Ip
Address stringBehind This Interface - Specific
Network string - Network behind this interface.
- interface
Leads BooleanTo Dmz - Whether this interface leads to demilitarized zone (perimeter network).
- ip
Address StringBehind This Interface - specific
Network String - Network behind this interface.
- interface
Leads booleanTo Dmz - Whether this interface leads to demilitarized zone (perimeter network).
- ip
Address stringBehind This Interface - specific
Network string - Network behind this interface.
- interface_
leads_ boolto_ dmz - Whether this interface leads to demilitarized zone (perimeter network).
- ip_
address_ strbehind_ this_ interface - specific_
network str - Network behind this interface.
- interface
Leads BooleanTo Dmz - Whether this interface leads to demilitarized zone (perimeter network).
- ip
Address StringBehind This Interface - specific
Network String - Network behind this interface.
GetManagementSimpleClusterIpsSetting
- Activation
Mode string - Defines whether the IPS blade operates in Detect Only mode or enforces the configured IPS Policy.
- Bypass
All boolUnder Load - Disable/enable all IPS protections until CPU and memory levels are back to normal.
- Bypass
Track stringMethod - Track options when all IPS protections are disabled until CPU/memory levels are back to normal.
- Cpu
Usage doubleHigh Threshold - CPU usage high threshold percentage (1-99).
- Cpu
Usage doubleLow Threshold - CPU usage low threshold percentage (1-99).
- Memory
Usage doubleHigh Threshold - Memory usage high threshold percentage (1-99).
- Memory
Usage doubleLow Threshold - Memory usage low threshold percentage (1-99).
- Reject
On boolCluster Fail Over - Define the IPS connections during fail over reject packets or accept packets.
- Send
Threat boolCloud Info - Help improve Check Point Threat Prevention product by sending anonymous information.
- Top
Cpu List<GetConsuming Protections Management Simple Cluster Ips Setting Top Cpu Consuming Protection> - Provides a way to reduce CPU levels on machines under load by disabling the top CPU consuming IPS protections.top_cpu_consuming_protections blocks are documented below.
- Activation
Mode string - Defines whether the IPS blade operates in Detect Only mode or enforces the configured IPS Policy.
- Bypass
All boolUnder Load - Disable/enable all IPS protections until CPU and memory levels are back to normal.
- Bypass
Track stringMethod - Track options when all IPS protections are disabled until CPU/memory levels are back to normal.
- Cpu
Usage float64High Threshold - CPU usage high threshold percentage (1-99).
- Cpu
Usage float64Low Threshold - CPU usage low threshold percentage (1-99).
- Memory
Usage float64High Threshold - Memory usage high threshold percentage (1-99).
- Memory
Usage float64Low Threshold - Memory usage low threshold percentage (1-99).
- Reject
On boolCluster Fail Over - Define the IPS connections during fail over reject packets or accept packets.
- Send
Threat boolCloud Info - Help improve Check Point Threat Prevention product by sending anonymous information.
- Top
Cpu []GetConsuming Protections Management Simple Cluster Ips Setting Top Cpu Consuming Protection - Provides a way to reduce CPU levels on machines under load by disabling the top CPU consuming IPS protections.top_cpu_consuming_protections blocks are documented below.
- activation
Mode String - Defines whether the IPS blade operates in Detect Only mode or enforces the configured IPS Policy.
- bypass
All BooleanUnder Load - Disable/enable all IPS protections until CPU and memory levels are back to normal.
- bypass
Track StringMethod - Track options when all IPS protections are disabled until CPU/memory levels are back to normal.
- cpu
Usage DoubleHigh Threshold - CPU usage high threshold percentage (1-99).
- cpu
Usage DoubleLow Threshold - CPU usage low threshold percentage (1-99).
- memory
Usage DoubleHigh Threshold - Memory usage high threshold percentage (1-99).
- memory
Usage DoubleLow Threshold - Memory usage low threshold percentage (1-99).
- reject
On BooleanCluster Fail Over - Define the IPS connections during fail over reject packets or accept packets.
- send
Threat BooleanCloud Info - Help improve Check Point Threat Prevention product by sending anonymous information.
- top
Cpu List<GetConsuming Protections Management Simple Cluster Ips Setting Top Cpu Consuming Protection> - Provides a way to reduce CPU levels on machines under load by disabling the top CPU consuming IPS protections.top_cpu_consuming_protections blocks are documented below.
- activation
Mode string - Defines whether the IPS blade operates in Detect Only mode or enforces the configured IPS Policy.
- bypass
All booleanUnder Load - Disable/enable all IPS protections until CPU and memory levels are back to normal.
- bypass
Track stringMethod - Track options when all IPS protections are disabled until CPU/memory levels are back to normal.
- cpu
Usage numberHigh Threshold - CPU usage high threshold percentage (1-99).
- cpu
Usage numberLow Threshold - CPU usage low threshold percentage (1-99).
- memory
Usage numberHigh Threshold - Memory usage high threshold percentage (1-99).
- memory
Usage numberLow Threshold - Memory usage low threshold percentage (1-99).
- reject
On booleanCluster Fail Over - Define the IPS connections during fail over reject packets or accept packets.
- send
Threat booleanCloud Info - Help improve Check Point Threat Prevention product by sending anonymous information.
- top
Cpu GetConsuming Protections Management Simple Cluster Ips Setting Top Cpu Consuming Protection[] - Provides a way to reduce CPU levels on machines under load by disabling the top CPU consuming IPS protections.top_cpu_consuming_protections blocks are documented below.
- activation_
mode str - Defines whether the IPS blade operates in Detect Only mode or enforces the configured IPS Policy.
- bypass_
all_ boolunder_ load - Disable/enable all IPS protections until CPU and memory levels are back to normal.
- bypass_
track_ strmethod - Track options when all IPS protections are disabled until CPU/memory levels are back to normal.
- cpu_
usage_ floathigh_ threshold - CPU usage high threshold percentage (1-99).
- cpu_
usage_ floatlow_ threshold - CPU usage low threshold percentage (1-99).
- memory_
usage_ floathigh_ threshold - Memory usage high threshold percentage (1-99).
- memory_
usage_ floatlow_ threshold - Memory usage low threshold percentage (1-99).
- reject_
on_ boolcluster_ fail_ over - Define the IPS connections during fail over reject packets or accept packets.
- send_
threat_ boolcloud_ info - Help improve Check Point Threat Prevention product by sending anonymous information.
- top_
cpu_ Sequence[Getconsuming_ protections Management Simple Cluster Ips Setting Top Cpu Consuming Protection] - Provides a way to reduce CPU levels on machines under load by disabling the top CPU consuming IPS protections.top_cpu_consuming_protections blocks are documented below.
- activation
Mode String - Defines whether the IPS blade operates in Detect Only mode or enforces the configured IPS Policy.
- bypass
All BooleanUnder Load - Disable/enable all IPS protections until CPU and memory levels are back to normal.
- bypass
Track StringMethod - Track options when all IPS protections are disabled until CPU/memory levels are back to normal.
- cpu
Usage NumberHigh Threshold - CPU usage high threshold percentage (1-99).
- cpu
Usage NumberLow Threshold - CPU usage low threshold percentage (1-99).
- memory
Usage NumberHigh Threshold - Memory usage high threshold percentage (1-99).
- memory
Usage NumberLow Threshold - Memory usage low threshold percentage (1-99).
- reject
On BooleanCluster Fail Over - Define the IPS connections during fail over reject packets or accept packets.
- send
Threat BooleanCloud Info - Help improve Check Point Threat Prevention product by sending anonymous information.
- top
Cpu List<Property Map>Consuming Protections - Provides a way to reduce CPU levels on machines under load by disabling the top CPU consuming IPS protections.top_cpu_consuming_protections blocks are documented below.
GetManagementSimpleClusterIpsSettingTopCpuConsumingProtection
- Disable
Period double - Disable
Under boolLoad
- Disable
Period float64 - Disable
Under boolLoad
- disable
Period Double - disable
Under BooleanLoad
- disable
Period number - disable
Under booleanLoad
- disable_
period float - disable_
under_ boolload
- disable
Period Number - disable
Under BooleanLoad
GetManagementSimpleClusterLogsSetting
- Alert
When boolFree Disk Space Below - Alert
When stringFree Disk Space Below Metrics - Alert
When doubleFree Disk Space Below Threshold - Alert
When stringFree Disk Space Below Type - Before
Delete boolKeep Logs From The Last Days - Before
Delete doubleKeep Logs From The Last Days Threshold - Before
Delete boolRun Script - Before
Delete stringRun Script Command - Delete
Index boolFiles Older Than Days - Delete
Index doubleFiles Older Than Days Threshold - Delete
Index boolFiles When Index Size Above - Delete
Index stringFiles When Index Size Above Metrics - Delete
Index doubleFiles When Index Size Above Threshold - Delete
When boolFree Disk Space Below - Delete
When stringFree Disk Space Below Metrics - Delete
When doubleFree Disk Space Below Threshold - Detect
New boolCitrix Ica Application Names - Forward
Logs boolTo Log Server - Forward
Logs stringTo Log Server Name - Forward
Logs stringTo Log Server Schedule Name - Free
Disk stringSpace Metrics - Perform
Log boolRotate Before Log Forwarding - Reject
Connections boolWhen Free Disk Space Below Threshold - Reserve
For stringPacket Capture Metrics - Reserve
For doublePacket Capture Threshold - Rotate
Log boolBy File Size - Rotate
Log doubleFile Size Threshold - Rotate
Log boolOn Schedule - Rotate
Log stringSchedule Name - Stop
Logging boolWhen Free Disk Space Below - Stop
Logging stringWhen Free Disk Space Below Metrics - Stop
Logging doubleWhen Free Disk Space Below Threshold - Turn
On boolQos Logging - Update
Account doubleLog Every
- Alert
When boolFree Disk Space Below - Alert
When stringFree Disk Space Below Metrics - Alert
When float64Free Disk Space Below Threshold - Alert
When stringFree Disk Space Below Type - Before
Delete boolKeep Logs From The Last Days - Before
Delete float64Keep Logs From The Last Days Threshold - Before
Delete boolRun Script - Before
Delete stringRun Script Command - Delete
Index boolFiles Older Than Days - Delete
Index float64Files Older Than Days Threshold - Delete
Index boolFiles When Index Size Above - Delete
Index stringFiles When Index Size Above Metrics - Delete
Index float64Files When Index Size Above Threshold - Delete
When boolFree Disk Space Below - Delete
When stringFree Disk Space Below Metrics - Delete
When float64Free Disk Space Below Threshold - Detect
New boolCitrix Ica Application Names - Forward
Logs boolTo Log Server - Forward
Logs stringTo Log Server Name - Forward
Logs stringTo Log Server Schedule Name - Free
Disk stringSpace Metrics - Perform
Log boolRotate Before Log Forwarding - Reject
Connections boolWhen Free Disk Space Below Threshold - Reserve
For stringPacket Capture Metrics - Reserve
For float64Packet Capture Threshold - Rotate
Log boolBy File Size - Rotate
Log float64File Size Threshold - Rotate
Log boolOn Schedule - Rotate
Log stringSchedule Name - Stop
Logging boolWhen Free Disk Space Below - Stop
Logging stringWhen Free Disk Space Below Metrics - Stop
Logging float64When Free Disk Space Below Threshold - Turn
On boolQos Logging - Update
Account float64Log Every
- alert
When BooleanFree Disk Space Below - alert
When StringFree Disk Space Below Metrics - alert
When DoubleFree Disk Space Below Threshold - alert
When StringFree Disk Space Below Type - before
Delete BooleanKeep Logs From The Last Days - before
Delete DoubleKeep Logs From The Last Days Threshold - before
Delete BooleanRun Script - before
Delete StringRun Script Command - delete
Index BooleanFiles Older Than Days - delete
Index DoubleFiles Older Than Days Threshold - delete
Index BooleanFiles When Index Size Above - delete
Index StringFiles When Index Size Above Metrics - delete
Index DoubleFiles When Index Size Above Threshold - delete
When BooleanFree Disk Space Below - delete
When StringFree Disk Space Below Metrics - delete
When DoubleFree Disk Space Below Threshold - detect
New BooleanCitrix Ica Application Names - forward
Logs BooleanTo Log Server - forward
Logs StringTo Log Server Name - forward
Logs StringTo Log Server Schedule Name - free
Disk StringSpace Metrics - perform
Log BooleanRotate Before Log Forwarding - reject
Connections BooleanWhen Free Disk Space Below Threshold - reserve
For StringPacket Capture Metrics - reserve
For DoublePacket Capture Threshold - rotate
Log BooleanBy File Size - rotate
Log DoubleFile Size Threshold - rotate
Log BooleanOn Schedule - rotate
Log StringSchedule Name - stop
Logging BooleanWhen Free Disk Space Below - stop
Logging StringWhen Free Disk Space Below Metrics - stop
Logging DoubleWhen Free Disk Space Below Threshold - turn
On BooleanQos Logging - update
Account DoubleLog Every
- alert
When booleanFree Disk Space Below - alert
When stringFree Disk Space Below Metrics - alert
When numberFree Disk Space Below Threshold - alert
When stringFree Disk Space Below Type - before
Delete booleanKeep Logs From The Last Days - before
Delete numberKeep Logs From The Last Days Threshold - before
Delete booleanRun Script - before
Delete stringRun Script Command - delete
Index booleanFiles Older Than Days - delete
Index numberFiles Older Than Days Threshold - delete
Index booleanFiles When Index Size Above - delete
Index stringFiles When Index Size Above Metrics - delete
Index numberFiles When Index Size Above Threshold - delete
When booleanFree Disk Space Below - delete
When stringFree Disk Space Below Metrics - delete
When numberFree Disk Space Below Threshold - detect
New booleanCitrix Ica Application Names - forward
Logs booleanTo Log Server - forward
Logs stringTo Log Server Name - forward
Logs stringTo Log Server Schedule Name - free
Disk stringSpace Metrics - perform
Log booleanRotate Before Log Forwarding - reject
Connections booleanWhen Free Disk Space Below Threshold - reserve
For stringPacket Capture Metrics - reserve
For numberPacket Capture Threshold - rotate
Log booleanBy File Size - rotate
Log numberFile Size Threshold - rotate
Log booleanOn Schedule - rotate
Log stringSchedule Name - stop
Logging booleanWhen Free Disk Space Below - stop
Logging stringWhen Free Disk Space Below Metrics - stop
Logging numberWhen Free Disk Space Below Threshold - turn
On booleanQos Logging - update
Account numberLog Every
- alert_
when_ boolfree_ disk_ space_ below - alert_
when_ strfree_ disk_ space_ below_ metrics - alert_
when_ floatfree_ disk_ space_ below_ threshold - alert_
when_ strfree_ disk_ space_ below_ type - before_
delete_ boolkeep_ logs_ from_ the_ last_ days - before_
delete_ floatkeep_ logs_ from_ the_ last_ days_ threshold - before_
delete_ boolrun_ script - before_
delete_ strrun_ script_ command - delete_
index_ boolfiles_ older_ than_ days - delete_
index_ floatfiles_ older_ than_ days_ threshold - delete_
index_ boolfiles_ when_ index_ size_ above - delete_
index_ strfiles_ when_ index_ size_ above_ metrics - delete_
index_ floatfiles_ when_ index_ size_ above_ threshold - delete_
when_ boolfree_ disk_ space_ below - delete_
when_ strfree_ disk_ space_ below_ metrics - delete_
when_ floatfree_ disk_ space_ below_ threshold - detect_
new_ boolcitrix_ ica_ application_ names - forward_
logs_ boolto_ log_ server - forward_
logs_ strto_ log_ server_ name - forward_
logs_ strto_ log_ server_ schedule_ name - free_
disk_ strspace_ metrics - perform_
log_ boolrotate_ before_ log_ forwarding - reject_
connections_ boolwhen_ free_ disk_ space_ below_ threshold - reserve_
for_ strpacket_ capture_ metrics - reserve_
for_ floatpacket_ capture_ threshold - rotate_
log_ boolby_ file_ size - rotate_
log_ floatfile_ size_ threshold - rotate_
log_ boolon_ schedule - rotate_
log_ strschedule_ name - stop_
logging_ boolwhen_ free_ disk_ space_ below - stop_
logging_ strwhen_ free_ disk_ space_ below_ metrics - stop_
logging_ floatwhen_ free_ disk_ space_ below_ threshold - turn_
on_ boolqos_ logging - update_
account_ floatlog_ every
- alert
When BooleanFree Disk Space Below - alert
When StringFree Disk Space Below Metrics - alert
When NumberFree Disk Space Below Threshold - alert
When StringFree Disk Space Below Type - before
Delete BooleanKeep Logs From The Last Days - before
Delete NumberKeep Logs From The Last Days Threshold - before
Delete BooleanRun Script - before
Delete StringRun Script Command - delete
Index BooleanFiles Older Than Days - delete
Index NumberFiles Older Than Days Threshold - delete
Index BooleanFiles When Index Size Above - delete
Index StringFiles When Index Size Above Metrics - delete
Index NumberFiles When Index Size Above Threshold - delete
When BooleanFree Disk Space Below - delete
When StringFree Disk Space Below Metrics - delete
When NumberFree Disk Space Below Threshold - detect
New BooleanCitrix Ica Application Names - forward
Logs BooleanTo Log Server - forward
Logs StringTo Log Server Name - forward
Logs StringTo Log Server Schedule Name - free
Disk StringSpace Metrics - perform
Log BooleanRotate Before Log Forwarding - reject
Connections BooleanWhen Free Disk Space Below Threshold - reserve
For StringPacket Capture Metrics - reserve
For NumberPacket Capture Threshold - rotate
Log BooleanBy File Size - rotate
Log NumberFile Size Threshold - rotate
Log BooleanOn Schedule - rotate
Log StringSchedule Name - stop
Logging BooleanWhen Free Disk Space Below - stop
Logging StringWhen Free Disk Space Below Metrics - stop
Logging NumberWhen Free Disk Space Below Threshold - turn
On BooleanQos Logging - update
Account NumberLog Every
GetManagementSimpleClusterMember
- Interfaces
List<Get
Management Simple Cluster Member Interface> - Cluster Member network interfaces.interfaces blocks are documented below.
- Ip
Address string - Name string
- Object name.
- Sic
Message string - Sic
State string
- Interfaces
[]Get
Management Simple Cluster Member Interface - Cluster Member network interfaces.interfaces blocks are documented below.
- Ip
Address string - Name string
- Object name.
- Sic
Message string - Sic
State string
- interfaces
List<Get
Management Simple Cluster Member Interface> - Cluster Member network interfaces.interfaces blocks are documented below.
- ip
Address String - name String
- Object name.
- sic
Message String - sic
State String
- interfaces
Get
Management Simple Cluster Member Interface[] - Cluster Member network interfaces.interfaces blocks are documented below.
- ip
Address string - name string
- Object name.
- sic
Message string - sic
State string
- interfaces
Sequence[Get
Management Simple Cluster Member Interface] - Cluster Member network interfaces.interfaces blocks are documented below.
- ip_
address str - name str
- Object name.
- sic_
message str - sic_
state str
- interfaces List<Property Map>
- Cluster Member network interfaces.interfaces blocks are documented below.
- ip
Address String - name String
- Object name.
- sic
Message String - sic
State String
GetManagementSimpleClusterMemberInterface
- Ipv4Address string
- IPv4 address.
- Ipv4Mask
Length string - IPv4 network mask length.
- Ipv4Network
Mask string - IPv4 network address.
- Ipv6Address string
- IPv6 address.
- Ipv6Mask
Length string - IPv6 network mask length.
- Ipv6Network
Mask string - IPv6 network address.
- Name string
- Object name.
- Ipv4Address string
- IPv4 address.
- Ipv4Mask
Length string - IPv4 network mask length.
- Ipv4Network
Mask string - IPv4 network address.
- Ipv6Address string
- IPv6 address.
- Ipv6Mask
Length string - IPv6 network mask length.
- Ipv6Network
Mask string - IPv6 network address.
- Name string
- Object name.
- ipv4Address String
- IPv4 address.
- ipv4Mask
Length String - IPv4 network mask length.
- ipv4Network
Mask String - IPv4 network address.
- ipv6Address String
- IPv6 address.
- ipv6Mask
Length String - IPv6 network mask length.
- ipv6Network
Mask String - IPv6 network address.
- name String
- Object name.
- ipv4Address string
- IPv4 address.
- ipv4Mask
Length string - IPv4 network mask length.
- ipv4Network
Mask string - IPv4 network address.
- ipv6Address string
- IPv6 address.
- ipv6Mask
Length string - IPv6 network mask length.
- ipv6Network
Mask string - IPv6 network address.
- name string
- Object name.
- ipv4_
address str - IPv4 address.
- ipv4_
mask_ strlength - IPv4 network mask length.
- ipv4_
network_ strmask - IPv4 network address.
- ipv6_
address str - IPv6 address.
- ipv6_
mask_ strlength - IPv6 network mask length.
- ipv6_
network_ strmask - IPv6 network address.
- name str
- Object name.
- ipv4Address String
- IPv4 address.
- ipv4Mask
Length String - IPv4 network mask length.
- ipv4Network
Mask String - IPv4 network address.
- ipv6Address String
- IPv6 address.
- ipv6Mask
Length String - IPv6 network mask length.
- ipv6Network
Mask String - IPv6 network address.
- name String
- Object name.
GetManagementSimpleClusterNatSetting
- Auto
Rule bool - Whether to add automatic address translation rules.
- Hide
Behind string - Hide behind method. This parameter is forbidden in case "method" parameter is "static".
- Install
On string - Which gateway should apply the NAT translation.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Method string
- NAT translation method.
- Auto
Rule bool - Whether to add automatic address translation rules.
- Hide
Behind string - Hide behind method. This parameter is forbidden in case "method" parameter is "static".
- Install
On string - Which gateway should apply the NAT translation.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Method string
- NAT translation method.
- auto
Rule Boolean - Whether to add automatic address translation rules.
- hide
Behind String - Hide behind method. This parameter is forbidden in case "method" parameter is "static".
- install
On String - Which gateway should apply the NAT translation.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- method String
- NAT translation method.
- auto
Rule boolean - Whether to add automatic address translation rules.
- hide
Behind string - Hide behind method. This parameter is forbidden in case "method" parameter is "static".
- install
On string - Which gateway should apply the NAT translation.
- ipv4Address string
- IPv4 address.
- ipv6Address string
- IPv6 address.
- method string
- NAT translation method.
- auto_
rule bool - Whether to add automatic address translation rules.
- hide_
behind str - Hide behind method. This parameter is forbidden in case "method" parameter is "static".
- install_
on str - Which gateway should apply the NAT translation.
- ipv4_
address str - IPv4 address.
- ipv6_
address str - IPv6 address.
- method str
- NAT translation method.
- auto
Rule Boolean - Whether to add automatic address translation rules.
- hide
Behind String - Hide behind method. This parameter is forbidden in case "method" parameter is "static".
- install
On String - Which gateway should apply the NAT translation.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- method String
- NAT translation method.
GetManagementSimpleClusterPlatformPortalSetting
- Accessibilities
List<Get
Management Simple Cluster Platform Portal Setting Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- Certificate
Settings List<GetManagement Simple Cluster Platform Portal Setting Certificate Setting> - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- Portal
Web List<GetSettings Management Simple Cluster Platform Portal Setting Portal Web Setting> - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- Accessibilities
[]Get
Management Simple Cluster Platform Portal Setting Accessibility - Configuration of the portal access settings.accessibility blocks are documented below.
- Certificate
Settings []GetManagement Simple Cluster Platform Portal Setting Certificate Setting - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- Portal
Web []GetSettings Management Simple Cluster Platform Portal Setting Portal Web Setting - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities
List<Get
Management Simple Cluster Platform Portal Setting Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- certificate
Settings List<GetManagement Simple Cluster Platform Portal Setting Certificate Setting> - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- portal
Web List<GetSettings Management Simple Cluster Platform Portal Setting Portal Web Setting> - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities
Get
Management Simple Cluster Platform Portal Setting Accessibility[] - Configuration of the portal access settings.accessibility blocks are documented below.
- certificate
Settings GetManagement Simple Cluster Platform Portal Setting Certificate Setting[] - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- portal
Web GetSettings Management Simple Cluster Platform Portal Setting Portal Web Setting[] - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities
Sequence[Get
Management Simple Cluster Platform Portal Setting Accessibility] - Configuration of the portal access settings.accessibility blocks are documented below.
- certificate_
settings Sequence[GetManagement Simple Cluster Platform Portal Setting Certificate Setting] - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- portal_
web_ Sequence[Getsettings Management Simple Cluster Platform Portal Setting Portal Web Setting] - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities List<Property Map>
- Configuration of the portal access settings.accessibility blocks are documented below.
- certificate
Settings List<Property Map> - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- portal
Web List<Property Map>Settings - Configuration of the portal web settings.portal_web_settings blocks are documented below.
GetManagementSimpleClusterPlatformPortalSettingAccessibility
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access List<GetSettings Management Simple Cluster Platform Portal Setting Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access []GetSettings Management Simple Cluster Platform Portal Setting Accessibility Internal Access Setting - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<GetSettings Management Simple Cluster Platform Portal Setting Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access GetSettings Management Simple Cluster Platform Portal Setting Accessibility Internal Access Setting[] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow_
access_ strfrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal_
access_ Sequence[Getsettings Management Simple Cluster Platform Portal Setting Accessibility Internal Access Setting] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<Property Map>Settings - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
GetManagementSimpleClusterPlatformPortalSettingAccessibilityInternalAccessSetting
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
GetManagementSimpleClusterPlatformPortalSettingCertificateSetting
- Base64Certificate string
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- Base64Password string
- Password (encoded in Base64 with padding) for the certificate file.
- Base64Certificate string
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- Base64Password string
- Password (encoded in Base64 with padding) for the certificate file.
- base64Certificate String
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64Password String
- Password (encoded in Base64 with padding) for the certificate file.
- base64Certificate string
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64Password string
- Password (encoded in Base64 with padding) for the certificate file.
- base64_
certificate str - The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64_
password str - Password (encoded in Base64 with padding) for the certificate file.
- base64Certificate String
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64Password String
- Password (encoded in Base64 with padding) for the certificate file.
GetManagementSimpleClusterPlatformPortalSettingPortalWebSetting
GetManagementSimpleClusterProxySetting
- Port double
- N/A
- Proxy
Server string - N/A
- Use
Custom boolProxy - Use custom proxy settings for this network object.
- Port float64
- N/A
- Proxy
Server string - N/A
- Use
Custom boolProxy - Use custom proxy settings for this network object.
- port Double
- N/A
- proxy
Server String - N/A
- use
Custom BooleanProxy - Use custom proxy settings for this network object.
- port number
- N/A
- proxy
Server string - N/A
- use
Custom booleanProxy - Use custom proxy settings for this network object.
- port float
- N/A
- proxy_
server str - N/A
- use_
custom_ boolproxy - Use custom proxy settings for this network object.
- port Number
- N/A
- proxy
Server String - N/A
- use
Custom BooleanProxy - Use custom proxy settings for this network object.
GetManagementSimpleClusterUsercheckPortalSetting
- Accessibilities
List<Get
Management Simple Cluster Usercheck Portal Setting Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- Certificate
Settings List<GetManagement Simple Cluster Usercheck Portal Setting Certificate Setting> - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- Enabled bool
- State of the web portal (enabled or disabled). The supported blades are: {'Application Control', 'URL Filtering', 'Data Loss Prevention', 'Anti Virus', 'Anti Bot', 'Threat Emulation', 'Threat Extraction', 'Data Awareness'}.
- Portal
Web List<GetSettings Management Simple Cluster Usercheck Portal Setting Portal Web Setting> - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- Accessibilities
[]Get
Management Simple Cluster Usercheck Portal Setting Accessibility - Configuration of the portal access settings.accessibility blocks are documented below.
- Certificate
Settings []GetManagement Simple Cluster Usercheck Portal Setting Certificate Setting - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- Enabled bool
- State of the web portal (enabled or disabled). The supported blades are: {'Application Control', 'URL Filtering', 'Data Loss Prevention', 'Anti Virus', 'Anti Bot', 'Threat Emulation', 'Threat Extraction', 'Data Awareness'}.
- Portal
Web []GetSettings Management Simple Cluster Usercheck Portal Setting Portal Web Setting - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities
List<Get
Management Simple Cluster Usercheck Portal Setting Accessibility> - Configuration of the portal access settings.accessibility blocks are documented below.
- certificate
Settings List<GetManagement Simple Cluster Usercheck Portal Setting Certificate Setting> - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- enabled Boolean
- State of the web portal (enabled or disabled). The supported blades are: {'Application Control', 'URL Filtering', 'Data Loss Prevention', 'Anti Virus', 'Anti Bot', 'Threat Emulation', 'Threat Extraction', 'Data Awareness'}.
- portal
Web List<GetSettings Management Simple Cluster Usercheck Portal Setting Portal Web Setting> - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities
Get
Management Simple Cluster Usercheck Portal Setting Accessibility[] - Configuration of the portal access settings.accessibility blocks are documented below.
- certificate
Settings GetManagement Simple Cluster Usercheck Portal Setting Certificate Setting[] - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- enabled boolean
- State of the web portal (enabled or disabled). The supported blades are: {'Application Control', 'URL Filtering', 'Data Loss Prevention', 'Anti Virus', 'Anti Bot', 'Threat Emulation', 'Threat Extraction', 'Data Awareness'}.
- portal
Web GetSettings Management Simple Cluster Usercheck Portal Setting Portal Web Setting[] - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities
Sequence[Get
Management Simple Cluster Usercheck Portal Setting Accessibility] - Configuration of the portal access settings.accessibility blocks are documented below.
- certificate_
settings Sequence[GetManagement Simple Cluster Usercheck Portal Setting Certificate Setting] - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- enabled bool
- State of the web portal (enabled or disabled). The supported blades are: {'Application Control', 'URL Filtering', 'Data Loss Prevention', 'Anti Virus', 'Anti Bot', 'Threat Emulation', 'Threat Extraction', 'Data Awareness'}.
- portal_
web_ Sequence[Getsettings Management Simple Cluster Usercheck Portal Setting Portal Web Setting] - Configuration of the portal web settings.portal_web_settings blocks are documented below.
- accessibilities List<Property Map>
- Configuration of the portal access settings.accessibility blocks are documented below.
- certificate
Settings List<Property Map> - Configuration of the portal certificate settings.certificate_settings blocks are documented below.
- enabled Boolean
- State of the web portal (enabled or disabled). The supported blades are: {'Application Control', 'URL Filtering', 'Data Loss Prevention', 'Anti Virus', 'Anti Bot', 'Threat Emulation', 'Threat Extraction', 'Data Awareness'}.
- portal
Web List<Property Map>Settings - Configuration of the portal web settings.portal_web_settings blocks are documented below.
GetManagementSimpleClusterUsercheckPortalSettingAccessibility
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access List<GetSettings Management Simple Cluster Usercheck Portal Setting Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- Allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- Internal
Access []GetSettings Management Simple Cluster Usercheck Portal Setting Accessibility Internal Access Setting - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<GetSettings Management Simple Cluster Usercheck Portal Setting Accessibility Internal Access Setting> - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access stringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access GetSettings Management Simple Cluster Usercheck Portal Setting Accessibility Internal Access Setting[] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow_
access_ strfrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal_
access_ Sequence[Getsettings Management Simple Cluster Usercheck Portal Setting Accessibility Internal Access Setting] - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
- allow
Access StringFrom - Allowed access to the web portal (based on interfaces, or security policy).
- internal
Access List<Property Map>Settings - Configuration of the additional portal access settings for internal interfaces only.internal_access_settings blocks are documented below.
GetManagementSimpleClusterUsercheckPortalSettingAccessibilityInternalAccessSetting
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- Dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- Undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- Vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz bool
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined bool
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn bool
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
- dmz Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'DMZ'.
- undefined Boolean
- Controls portal access settings for internal interfaces, whose topology is set to 'Undefined'.
- vpn Boolean
- Controls portal access settings for interfaces that are part of a VPN Encryption Domain.
GetManagementSimpleClusterUsercheckPortalSettingCertificateSetting
- Base64Certificate string
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- Base64Password string
- Password (encoded in Base64 with padding) for the certificate file.
- Base64Certificate string
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- Base64Password string
- Password (encoded in Base64 with padding) for the certificate file.
- base64Certificate String
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64Password String
- Password (encoded in Base64 with padding) for the certificate file.
- base64Certificate string
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64Password string
- Password (encoded in Base64 with padding) for the certificate file.
- base64_
certificate str - The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64_
password str - Password (encoded in Base64 with padding) for the certificate file.
- base64Certificate String
- The certificate file encoded in Base64 with padding. This file must be in the *.p12 format.
- base64Password String
- Password (encoded in Base64 with padding) for the certificate file.
GetManagementSimpleClusterUsercheckPortalSettingPortalWebSetting
GetManagementSimpleClusterVpnSetting
- Authentications
List<Get
Management Simple Cluster Vpn Setting Authentication> - Authentication.authentication blocks are documented below.
- Link
Selections List<GetManagement Simple Cluster Vpn Setting Link Selection> - Link Selection.link_selection blocks are documented below.
- Maximum
Concurrent doubleIke Negotiations - N/A
- Maximum
Concurrent doubleTunnels - N/A
- Office
Modes List<GetManagement Simple Cluster Vpn Setting Office Mode> - Office Mode. Notation Wide Impact - Office Mode apply IPSec VPN Software Blade clients and to the Mobile Access Software Blade clients.office_mode blocks are documented below.
- Remote
Accesses List<GetManagement Simple Cluster Vpn Setting Remote Access> - Remote Access.remote_access blocks are documented below.
- Vpn
Domain string - Gateway VPN domain identified by the name or UID.
- Vpn
Domain boolExclude External Ip Addresses - Exclude the external IP addresses from the VPN domain of this Security Gateway.
- Vpn
Domain stringType - Gateway VPN domain type.
- Authentications
[]Get
Management Simple Cluster Vpn Setting Authentication - Authentication.authentication blocks are documented below.
- Link
Selections []GetManagement Simple Cluster Vpn Setting Link Selection - Link Selection.link_selection blocks are documented below.
- Maximum
Concurrent float64Ike Negotiations - N/A
- Maximum
Concurrent float64Tunnels - N/A
- Office
Modes []GetManagement Simple Cluster Vpn Setting Office Mode - Office Mode. Notation Wide Impact - Office Mode apply IPSec VPN Software Blade clients and to the Mobile Access Software Blade clients.office_mode blocks are documented below.
- Remote
Accesses []GetManagement Simple Cluster Vpn Setting Remote Access - Remote Access.remote_access blocks are documented below.
- Vpn
Domain string - Gateway VPN domain identified by the name or UID.
- Vpn
Domain boolExclude External Ip Addresses - Exclude the external IP addresses from the VPN domain of this Security Gateway.
- Vpn
Domain stringType - Gateway VPN domain type.
- authentications
List<Get
Management Simple Cluster Vpn Setting Authentication> - Authentication.authentication blocks are documented below.
- link
Selections List<GetManagement Simple Cluster Vpn Setting Link Selection> - Link Selection.link_selection blocks are documented below.
- maximum
Concurrent DoubleIke Negotiations - N/A
- maximum
Concurrent DoubleTunnels - N/A
- office
Modes List<GetManagement Simple Cluster Vpn Setting Office Mode> - Office Mode. Notation Wide Impact - Office Mode apply IPSec VPN Software Blade clients and to the Mobile Access Software Blade clients.office_mode blocks are documented below.
- remote
Accesses List<GetManagement Simple Cluster Vpn Setting Remote Access> - Remote Access.remote_access blocks are documented below.
- vpn
Domain String - Gateway VPN domain identified by the name or UID.
- vpn
Domain BooleanExclude External Ip Addresses - Exclude the external IP addresses from the VPN domain of this Security Gateway.
- vpn
Domain StringType - Gateway VPN domain type.
- authentications
Get
Management Simple Cluster Vpn Setting Authentication[] - Authentication.authentication blocks are documented below.
- link
Selections GetManagement Simple Cluster Vpn Setting Link Selection[] - Link Selection.link_selection blocks are documented below.
- maximum
Concurrent numberIke Negotiations - N/A
- maximum
Concurrent numberTunnels - N/A
- office
Modes GetManagement Simple Cluster Vpn Setting Office Mode[] - Office Mode. Notation Wide Impact - Office Mode apply IPSec VPN Software Blade clients and to the Mobile Access Software Blade clients.office_mode blocks are documented below.
- remote
Accesses GetManagement Simple Cluster Vpn Setting Remote Access[] - Remote Access.remote_access blocks are documented below.
- vpn
Domain string - Gateway VPN domain identified by the name or UID.
- vpn
Domain booleanExclude External Ip Addresses - Exclude the external IP addresses from the VPN domain of this Security Gateway.
- vpn
Domain stringType - Gateway VPN domain type.
- authentications
Sequence[Get
Management Simple Cluster Vpn Setting Authentication] - Authentication.authentication blocks are documented below.
- link_
selections Sequence[GetManagement Simple Cluster Vpn Setting Link Selection] - Link Selection.link_selection blocks are documented below.
- maximum_
concurrent_ floatike_ negotiations - N/A
- maximum_
concurrent_ floattunnels - N/A
- office_
modes Sequence[GetManagement Simple Cluster Vpn Setting Office Mode] - Office Mode. Notation Wide Impact - Office Mode apply IPSec VPN Software Blade clients and to the Mobile Access Software Blade clients.office_mode blocks are documented below.
- remote_
accesses Sequence[GetManagement Simple Cluster Vpn Setting Remote Access] - Remote Access.remote_access blocks are documented below.
- vpn_
domain str - Gateway VPN domain identified by the name or UID.
- vpn_
domain_ boolexclude_ external_ ip_ addresses - Exclude the external IP addresses from the VPN domain of this Security Gateway.
- vpn_
domain_ strtype - Gateway VPN domain type.
- authentications List<Property Map>
- Authentication.authentication blocks are documented below.
- link
Selections List<Property Map> - Link Selection.link_selection blocks are documented below.
- maximum
Concurrent NumberIke Negotiations - N/A
- maximum
Concurrent NumberTunnels - N/A
- office
Modes List<Property Map> - Office Mode. Notation Wide Impact - Office Mode apply IPSec VPN Software Blade clients and to the Mobile Access Software Blade clients.office_mode blocks are documented below.
- remote
Accesses List<Property Map> - Remote Access.remote_access blocks are documented below.
- vpn
Domain String - Gateway VPN domain identified by the name or UID.
- vpn
Domain BooleanExclude External Ip Addresses - Exclude the external IP addresses from the VPN domain of this Security Gateway.
- vpn
Domain StringType - Gateway VPN domain type.
GetManagementSimpleClusterVpnSettingAuthentication
- Authentication
Clients List<string> - Collection of VPN Authentication clients identified by the name or UID.authentication_clients blocks are documented below.
- Authentication
Clients []string - Collection of VPN Authentication clients identified by the name or UID.authentication_clients blocks are documented below.
- authentication
Clients List<String> - Collection of VPN Authentication clients identified by the name or UID.authentication_clients blocks are documented below.
- authentication
Clients string[] - Collection of VPN Authentication clients identified by the name or UID.authentication_clients blocks are documented below.
- authentication_
clients Sequence[str] - Collection of VPN Authentication clients identified by the name or UID.authentication_clients blocks are documented below.
- authentication
Clients List<String> - Collection of VPN Authentication clients identified by the name or UID.authentication_clients blocks are documented below.
GetManagementSimpleClusterVpnSettingLinkSelection
- Dns
Resolving stringHostname - DNS Resolving Hostname. Must be set when "ip-selection" was selected to be "dns-resolving-from-hostname".
- Ip
Address string - Ip
Selection string
- Dns
Resolving stringHostname - DNS Resolving Hostname. Must be set when "ip-selection" was selected to be "dns-resolving-from-hostname".
- Ip
Address string - Ip
Selection string
- dns
Resolving StringHostname - DNS Resolving Hostname. Must be set when "ip-selection" was selected to be "dns-resolving-from-hostname".
- ip
Address String - ip
Selection String
- dns
Resolving stringHostname - DNS Resolving Hostname. Must be set when "ip-selection" was selected to be "dns-resolving-from-hostname".
- ip
Address string - ip
Selection string
- dns_
resolving_ strhostname - DNS Resolving Hostname. Must be set when "ip-selection" was selected to be "dns-resolving-from-hostname".
- ip_
address str - ip_
selection str
- dns
Resolving StringHostname - DNS Resolving Hostname. Must be set when "ip-selection" was selected to be "dns-resolving-from-hostname".
- ip
Address String - ip
Selection String
GetManagementSimpleClusterVpnSettingOfficeMode
- Allocate
Ip List<GetAddress Froms Management Simple Cluster Vpn Setting Office Mode Allocate Ip Address From> - Allocate IP address Method. Allocate IP address by sequentially trying the given methods until success.allocate_ip_address_from blocks are documented below.
- Anti
Spoofing stringAdditional Addresses - Additional IP Addresses for Anti-Spoofing. Identified by name or UID. Must be set when "perform-anti-spoofings" is true.
- Group string
- Group. Identified by name or UID. Must be set when "office-mode-permissions" was selected to be "group".
- Mode string
- Office Mode Permissions. When selected to be "off", all the other definitions are irrelevant.
- Perform
Anti boolSpoofing - Perform Anti-Spoofing on Office Mode addresses.
- Support
Multiple boolInterfaces - Support connectivity enhancement for gateways with multiple external interfaces.
- Allocate
Ip []GetAddress Froms Management Simple Cluster Vpn Setting Office Mode Allocate Ip Address From - Allocate IP address Method. Allocate IP address by sequentially trying the given methods until success.allocate_ip_address_from blocks are documented below.
- Anti
Spoofing stringAdditional Addresses - Additional IP Addresses for Anti-Spoofing. Identified by name or UID. Must be set when "perform-anti-spoofings" is true.
- Group string
- Group. Identified by name or UID. Must be set when "office-mode-permissions" was selected to be "group".
- Mode string
- Office Mode Permissions. When selected to be "off", all the other definitions are irrelevant.
- Perform
Anti boolSpoofing - Perform Anti-Spoofing on Office Mode addresses.
- Support
Multiple boolInterfaces - Support connectivity enhancement for gateways with multiple external interfaces.
- allocate
Ip List<GetAddress Froms Management Simple Cluster Vpn Setting Office Mode Allocate Ip Address From> - Allocate IP address Method. Allocate IP address by sequentially trying the given methods until success.allocate_ip_address_from blocks are documented below.
- anti
Spoofing StringAdditional Addresses - Additional IP Addresses for Anti-Spoofing. Identified by name or UID. Must be set when "perform-anti-spoofings" is true.
- group String
- Group. Identified by name or UID. Must be set when "office-mode-permissions" was selected to be "group".
- mode String
- Office Mode Permissions. When selected to be "off", all the other definitions are irrelevant.
- perform
Anti BooleanSpoofing - Perform Anti-Spoofing on Office Mode addresses.
- support
Multiple BooleanInterfaces - Support connectivity enhancement for gateways with multiple external interfaces.
- allocate
Ip GetAddress Froms Management Simple Cluster Vpn Setting Office Mode Allocate Ip Address From[] - Allocate IP address Method. Allocate IP address by sequentially trying the given methods until success.allocate_ip_address_from blocks are documented below.
- anti
Spoofing stringAdditional Addresses - Additional IP Addresses for Anti-Spoofing. Identified by name or UID. Must be set when "perform-anti-spoofings" is true.
- group string
- Group. Identified by name or UID. Must be set when "office-mode-permissions" was selected to be "group".
- mode string
- Office Mode Permissions. When selected to be "off", all the other definitions are irrelevant.
- perform
Anti booleanSpoofing - Perform Anti-Spoofing on Office Mode addresses.
- support
Multiple booleanInterfaces - Support connectivity enhancement for gateways with multiple external interfaces.
- allocate_
ip_ Sequence[Getaddress_ froms Management Simple Cluster Vpn Setting Office Mode Allocate Ip Address From] - Allocate IP address Method. Allocate IP address by sequentially trying the given methods until success.allocate_ip_address_from blocks are documented below.
- anti_
spoofing_ stradditional_ addresses - Additional IP Addresses for Anti-Spoofing. Identified by name or UID. Must be set when "perform-anti-spoofings" is true.
- group str
- Group. Identified by name or UID. Must be set when "office-mode-permissions" was selected to be "group".
- mode str
- Office Mode Permissions. When selected to be "off", all the other definitions are irrelevant.
- perform_
anti_ boolspoofing - Perform Anti-Spoofing on Office Mode addresses.
- support_
multiple_ boolinterfaces - Support connectivity enhancement for gateways with multiple external interfaces.
- allocate
Ip List<Property Map>Address Froms - Allocate IP address Method. Allocate IP address by sequentially trying the given methods until success.allocate_ip_address_from blocks are documented below.
- anti
Spoofing StringAdditional Addresses - Additional IP Addresses for Anti-Spoofing. Identified by name or UID. Must be set when "perform-anti-spoofings" is true.
- group String
- Group. Identified by name or UID. Must be set when "office-mode-permissions" was selected to be "group".
- mode String
- Office Mode Permissions. When selected to be "off", all the other definitions are irrelevant.
- perform
Anti BooleanSpoofing - Perform Anti-Spoofing on Office Mode addresses.
- support
Multiple BooleanInterfaces - Support connectivity enhancement for gateways with multiple external interfaces.
GetManagementSimpleClusterVpnSettingOfficeModeAllocateIpAddressFrom
- Allocate
Method string - Using either Manual (IP Pool) or Automatic (DHCP). Must be set when "use-allocate-method" is true.
- Dhcp
Mac stringAddress - Calculated MAC address for DHCP allocation. Must be set when "allocate-method" was selected to be "automatic".
- Dhcp
Server string - DHCP Server. Identified by name or UID. Must be set when "allocate-method" was selected to be "automatic".
- Manual
Network string - Manual Network. Identified by name or UID. Must be set when "allocate-method" was selected to be "manual".
- Optional
Parameters List<GetManagement Simple Cluster Vpn Setting Office Mode Allocate Ip Address From Optional Parameter> - This configuration applies to all Office Mode methods except Automatic (using DHCP) and ipassignment.conf entries which contain this data.optional_parameters blocks are documented below.
- Radius
Server bool - Radius server used to authenticate the user.
- Use
Allocate boolMethod - Use Allocate Method.
- Virtual
Ip stringAddress - Virtual IPV4 address for DHCP server replies. Must be set when "allocate-method" was selected to be "automatic".
- Allocate
Method string - Using either Manual (IP Pool) or Automatic (DHCP). Must be set when "use-allocate-method" is true.
- Dhcp
Mac stringAddress - Calculated MAC address for DHCP allocation. Must be set when "allocate-method" was selected to be "automatic".
- Dhcp
Server string - DHCP Server. Identified by name or UID. Must be set when "allocate-method" was selected to be "automatic".
- Manual
Network string - Manual Network. Identified by name or UID. Must be set when "allocate-method" was selected to be "manual".
- Optional
Parameters []GetManagement Simple Cluster Vpn Setting Office Mode Allocate Ip Address From Optional Parameter - This configuration applies to all Office Mode methods except Automatic (using DHCP) and ipassignment.conf entries which contain this data.optional_parameters blocks are documented below.
- Radius
Server bool - Radius server used to authenticate the user.
- Use
Allocate boolMethod - Use Allocate Method.
- Virtual
Ip stringAddress - Virtual IPV4 address for DHCP server replies. Must be set when "allocate-method" was selected to be "automatic".
- allocate
Method String - Using either Manual (IP Pool) or Automatic (DHCP). Must be set when "use-allocate-method" is true.
- dhcp
Mac StringAddress - Calculated MAC address for DHCP allocation. Must be set when "allocate-method" was selected to be "automatic".
- dhcp
Server String - DHCP Server. Identified by name or UID. Must be set when "allocate-method" was selected to be "automatic".
- manual
Network String - Manual Network. Identified by name or UID. Must be set when "allocate-method" was selected to be "manual".
- optional
Parameters List<GetManagement Simple Cluster Vpn Setting Office Mode Allocate Ip Address From Optional Parameter> - This configuration applies to all Office Mode methods except Automatic (using DHCP) and ipassignment.conf entries which contain this data.optional_parameters blocks are documented below.
- radius
Server Boolean - Radius server used to authenticate the user.
- use
Allocate BooleanMethod - Use Allocate Method.
- virtual
Ip StringAddress - Virtual IPV4 address for DHCP server replies. Must be set when "allocate-method" was selected to be "automatic".
- allocate
Method string - Using either Manual (IP Pool) or Automatic (DHCP). Must be set when "use-allocate-method" is true.
- dhcp
Mac stringAddress - Calculated MAC address for DHCP allocation. Must be set when "allocate-method" was selected to be "automatic".
- dhcp
Server string - DHCP Server. Identified by name or UID. Must be set when "allocate-method" was selected to be "automatic".
- manual
Network string - Manual Network. Identified by name or UID. Must be set when "allocate-method" was selected to be "manual".
- optional
Parameters GetManagement Simple Cluster Vpn Setting Office Mode Allocate Ip Address From Optional Parameter[] - This configuration applies to all Office Mode methods except Automatic (using DHCP) and ipassignment.conf entries which contain this data.optional_parameters blocks are documented below.
- radius
Server boolean - Radius server used to authenticate the user.
- use
Allocate booleanMethod - Use Allocate Method.
- virtual
Ip stringAddress - Virtual IPV4 address for DHCP server replies. Must be set when "allocate-method" was selected to be "automatic".
- allocate_
method str - Using either Manual (IP Pool) or Automatic (DHCP). Must be set when "use-allocate-method" is true.
- dhcp_
mac_ straddress - Calculated MAC address for DHCP allocation. Must be set when "allocate-method" was selected to be "automatic".
- dhcp_
server str - DHCP Server. Identified by name or UID. Must be set when "allocate-method" was selected to be "automatic".
- manual_
network str - Manual Network. Identified by name or UID. Must be set when "allocate-method" was selected to be "manual".
- optional_
parameters Sequence[GetManagement Simple Cluster Vpn Setting Office Mode Allocate Ip Address From Optional Parameter] - This configuration applies to all Office Mode methods except Automatic (using DHCP) and ipassignment.conf entries which contain this data.optional_parameters blocks are documented below.
- radius_
server bool - Radius server used to authenticate the user.
- use_
allocate_ boolmethod - Use Allocate Method.
- virtual_
ip_ straddress - Virtual IPV4 address for DHCP server replies. Must be set when "allocate-method" was selected to be "automatic".
- allocate
Method String - Using either Manual (IP Pool) or Automatic (DHCP). Must be set when "use-allocate-method" is true.
- dhcp
Mac StringAddress - Calculated MAC address for DHCP allocation. Must be set when "allocate-method" was selected to be "automatic".
- dhcp
Server String - DHCP Server. Identified by name or UID. Must be set when "allocate-method" was selected to be "automatic".
- manual
Network String - Manual Network. Identified by name or UID. Must be set when "allocate-method" was selected to be "manual".
- optional
Parameters List<Property Map> - This configuration applies to all Office Mode methods except Automatic (using DHCP) and ipassignment.conf entries which contain this data.optional_parameters blocks are documented below.
- radius
Server Boolean - Radius server used to authenticate the user.
- use
Allocate BooleanMethod - Use Allocate Method.
- virtual
Ip StringAddress - Virtual IPV4 address for DHCP server replies. Must be set when "allocate-method" was selected to be "automatic".
GetManagementSimpleClusterVpnSettingOfficeModeAllocateIpAddressFromOptionalParameter
- Dns
Suffixes string - DNS Suffixes.
- First
Backup stringDns Server - First Backup DNS Server. Identified by name or UID. Must be set when "use-first-backup-dns-server" is true and can not be set when "use-first-backup-dns-server" is false.
- First
Backup stringWins Server - First Backup WINS Server. Identified by name or UID. Must be set when "use-first-backup-wins-server" is true and can not be set when "use-first-backup-wins-server" is false.
- Ip
Lease doubleDuration - Primary
Dns stringServer - Primary DNS Server. Identified by name or UID. Must be set when "use-primary-dns-server" is true and can not be set when "use-primary-dns-server" is false.
- Primary
Wins stringServer - Primary WINS Server. Identified by name or UID. Must be set when "use-primary-wins-server" is true and can not be set when "use-primary-wins-server" is false.
- Second
Backup stringDns Server - Second Backup DNS Server. Identified by name or UID. Must be set when "use-second-backup-dns-server" is true and can not be set when "use-second-backup-dns-server" is false.
- Second
Backup stringWins Server - Second Backup WINS Server. Identified by name or UID. Must be set when "use-second-backup-wins-server" is true and can not be set when "use-second-backup-wins-server" is false.
- Use
First boolBackup Dns Server - Use First Backup DNS Server.
- Use
First boolBackup Wins Server - Use First Backup WINS Server.
- Use
Primary boolDns Server - Use Primary DNS Server.
- Use
Primary boolWins Server - Use Primary WINS Server.
- Use
Second boolBackup Dns Server - Use Second Backup DNS Server.
- Use
Second boolBackup Wins Server - Use Second Backup WINS Server.
- Dns
Suffixes string - DNS Suffixes.
- First
Backup stringDns Server - First Backup DNS Server. Identified by name or UID. Must be set when "use-first-backup-dns-server" is true and can not be set when "use-first-backup-dns-server" is false.
- First
Backup stringWins Server - First Backup WINS Server. Identified by name or UID. Must be set when "use-first-backup-wins-server" is true and can not be set when "use-first-backup-wins-server" is false.
- Ip
Lease float64Duration - Primary
Dns stringServer - Primary DNS Server. Identified by name or UID. Must be set when "use-primary-dns-server" is true and can not be set when "use-primary-dns-server" is false.
- Primary
Wins stringServer - Primary WINS Server. Identified by name or UID. Must be set when "use-primary-wins-server" is true and can not be set when "use-primary-wins-server" is false.
- Second
Backup stringDns Server - Second Backup DNS Server. Identified by name or UID. Must be set when "use-second-backup-dns-server" is true and can not be set when "use-second-backup-dns-server" is false.
- Second
Backup stringWins Server - Second Backup WINS Server. Identified by name or UID. Must be set when "use-second-backup-wins-server" is true and can not be set when "use-second-backup-wins-server" is false.
- Use
First boolBackup Dns Server - Use First Backup DNS Server.
- Use
First boolBackup Wins Server - Use First Backup WINS Server.
- Use
Primary boolDns Server - Use Primary DNS Server.
- Use
Primary boolWins Server - Use Primary WINS Server.
- Use
Second boolBackup Dns Server - Use Second Backup DNS Server.
- Use
Second boolBackup Wins Server - Use Second Backup WINS Server.
- dns
Suffixes String - DNS Suffixes.
- first
Backup StringDns Server - First Backup DNS Server. Identified by name or UID. Must be set when "use-first-backup-dns-server" is true and can not be set when "use-first-backup-dns-server" is false.
- first
Backup StringWins Server - First Backup WINS Server. Identified by name or UID. Must be set when "use-first-backup-wins-server" is true and can not be set when "use-first-backup-wins-server" is false.
- ip
Lease DoubleDuration - primary
Dns StringServer - Primary DNS Server. Identified by name or UID. Must be set when "use-primary-dns-server" is true and can not be set when "use-primary-dns-server" is false.
- primary
Wins StringServer - Primary WINS Server. Identified by name or UID. Must be set when "use-primary-wins-server" is true and can not be set when "use-primary-wins-server" is false.
- second
Backup StringDns Server - Second Backup DNS Server. Identified by name or UID. Must be set when "use-second-backup-dns-server" is true and can not be set when "use-second-backup-dns-server" is false.
- second
Backup StringWins Server - Second Backup WINS Server. Identified by name or UID. Must be set when "use-second-backup-wins-server" is true and can not be set when "use-second-backup-wins-server" is false.
- use
First BooleanBackup Dns Server - Use First Backup DNS Server.
- use
First BooleanBackup Wins Server - Use First Backup WINS Server.
- use
Primary BooleanDns Server - Use Primary DNS Server.
- use
Primary BooleanWins Server - Use Primary WINS Server.
- use
Second BooleanBackup Dns Server - Use Second Backup DNS Server.
- use
Second BooleanBackup Wins Server - Use Second Backup WINS Server.
- dns
Suffixes string - DNS Suffixes.
- first
Backup stringDns Server - First Backup DNS Server. Identified by name or UID. Must be set when "use-first-backup-dns-server" is true and can not be set when "use-first-backup-dns-server" is false.
- first
Backup stringWins Server - First Backup WINS Server. Identified by name or UID. Must be set when "use-first-backup-wins-server" is true and can not be set when "use-first-backup-wins-server" is false.
- ip
Lease numberDuration - primary
Dns stringServer - Primary DNS Server. Identified by name or UID. Must be set when "use-primary-dns-server" is true and can not be set when "use-primary-dns-server" is false.
- primary
Wins stringServer - Primary WINS Server. Identified by name or UID. Must be set when "use-primary-wins-server" is true and can not be set when "use-primary-wins-server" is false.
- second
Backup stringDns Server - Second Backup DNS Server. Identified by name or UID. Must be set when "use-second-backup-dns-server" is true and can not be set when "use-second-backup-dns-server" is false.
- second
Backup stringWins Server - Second Backup WINS Server. Identified by name or UID. Must be set when "use-second-backup-wins-server" is true and can not be set when "use-second-backup-wins-server" is false.
- use
First booleanBackup Dns Server - Use First Backup DNS Server.
- use
First booleanBackup Wins Server - Use First Backup WINS Server.
- use
Primary booleanDns Server - Use Primary DNS Server.
- use
Primary booleanWins Server - Use Primary WINS Server.
- use
Second booleanBackup Dns Server - Use Second Backup DNS Server.
- use
Second booleanBackup Wins Server - Use Second Backup WINS Server.
- dns_
suffixes str - DNS Suffixes.
- first_
backup_ strdns_ server - First Backup DNS Server. Identified by name or UID. Must be set when "use-first-backup-dns-server" is true and can not be set when "use-first-backup-dns-server" is false.
- first_
backup_ strwins_ server - First Backup WINS Server. Identified by name or UID. Must be set when "use-first-backup-wins-server" is true and can not be set when "use-first-backup-wins-server" is false.
- ip_
lease_ floatduration - primary_
dns_ strserver - Primary DNS Server. Identified by name or UID. Must be set when "use-primary-dns-server" is true and can not be set when "use-primary-dns-server" is false.
- primary_
wins_ strserver - Primary WINS Server. Identified by name or UID. Must be set when "use-primary-wins-server" is true and can not be set when "use-primary-wins-server" is false.
- second_
backup_ strdns_ server - Second Backup DNS Server. Identified by name or UID. Must be set when "use-second-backup-dns-server" is true and can not be set when "use-second-backup-dns-server" is false.
- second_
backup_ strwins_ server - Second Backup WINS Server. Identified by name or UID. Must be set when "use-second-backup-wins-server" is true and can not be set when "use-second-backup-wins-server" is false.
- use_
first_ boolbackup_ dns_ server - Use First Backup DNS Server.
- use_
first_ boolbackup_ wins_ server - Use First Backup WINS Server.
- use_
primary_ booldns_ server - Use Primary DNS Server.
- use_
primary_ boolwins_ server - Use Primary WINS Server.
- use_
second_ boolbackup_ dns_ server - Use Second Backup DNS Server.
- use_
second_ boolbackup_ wins_ server - Use Second Backup WINS Server.
- dns
Suffixes String - DNS Suffixes.
- first
Backup StringDns Server - First Backup DNS Server. Identified by name or UID. Must be set when "use-first-backup-dns-server" is true and can not be set when "use-first-backup-dns-server" is false.
- first
Backup StringWins Server - First Backup WINS Server. Identified by name or UID. Must be set when "use-first-backup-wins-server" is true and can not be set when "use-first-backup-wins-server" is false.
- ip
Lease NumberDuration - primary
Dns StringServer - Primary DNS Server. Identified by name or UID. Must be set when "use-primary-dns-server" is true and can not be set when "use-primary-dns-server" is false.
- primary
Wins StringServer - Primary WINS Server. Identified by name or UID. Must be set when "use-primary-wins-server" is true and can not be set when "use-primary-wins-server" is false.
- second
Backup StringDns Server - Second Backup DNS Server. Identified by name or UID. Must be set when "use-second-backup-dns-server" is true and can not be set when "use-second-backup-dns-server" is false.
- second
Backup StringWins Server - Second Backup WINS Server. Identified by name or UID. Must be set when "use-second-backup-wins-server" is true and can not be set when "use-second-backup-wins-server" is false.
- use
First BooleanBackup Dns Server - Use First Backup DNS Server.
- use
First BooleanBackup Wins Server - Use First Backup WINS Server.
- use
Primary BooleanDns Server - Use Primary DNS Server.
- use
Primary BooleanWins Server - Use Primary WINS Server.
- use
Second BooleanBackup Dns Server - Use Second Backup DNS Server.
- use
Second BooleanBackup Wins Server - Use Second Backup WINS Server.
GetManagementSimpleClusterVpnSettingRemoteAccess
- Allow
Vpn boolClients To Route Traffic - Allow VPN clients to route traffic.
- L2tp
Auth stringMethod - L2TP Authentication Method. Must be set when "support-l2tp" is true.
- L2tp
Certificate string - L2TP Certificate. Must be set when "l2tp-auth-method" was selected to be "certificate". Insert "defaultCert" when you want to use the default certificate.
- Nat
Traversal stringService - Allocated NAT traversal UDP service. Identified by name or UID. Must be set when "support-nat-traversal-mechanism" is true.
- Support
L2tp bool - Support L2TP (relevant only when office mode is active).
- Support
Nat boolTraversal Mechanism - Support NAT traversal mechanism (UDP encapsulation).
- Support
Visitor boolMode - Support Visitor Mode.
- Visitor
Mode stringInterface - Interface for Visitor Mode. Must be set when "support-visitor-mode" is true. Insert IPV4 Address of existing interface or "All IPs" when you want all interfaces.
- Visitor
Mode stringService - TCP Service for Visitor Mode. Identified by name or UID. Must be set when "support-visitor-mode" is true.
- Allow
Vpn boolClients To Route Traffic - Allow VPN clients to route traffic.
- L2tp
Auth stringMethod - L2TP Authentication Method. Must be set when "support-l2tp" is true.
- L2tp
Certificate string - L2TP Certificate. Must be set when "l2tp-auth-method" was selected to be "certificate". Insert "defaultCert" when you want to use the default certificate.
- Nat
Traversal stringService - Allocated NAT traversal UDP service. Identified by name or UID. Must be set when "support-nat-traversal-mechanism" is true.
- Support
L2tp bool - Support L2TP (relevant only when office mode is active).
- Support
Nat boolTraversal Mechanism - Support NAT traversal mechanism (UDP encapsulation).
- Support
Visitor boolMode - Support Visitor Mode.
- Visitor
Mode stringInterface - Interface for Visitor Mode. Must be set when "support-visitor-mode" is true. Insert IPV4 Address of existing interface or "All IPs" when you want all interfaces.
- Visitor
Mode stringService - TCP Service for Visitor Mode. Identified by name or UID. Must be set when "support-visitor-mode" is true.
- allow
Vpn BooleanClients To Route Traffic - Allow VPN clients to route traffic.
- l2tp
Auth StringMethod - L2TP Authentication Method. Must be set when "support-l2tp" is true.
- l2tp
Certificate String - L2TP Certificate. Must be set when "l2tp-auth-method" was selected to be "certificate". Insert "defaultCert" when you want to use the default certificate.
- nat
Traversal StringService - Allocated NAT traversal UDP service. Identified by name or UID. Must be set when "support-nat-traversal-mechanism" is true.
- support
L2tp Boolean - Support L2TP (relevant only when office mode is active).
- support
Nat BooleanTraversal Mechanism - Support NAT traversal mechanism (UDP encapsulation).
- support
Visitor BooleanMode - Support Visitor Mode.
- visitor
Mode StringInterface - Interface for Visitor Mode. Must be set when "support-visitor-mode" is true. Insert IPV4 Address of existing interface or "All IPs" when you want all interfaces.
- visitor
Mode StringService - TCP Service for Visitor Mode. Identified by name or UID. Must be set when "support-visitor-mode" is true.
- allow
Vpn booleanClients To Route Traffic - Allow VPN clients to route traffic.
- l2tp
Auth stringMethod - L2TP Authentication Method. Must be set when "support-l2tp" is true.
- l2tp
Certificate string - L2TP Certificate. Must be set when "l2tp-auth-method" was selected to be "certificate". Insert "defaultCert" when you want to use the default certificate.
- nat
Traversal stringService - Allocated NAT traversal UDP service. Identified by name or UID. Must be set when "support-nat-traversal-mechanism" is true.
- support
L2tp boolean - Support L2TP (relevant only when office mode is active).
- support
Nat booleanTraversal Mechanism - Support NAT traversal mechanism (UDP encapsulation).
- support
Visitor booleanMode - Support Visitor Mode.
- visitor
Mode stringInterface - Interface for Visitor Mode. Must be set when "support-visitor-mode" is true. Insert IPV4 Address of existing interface or "All IPs" when you want all interfaces.
- visitor
Mode stringService - TCP Service for Visitor Mode. Identified by name or UID. Must be set when "support-visitor-mode" is true.
- allow_
vpn_ boolclients_ to_ route_ traffic - Allow VPN clients to route traffic.
- l2tp_
auth_ strmethod - L2TP Authentication Method. Must be set when "support-l2tp" is true.
- l2tp_
certificate str - L2TP Certificate. Must be set when "l2tp-auth-method" was selected to be "certificate". Insert "defaultCert" when you want to use the default certificate.
- nat_
traversal_ strservice - Allocated NAT traversal UDP service. Identified by name or UID. Must be set when "support-nat-traversal-mechanism" is true.
- support_
l2tp bool - Support L2TP (relevant only when office mode is active).
- support_
nat_ booltraversal_ mechanism - Support NAT traversal mechanism (UDP encapsulation).
- support_
visitor_ boolmode - Support Visitor Mode.
- visitor_
mode_ strinterface - Interface for Visitor Mode. Must be set when "support-visitor-mode" is true. Insert IPV4 Address of existing interface or "All IPs" when you want all interfaces.
- visitor_
mode_ strservice - TCP Service for Visitor Mode. Identified by name or UID. Must be set when "support-visitor-mode" is true.
- allow
Vpn BooleanClients To Route Traffic - Allow VPN clients to route traffic.
- l2tp
Auth StringMethod - L2TP Authentication Method. Must be set when "support-l2tp" is true.
- l2tp
Certificate String - L2TP Certificate. Must be set when "l2tp-auth-method" was selected to be "certificate". Insert "defaultCert" when you want to use the default certificate.
- nat
Traversal StringService - Allocated NAT traversal UDP service. Identified by name or UID. Must be set when "support-nat-traversal-mechanism" is true.
- support
L2tp Boolean - Support L2TP (relevant only when office mode is active).
- support
Nat BooleanTraversal Mechanism - Support NAT traversal mechanism (UDP encapsulation).
- support
Visitor BooleanMode - Support Visitor Mode.
- visitor
Mode StringInterface - Interface for Visitor Mode. Must be set when "support-visitor-mode" is true. Insert IPV4 Address of existing interface or "All IPs" when you want all interfaces.
- visitor
Mode StringService - TCP Service for Visitor Mode. Identified by name or UID. Must be set when "support-visitor-mode" is true.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
