checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
checkpoint.getManagementCmeGwConfigurationsGcp
Explore with Pulumi AI
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const gwConfigGcp = checkpoint.getManagementCmeGwConfigurationsGcp({
name: "gcpGWConfigurations",
});
import pulumi
import pulumi_checkpoint as checkpoint
gw_config_gcp = checkpoint.get_management_cme_gw_configurations_gcp(name="gcpGWConfigurations")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v2/checkpoint"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := checkpoint.LookupManagementCmeGwConfigurationsGcp(ctx, &checkpoint.LookupManagementCmeGwConfigurationsGcpArgs{
Name: "gcpGWConfigurations",
}, 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 gwConfigGcp = Checkpoint.GetManagementCmeGwConfigurationsGcp.Invoke(new()
{
Name = "gcpGWConfigurations",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.CheckpointFunctions;
import com.pulumi.checkpoint.inputs.GetManagementCmeGwConfigurationsGcpArgs;
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) {
final var gwConfigGcp = CheckpointFunctions.getManagementCmeGwConfigurationsGcp(GetManagementCmeGwConfigurationsGcpArgs.builder()
.name("gcpGWConfigurations")
.build());
}
}
variables:
gwConfigGcp:
fn::invoke:
function: checkpoint:getManagementCmeGwConfigurationsGcp
arguments:
name: gcpGWConfigurations
Using getManagementCmeGwConfigurationsGcp
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 getManagementCmeGwConfigurationsGcp(args: GetManagementCmeGwConfigurationsGcpArgs, opts?: InvokeOptions): Promise<GetManagementCmeGwConfigurationsGcpResult>
function getManagementCmeGwConfigurationsGcpOutput(args: GetManagementCmeGwConfigurationsGcpOutputArgs, opts?: InvokeOptions): Output<GetManagementCmeGwConfigurationsGcpResult>
def get_management_cme_gw_configurations_gcp(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementCmeGwConfigurationsGcpResult
def get_management_cme_gw_configurations_gcp_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementCmeGwConfigurationsGcpResult]
func LookupManagementCmeGwConfigurationsGcp(ctx *Context, args *LookupManagementCmeGwConfigurationsGcpArgs, opts ...InvokeOption) (*LookupManagementCmeGwConfigurationsGcpResult, error)
func LookupManagementCmeGwConfigurationsGcpOutput(ctx *Context, args *LookupManagementCmeGwConfigurationsGcpOutputArgs, opts ...InvokeOption) LookupManagementCmeGwConfigurationsGcpResultOutput
> Note: This function is named LookupManagementCmeGwConfigurationsGcp
in the Go SDK.
public static class GetManagementCmeGwConfigurationsGcp
{
public static Task<GetManagementCmeGwConfigurationsGcpResult> InvokeAsync(GetManagementCmeGwConfigurationsGcpArgs args, InvokeOptions? opts = null)
public static Output<GetManagementCmeGwConfigurationsGcpResult> Invoke(GetManagementCmeGwConfigurationsGcpInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagementCmeGwConfigurationsGcpResult> getManagementCmeGwConfigurationsGcp(GetManagementCmeGwConfigurationsGcpArgs args, InvokeOptions options)
public static Output<GetManagementCmeGwConfigurationsGcpResult> getManagementCmeGwConfigurationsGcp(GetManagementCmeGwConfigurationsGcpArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementCmeGwConfigurationsGcp:getManagementCmeGwConfigurationsGcp
arguments:
# arguments dictionary
The following arguments are supported:
getManagementCmeGwConfigurationsGcp Result
The following output properties are available:
- Blades
List<Get
Management Cme Gw Configurations Gcp Blade> - Color string
- Communication
With stringServers Behind Nat - Id string
- Identity
Awareness List<GetSettings Management Cme Gw Configurations Gcp Identity Awareness Setting> - Name string
- Policy string
- string
- Repository
Gateway List<GetScripts Management Cme Gw Configurations Gcp Repository Gateway Script> - Section
Name string - Send
Alerts List<string>To Servers - Send
Logs List<string>To Backup Servers - Send
Logs List<string>To Servers - Sic
Key string - Version string
- XForwarded
For bool
- Blades
[]Get
Management Cme Gw Configurations Gcp Blade - Color string
- Communication
With stringServers Behind Nat - Id string
- Identity
Awareness []GetSettings Management Cme Gw Configurations Gcp Identity Awareness Setting - Name string
- Policy string
- string
- Repository
Gateway []GetScripts Management Cme Gw Configurations Gcp Repository Gateway Script - Section
Name string - Send
Alerts []stringTo Servers - Send
Logs []stringTo Backup Servers - Send
Logs []stringTo Servers - Sic
Key string - Version string
- XForwarded
For bool
- blades
List<Get
Management Cme Gw Configurations Gcp Blade> - color String
- communication
With StringServers Behind Nat - id String
- identity
Awareness List<GetSettings Management Cme Gw Configurations Gcp Identity Awareness Setting> - name String
- policy String
- String
- repository
Gateway List<GetScripts Management Cme Gw Configurations Gcp Repository Gateway Script> - section
Name String - send
Alerts List<String>To Servers - send
Logs List<String>To Backup Servers - send
Logs List<String>To Servers - sic
Key String - version String
- x
Forwarded BooleanFor
- blades
Get
Management Cme Gw Configurations Gcp Blade[] - color string
- communication
With stringServers Behind Nat - id string
- identity
Awareness GetSettings Management Cme Gw Configurations Gcp Identity Awareness Setting[] - name string
- policy string
- string
- repository
Gateway GetScripts Management Cme Gw Configurations Gcp Repository Gateway Script[] - section
Name string - send
Alerts string[]To Servers - send
Logs string[]To Backup Servers - send
Logs string[]To Servers - sic
Key string - version string
- x
Forwarded booleanFor
- blades
Sequence[Get
Management Cme Gw Configurations Gcp Blade] - color str
- communication_
with_ strservers_ behind_ nat - id str
- identity_
awareness_ Sequence[Getsettings Management Cme Gw Configurations Gcp Identity Awareness Setting] - name str
- policy str
- str
- repository_
gateway_ Sequence[Getscripts Management Cme Gw Configurations Gcp Repository Gateway Script] - section_
name str - send_
alerts_ Sequence[str]to_ servers - send_
logs_ Sequence[str]to_ backup_ servers - send_
logs_ Sequence[str]to_ servers - sic_
key str - version str
- x_
forwarded_ boolfor
- blades List<Property Map>
- color String
- communication
With StringServers Behind Nat - id String
- identity
Awareness List<Property Map>Settings - name String
- policy String
- String
- repository
Gateway List<Property Map>Scripts - section
Name String - send
Alerts List<String>To Servers - send
Logs List<String>To Backup Servers - send
Logs List<String>To Servers - sic
Key String - version String
- x
Forwarded BooleanFor
Supporting Types
GetManagementCmeGwConfigurationsGcpBlade
- Anti
Bot This property is required. bool - Anti-Bot blade.
- Anti
Virus This property is required. bool - Anti-Virus blade.
- Application
Control This property is required. bool - Application Control blade.
- Autonomous
Threat Prevention This property is required. bool - ATP blade.
- Content
Awareness This property is required. bool - Content Awareness blade.
- Https
Inspection This property is required. bool - HTTPS Inspection blade.
- Identity
Awareness This property is required. bool - Identity Awareness blade.
- Ips
This property is required. bool - IPS blade.
- Ipsec
Vpn This property is required. bool - IPsec VPN blade.
- Threat
Emulation This property is required. bool - Threat Emulation blade.
- Url
Filtering This property is required. bool - URL Filtering blade.
- Vpn
This property is required. bool - VPN blade.
- Anti
Bot This property is required. bool - Anti-Bot blade.
- Anti
Virus This property is required. bool - Anti-Virus blade.
- Application
Control This property is required. bool - Application Control blade.
- Autonomous
Threat Prevention This property is required. bool - ATP blade.
- Content
Awareness This property is required. bool - Content Awareness blade.
- Https
Inspection This property is required. bool - HTTPS Inspection blade.
- Identity
Awareness This property is required. bool - Identity Awareness blade.
- Ips
This property is required. bool - IPS blade.
- Ipsec
Vpn This property is required. bool - IPsec VPN blade.
- Threat
Emulation This property is required. bool - Threat Emulation blade.
- Url
Filtering This property is required. bool - URL Filtering blade.
- Vpn
This property is required. bool - VPN blade.
- anti
Bot This property is required. Boolean - Anti-Bot blade.
- anti
Virus This property is required. Boolean - Anti-Virus blade.
- application
Control This property is required. Boolean - Application Control blade.
- autonomous
Threat Prevention This property is required. Boolean - ATP blade.
- content
Awareness This property is required. Boolean - Content Awareness blade.
- https
Inspection This property is required. Boolean - HTTPS Inspection blade.
- identity
Awareness This property is required. Boolean - Identity Awareness blade.
- ips
This property is required. Boolean - IPS blade.
- ipsec
Vpn This property is required. Boolean - IPsec VPN blade.
- threat
Emulation This property is required. Boolean - Threat Emulation blade.
- url
Filtering This property is required. Boolean - URL Filtering blade.
- vpn
This property is required. Boolean - VPN blade.
- anti
Bot This property is required. boolean - Anti-Bot blade.
- anti
Virus This property is required. boolean - Anti-Virus blade.
- application
Control This property is required. boolean - Application Control blade.
- autonomous
Threat Prevention This property is required. boolean - ATP blade.
- content
Awareness This property is required. boolean - Content Awareness blade.
- https
Inspection This property is required. boolean - HTTPS Inspection blade.
- identity
Awareness This property is required. boolean - Identity Awareness blade.
- ips
This property is required. boolean - IPS blade.
- ipsec
Vpn This property is required. boolean - IPsec VPN blade.
- threat
Emulation This property is required. boolean - Threat Emulation blade.
- url
Filtering This property is required. boolean - URL Filtering blade.
- vpn
This property is required. boolean - VPN blade.
- anti_
bot This property is required. bool - Anti-Bot blade.
- anti_
virus This property is required. bool - Anti-Virus blade.
- application_
control This property is required. bool - Application Control blade.
- autonomous_
threat_ prevention This property is required. bool - ATP blade.
- content_
awareness This property is required. bool - Content Awareness blade.
- https_
inspection This property is required. bool - HTTPS Inspection blade.
- identity_
awareness This property is required. bool - Identity Awareness blade.
- ips
This property is required. bool - IPS blade.
- ipsec_
vpn This property is required. bool - IPsec VPN blade.
- threat_
emulation This property is required. bool - Threat Emulation blade.
- url_
filtering This property is required. bool - URL Filtering blade.
- vpn
This property is required. bool - VPN blade.
- anti
Bot This property is required. Boolean - Anti-Bot blade.
- anti
Virus This property is required. Boolean - Anti-Virus blade.
- application
Control This property is required. Boolean - Application Control blade.
- autonomous
Threat Prevention This property is required. Boolean - ATP blade.
- content
Awareness This property is required. Boolean - Content Awareness blade.
- https
Inspection This property is required. Boolean - HTTPS Inspection blade.
- identity
Awareness This property is required. Boolean - Identity Awareness blade.
- ips
This property is required. Boolean - IPS blade.
- ipsec
Vpn This property is required. Boolean - IPsec VPN blade.
- threat
Emulation This property is required. Boolean - Threat Emulation blade.
- url
Filtering This property is required. Boolean - URL Filtering blade.
- vpn
This property is required. Boolean - VPN blade.
GetManagementCmeGwConfigurationsGcpIdentityAwarenessSetting
- Enable
Cloudguard Controller This property is required. bool - Enable the Web API identity source for CloudGuard Controller.
- Receive
Identities Froms This property is required. List<string> - List of PDP gateway names from which to receive identities through Identity Sharing.
- Enable
Cloudguard Controller This property is required. bool - Enable the Web API identity source for CloudGuard Controller.
- Receive
Identities Froms This property is required. []string - List of PDP gateway names from which to receive identities through Identity Sharing.
- enable
Cloudguard Controller This property is required. Boolean - Enable the Web API identity source for CloudGuard Controller.
- receive
Identities Froms This property is required. List<String> - List of PDP gateway names from which to receive identities through Identity Sharing.
- enable
Cloudguard Controller This property is required. boolean - Enable the Web API identity source for CloudGuard Controller.
- receive
Identities Froms This property is required. string[] - List of PDP gateway names from which to receive identities through Identity Sharing.
- enable_
cloudguard_ controller This property is required. bool - Enable the Web API identity source for CloudGuard Controller.
- receive_
identities_ froms This property is required. Sequence[str] - List of PDP gateway names from which to receive identities through Identity Sharing.
- enable
Cloudguard Controller This property is required. Boolean - Enable the Web API identity source for CloudGuard Controller.
- receive
Identities Froms This property is required. List<String> - List of PDP gateway names from which to receive identities through Identity Sharing.
GetManagementCmeGwConfigurationsGcpRepositoryGatewayScript
- Name
This property is required. string - The name of the script.
- Parameters
This property is required. string - Script parameters.
- Uid
This property is required. string - The UID of the script.
- Name
This property is required. string - The name of the script.
- Parameters
This property is required. string - Script parameters.
- Uid
This property is required. string - The UID of the script.
- name
This property is required. String - The name of the script.
- parameters
This property is required. String - Script parameters.
- uid
This property is required. String - The UID of the script.
- name
This property is required. string - The name of the script.
- parameters
This property is required. string - Script parameters.
- uid
This property is required. string - The UID of the script.
- name
This property is required. str - The name of the script.
- parameters
This property is required. str - Script parameters.
- uid
This property is required. str - The UID of the script.
- name
This property is required. String - The name of the script.
- parameters
This property is required. String - Script parameters.
- uid
This property is required. String - The UID of the script.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw