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 bool - Anti-Bot blade.
- Anti
Virus bool - Anti-Virus blade.
- Application
Control bool - Application Control blade.
- Autonomous
Threat boolPrevention - ATP blade.
- Content
Awareness bool - Content Awareness blade.
- Https
Inspection bool - HTTPS Inspection blade.
- Identity
Awareness bool - Identity Awareness blade.
- Ips bool
- IPS blade.
- Ipsec
Vpn bool - IPsec VPN blade.
- Threat
Emulation bool - Threat Emulation blade.
- Url
Filtering bool - URL Filtering blade.
- Vpn bool
- VPN blade.
- Anti
Bot bool - Anti-Bot blade.
- Anti
Virus bool - Anti-Virus blade.
- Application
Control bool - Application Control blade.
- Autonomous
Threat boolPrevention - ATP blade.
- Content
Awareness bool - Content Awareness blade.
- Https
Inspection bool - HTTPS Inspection blade.
- Identity
Awareness bool - Identity Awareness blade.
- Ips bool
- IPS blade.
- Ipsec
Vpn bool - IPsec VPN blade.
- Threat
Emulation bool - Threat Emulation blade.
- Url
Filtering bool - URL Filtering blade.
- Vpn bool
- VPN blade.
- anti
Bot Boolean - Anti-Bot blade.
- anti
Virus Boolean - Anti-Virus blade.
- application
Control Boolean - Application Control blade.
- autonomous
Threat BooleanPrevention - ATP blade.
- content
Awareness Boolean - Content Awareness blade.
- https
Inspection Boolean - HTTPS Inspection blade.
- identity
Awareness Boolean - Identity Awareness blade.
- ips Boolean
- IPS blade.
- ipsec
Vpn Boolean - IPsec VPN blade.
- threat
Emulation Boolean - Threat Emulation blade.
- url
Filtering Boolean - URL Filtering blade.
- vpn Boolean
- VPN blade.
- anti
Bot boolean - Anti-Bot blade.
- anti
Virus boolean - Anti-Virus blade.
- application
Control boolean - Application Control blade.
- autonomous
Threat booleanPrevention - ATP blade.
- content
Awareness boolean - Content Awareness blade.
- https
Inspection boolean - HTTPS Inspection blade.
- identity
Awareness boolean - Identity Awareness blade.
- ips boolean
- IPS blade.
- ipsec
Vpn boolean - IPsec VPN blade.
- threat
Emulation boolean - Threat Emulation blade.
- url
Filtering boolean - URL Filtering blade.
- vpn boolean
- VPN blade.
- anti_
bot bool - Anti-Bot blade.
- anti_
virus bool - Anti-Virus blade.
- application_
control bool - Application Control blade.
- autonomous_
threat_ boolprevention - ATP blade.
- content_
awareness bool - Content Awareness blade.
- https_
inspection bool - HTTPS Inspection blade.
- identity_
awareness bool - Identity Awareness blade.
- ips bool
- IPS blade.
- ipsec_
vpn bool - IPsec VPN blade.
- threat_
emulation bool - Threat Emulation blade.
- url_
filtering bool - URL Filtering blade.
- vpn bool
- VPN blade.
- anti
Bot Boolean - Anti-Bot blade.
- anti
Virus Boolean - Anti-Virus blade.
- application
Control Boolean - Application Control blade.
- autonomous
Threat BooleanPrevention - ATP blade.
- content
Awareness Boolean - Content Awareness blade.
- https
Inspection Boolean - HTTPS Inspection blade.
- identity
Awareness Boolean - Identity Awareness blade.
- ips Boolean
- IPS blade.
- ipsec
Vpn Boolean - IPsec VPN blade.
- threat
Emulation Boolean - Threat Emulation blade.
- url
Filtering Boolean - URL Filtering blade.
- vpn Boolean
- VPN blade.
GetManagementCmeGwConfigurationsGcpIdentityAwarenessSetting
- Enable
Cloudguard boolController - Enable the Web API identity source for CloudGuard Controller.
- Receive
Identities List<string>Froms - List of PDP gateway names from which to receive identities through Identity Sharing.
- Enable
Cloudguard boolController - Enable the Web API identity source for CloudGuard Controller.
- Receive
Identities []stringFroms - List of PDP gateway names from which to receive identities through Identity Sharing.
- enable
Cloudguard BooleanController - Enable the Web API identity source for CloudGuard Controller.
- receive
Identities List<String>Froms - List of PDP gateway names from which to receive identities through Identity Sharing.
- enable
Cloudguard booleanController - Enable the Web API identity source for CloudGuard Controller.
- receive
Identities string[]Froms - List of PDP gateway names from which to receive identities through Identity Sharing.
- enable_
cloudguard_ boolcontroller - Enable the Web API identity source for CloudGuard Controller.
- receive_
identities_ Sequence[str]froms - List of PDP gateway names from which to receive identities through Identity Sharing.
- enable
Cloudguard BooleanController - Enable the Web API identity source for CloudGuard Controller.
- receive
Identities List<String>Froms - List of PDP gateway names from which to receive identities through Identity Sharing.
GetManagementCmeGwConfigurationsGcpRepositoryGatewayScript
- Name string
- The name of the script.
- Parameters string
- Script parameters.
- Uid string
- The UID of the script.
- Name string
- The name of the script.
- Parameters string
- Script parameters.
- Uid string
- The UID of the script.
- name String
- The name of the script.
- parameters String
- Script parameters.
- uid String
- The UID of the script.
- name string
- The name of the script.
- parameters string
- Script parameters.
- uid string
- The UID of the script.
- name str
- The name of the script.
- parameters str
- Script parameters.
- uid str
- The UID of the script.
- name String
- The name of the script.
- parameters String
- Script parameters.
- uid 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