checkpoint.ManagementMds
Explore with Pulumi AI
This resource allows you to execute Check Point MDS.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const example = new checkpoint.ManagementMds("example", {
hardware: "Open server",
ipPoolFirst: "2.2.2.2",
ipPoolLast: "3.3.3.3",
ipv4Address: "1.1.1.1",
os: "Gaia",
serverType: "multi-domain server",
});
import pulumi
import pulumi_checkpoint as checkpoint
example = checkpoint.ManagementMds("example",
hardware="Open server",
ip_pool_first="2.2.2.2",
ip_pool_last="3.3.3.3",
ipv4_address="1.1.1.1",
os="Gaia",
server_type="multi-domain server")
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.NewManagementMds(ctx, "example", &checkpoint.ManagementMdsArgs{
Hardware: pulumi.String("Open server"),
IpPoolFirst: pulumi.String("2.2.2.2"),
IpPoolLast: pulumi.String("3.3.3.3"),
Ipv4Address: pulumi.String("1.1.1.1"),
Os: pulumi.String("Gaia"),
ServerType: pulumi.String("multi-domain server"),
})
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 example = new Checkpoint.ManagementMds("example", new()
{
Hardware = "Open server",
IpPoolFirst = "2.2.2.2",
IpPoolLast = "3.3.3.3",
Ipv4Address = "1.1.1.1",
Os = "Gaia",
ServerType = "multi-domain server",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.ManagementMds;
import com.pulumi.checkpoint.ManagementMdsArgs;
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 example = new ManagementMds("example", ManagementMdsArgs.builder()
.hardware("Open server")
.ipPoolFirst("2.2.2.2")
.ipPoolLast("3.3.3.3")
.ipv4Address("1.1.1.1")
.os("Gaia")
.serverType("multi-domain server")
.build());
}
}
resources:
example:
type: checkpoint:ManagementMds
properties:
hardware: Open server
ipPoolFirst: 2.2.2.2
ipPoolLast: 3.3.3.3
ipv4Address: 1.1.1.1
os: Gaia
serverType: multi-domain server
Create ManagementMds Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementMds(name: string, args?: ManagementMdsArgs, opts?: CustomResourceOptions);
@overload
def ManagementMds(resource_name: str,
args: Optional[ManagementMdsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementMds(resource_name: str,
opts: Optional[ResourceOptions] = None,
color: Optional[str] = None,
comments: Optional[str] = None,
hardware: Optional[str] = None,
ignore_errors: Optional[bool] = None,
ignore_warnings: Optional[bool] = None,
ip_pool_first: Optional[str] = None,
ip_pool_last: Optional[str] = None,
ipv4_address: Optional[str] = None,
ipv6_address: Optional[str] = None,
management_mds_id: Optional[str] = None,
name: Optional[str] = None,
one_time_password: Optional[str] = None,
os: Optional[str] = None,
server_type: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
version: Optional[str] = None)
func NewManagementMds(ctx *Context, name string, args *ManagementMdsArgs, opts ...ResourceOption) (*ManagementMds, error)
public ManagementMds(string name, ManagementMdsArgs? args = null, CustomResourceOptions? opts = null)
public ManagementMds(String name, ManagementMdsArgs args)
public ManagementMds(String name, ManagementMdsArgs args, CustomResourceOptions options)
type: checkpoint:ManagementMds
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagementMdsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagementMdsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagementMdsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementMdsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementMdsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var managementMdsResource = new Checkpoint.ManagementMds("managementMdsResource", new()
{
Color = "string",
Comments = "string",
Hardware = "string",
IgnoreErrors = false,
IgnoreWarnings = false,
IpPoolFirst = "string",
IpPoolLast = "string",
Ipv4Address = "string",
Ipv6Address = "string",
ManagementMdsId = "string",
Name = "string",
OneTimePassword = "string",
Os = "string",
ServerType = "string",
Tags = new[]
{
"string",
},
Version = "string",
});
example, err := checkpoint.NewManagementMds(ctx, "managementMdsResource", &checkpoint.ManagementMdsArgs{
Color: pulumi.String("string"),
Comments: pulumi.String("string"),
Hardware: pulumi.String("string"),
IgnoreErrors: pulumi.Bool(false),
IgnoreWarnings: pulumi.Bool(false),
IpPoolFirst: pulumi.String("string"),
IpPoolLast: pulumi.String("string"),
Ipv4Address: pulumi.String("string"),
Ipv6Address: pulumi.String("string"),
ManagementMdsId: pulumi.String("string"),
Name: pulumi.String("string"),
OneTimePassword: pulumi.String("string"),
Os: pulumi.String("string"),
ServerType: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
Version: pulumi.String("string"),
})
var managementMdsResource = new ManagementMds("managementMdsResource", ManagementMdsArgs.builder()
.color("string")
.comments("string")
.hardware("string")
.ignoreErrors(false)
.ignoreWarnings(false)
.ipPoolFirst("string")
.ipPoolLast("string")
.ipv4Address("string")
.ipv6Address("string")
.managementMdsId("string")
.name("string")
.oneTimePassword("string")
.os("string")
.serverType("string")
.tags("string")
.version("string")
.build());
management_mds_resource = checkpoint.ManagementMds("managementMdsResource",
color="string",
comments="string",
hardware="string",
ignore_errors=False,
ignore_warnings=False,
ip_pool_first="string",
ip_pool_last="string",
ipv4_address="string",
ipv6_address="string",
management_mds_id="string",
name="string",
one_time_password="string",
os="string",
server_type="string",
tags=["string"],
version="string")
const managementMdsResource = new checkpoint.ManagementMds("managementMdsResource", {
color: "string",
comments: "string",
hardware: "string",
ignoreErrors: false,
ignoreWarnings: false,
ipPoolFirst: "string",
ipPoolLast: "string",
ipv4Address: "string",
ipv6Address: "string",
managementMdsId: "string",
name: "string",
oneTimePassword: "string",
os: "string",
serverType: "string",
tags: ["string"],
version: "string",
});
type: checkpoint:ManagementMds
properties:
color: string
comments: string
hardware: string
ignoreErrors: false
ignoreWarnings: false
ipPoolFirst: string
ipPoolLast: string
ipv4Address: string
ipv6Address: string
managementMdsId: string
name: string
oneTimePassword: string
os: string
serverType: string
tags:
- string
version: string
ManagementMds Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ManagementMds resource accepts the following input properties:
- Color string
- Color of the object.
- Comments string
- Comments string.
- Hardware string
- Hardware name. For example: Open server, Smart-1, Other.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Ip
Pool stringFirst - First IP address in the range.
- Ip
Pool stringLast - Last IP address in the range.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Management
Mds stringId - Name string
- Object name.
- One
Time stringPassword - Secure internal connection one time password.
- Os string
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- Server
Type string - Type of the management server.
- List<string>
- Collection of tag identifiers.
- Version string
- System version.
- Color string
- Color of the object.
- Comments string
- Comments string.
- Hardware string
- Hardware name. For example: Open server, Smart-1, Other.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Ip
Pool stringFirst - First IP address in the range.
- Ip
Pool stringLast - Last IP address in the range.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Management
Mds stringId - Name string
- Object name.
- One
Time stringPassword - Secure internal connection one time password.
- Os string
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- Server
Type string - Type of the management server.
- []string
- Collection of tag identifiers.
- Version string
- System version.
- color String
- Color of the object.
- comments String
- Comments string.
- hardware String
- Hardware name. For example: Open server, Smart-1, Other.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- ip
Pool StringFirst - First IP address in the range.
- ip
Pool StringLast - Last IP address in the range.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- management
Mds StringId - name String
- Object name.
- one
Time StringPassword - Secure internal connection one time password.
- os String
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- server
Type String - Type of the management server.
- List<String>
- Collection of tag identifiers.
- version String
- System version.
- color string
- Color of the object.
- comments string
- Comments string.
- hardware string
- Hardware name. For example: Open server, Smart-1, Other.
- ignore
Errors boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- ip
Pool stringFirst - First IP address in the range.
- ip
Pool stringLast - Last IP address in the range.
- ipv4Address string
- IPv4 address.
- ipv6Address string
- IPv6 address.
- management
Mds stringId - name string
- Object name.
- one
Time stringPassword - Secure internal connection one time password.
- os string
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- server
Type string - Type of the management server.
- string[]
- Collection of tag identifiers.
- version string
- System version.
- color str
- Color of the object.
- comments str
- Comments string.
- hardware str
- Hardware name. For example: Open server, Smart-1, Other.
- ignore_
errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore_
warnings bool - Apply changes ignoring warnings.
- ip_
pool_ strfirst - First IP address in the range.
- ip_
pool_ strlast - Last IP address in the range.
- ipv4_
address str - IPv4 address.
- ipv6_
address str - IPv6 address.
- management_
mds_ strid - name str
- Object name.
- one_
time_ strpassword - Secure internal connection one time password.
- os str
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- server_
type str - Type of the management server.
- Sequence[str]
- Collection of tag identifiers.
- version str
- System version.
- color String
- Color of the object.
- comments String
- Comments string.
- hardware String
- Hardware name. For example: Open server, Smart-1, Other.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- ip
Pool StringFirst - First IP address in the range.
- ip
Pool StringLast - Last IP address in the range.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- management
Mds StringId - name String
- Object name.
- one
Time StringPassword - Secure internal connection one time password.
- os String
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- server
Type String - Type of the management server.
- List<String>
- Collection of tag identifiers.
- version String
- System version.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementMds resource produces the following output properties:
- Domains List<string>
- Collection of Domain objects identified by the name or UID.
- Global
Domains List<string> - Collection of Global domain objects identified by the name or UID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sic
Name string - Name of the Secure Internal Connection Trust.
- Sic
State string - State the Secure Internal Connection Trust.
- Domains []string
- Collection of Domain objects identified by the name or UID.
- Global
Domains []string - Collection of Global domain objects identified by the name or UID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sic
Name string - Name of the Secure Internal Connection Trust.
- Sic
State string - State the Secure Internal Connection Trust.
- domains List<String>
- Collection of Domain objects identified by the name or UID.
- global
Domains List<String> - Collection of Global domain objects identified by the name or UID.
- id String
- The provider-assigned unique ID for this managed resource.
- sic
Name String - Name of the Secure Internal Connection Trust.
- sic
State String - State the Secure Internal Connection Trust.
- domains string[]
- Collection of Domain objects identified by the name or UID.
- global
Domains string[] - Collection of Global domain objects identified by the name or UID.
- id string
- The provider-assigned unique ID for this managed resource.
- sic
Name string - Name of the Secure Internal Connection Trust.
- sic
State string - State the Secure Internal Connection Trust.
- domains Sequence[str]
- Collection of Domain objects identified by the name or UID.
- global_
domains Sequence[str] - Collection of Global domain objects identified by the name or UID.
- id str
- The provider-assigned unique ID for this managed resource.
- sic_
name str - Name of the Secure Internal Connection Trust.
- sic_
state str - State the Secure Internal Connection Trust.
- domains List<String>
- Collection of Domain objects identified by the name or UID.
- global
Domains List<String> - Collection of Global domain objects identified by the name or UID.
- id String
- The provider-assigned unique ID for this managed resource.
- sic
Name String - Name of the Secure Internal Connection Trust.
- sic
State String - State the Secure Internal Connection Trust.
Look up Existing ManagementMds Resource
Get an existing ManagementMds resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ManagementMdsState, opts?: CustomResourceOptions): ManagementMds
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
color: Optional[str] = None,
comments: Optional[str] = None,
domains: Optional[Sequence[str]] = None,
global_domains: Optional[Sequence[str]] = None,
hardware: Optional[str] = None,
ignore_errors: Optional[bool] = None,
ignore_warnings: Optional[bool] = None,
ip_pool_first: Optional[str] = None,
ip_pool_last: Optional[str] = None,
ipv4_address: Optional[str] = None,
ipv6_address: Optional[str] = None,
management_mds_id: Optional[str] = None,
name: Optional[str] = None,
one_time_password: Optional[str] = None,
os: Optional[str] = None,
server_type: Optional[str] = None,
sic_name: Optional[str] = None,
sic_state: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
version: Optional[str] = None) -> ManagementMds
func GetManagementMds(ctx *Context, name string, id IDInput, state *ManagementMdsState, opts ...ResourceOption) (*ManagementMds, error)
public static ManagementMds Get(string name, Input<string> id, ManagementMdsState? state, CustomResourceOptions? opts = null)
public static ManagementMds get(String name, Output<String> id, ManagementMdsState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementMds get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Color string
- Color of the object.
- Comments string
- Comments string.
- Domains List<string>
- Collection of Domain objects identified by the name or UID.
- Global
Domains List<string> - Collection of Global domain objects identified by the name or UID.
- Hardware string
- Hardware name. For example: Open server, Smart-1, Other.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Ip
Pool stringFirst - First IP address in the range.
- Ip
Pool stringLast - Last IP address in the range.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Management
Mds stringId - Name string
- Object name.
- One
Time stringPassword - Secure internal connection one time password.
- Os string
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- Server
Type string - Type of the management server.
- Sic
Name string - Name of the Secure Internal Connection Trust.
- Sic
State string - State the Secure Internal Connection Trust.
- List<string>
- Collection of tag identifiers.
- Version string
- System version.
- Color string
- Color of the object.
- Comments string
- Comments string.
- Domains []string
- Collection of Domain objects identified by the name or UID.
- Global
Domains []string - Collection of Global domain objects identified by the name or UID.
- Hardware string
- Hardware name. For example: Open server, Smart-1, Other.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Ip
Pool stringFirst - First IP address in the range.
- Ip
Pool stringLast - Last IP address in the range.
- Ipv4Address string
- IPv4 address.
- Ipv6Address string
- IPv6 address.
- Management
Mds stringId - Name string
- Object name.
- One
Time stringPassword - Secure internal connection one time password.
- Os string
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- Server
Type string - Type of the management server.
- Sic
Name string - Name of the Secure Internal Connection Trust.
- Sic
State string - State the Secure Internal Connection Trust.
- []string
- Collection of tag identifiers.
- Version string
- System version.
- color String
- Color of the object.
- comments String
- Comments string.
- domains List<String>
- Collection of Domain objects identified by the name or UID.
- global
Domains List<String> - Collection of Global domain objects identified by the name or UID.
- hardware String
- Hardware name. For example: Open server, Smart-1, Other.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- ip
Pool StringFirst - First IP address in the range.
- ip
Pool StringLast - Last IP address in the range.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- management
Mds StringId - name String
- Object name.
- one
Time StringPassword - Secure internal connection one time password.
- os String
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- server
Type String - Type of the management server.
- sic
Name String - Name of the Secure Internal Connection Trust.
- sic
State String - State the Secure Internal Connection Trust.
- List<String>
- Collection of tag identifiers.
- version String
- System version.
- color string
- Color of the object.
- comments string
- Comments string.
- domains string[]
- Collection of Domain objects identified by the name or UID.
- global
Domains string[] - Collection of Global domain objects identified by the name or UID.
- hardware string
- Hardware name. For example: Open server, Smart-1, Other.
- ignore
Errors boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- ip
Pool stringFirst - First IP address in the range.
- ip
Pool stringLast - Last IP address in the range.
- ipv4Address string
- IPv4 address.
- ipv6Address string
- IPv6 address.
- management
Mds stringId - name string
- Object name.
- one
Time stringPassword - Secure internal connection one time password.
- os string
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- server
Type string - Type of the management server.
- sic
Name string - Name of the Secure Internal Connection Trust.
- sic
State string - State the Secure Internal Connection Trust.
- string[]
- Collection of tag identifiers.
- version string
- System version.
- color str
- Color of the object.
- comments str
- Comments string.
- domains Sequence[str]
- Collection of Domain objects identified by the name or UID.
- global_
domains Sequence[str] - Collection of Global domain objects identified by the name or UID.
- hardware str
- Hardware name. For example: Open server, Smart-1, Other.
- ignore_
errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore_
warnings bool - Apply changes ignoring warnings.
- ip_
pool_ strfirst - First IP address in the range.
- ip_
pool_ strlast - Last IP address in the range.
- ipv4_
address str - IPv4 address.
- ipv6_
address str - IPv6 address.
- management_
mds_ strid - name str
- Object name.
- one_
time_ strpassword - Secure internal connection one time password.
- os str
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- server_
type str - Type of the management server.
- sic_
name str - Name of the Secure Internal Connection Trust.
- sic_
state str - State the Secure Internal Connection Trust.
- Sequence[str]
- Collection of tag identifiers.
- version str
- System version.
- color String
- Color of the object.
- comments String
- Comments string.
- domains List<String>
- Collection of Domain objects identified by the name or UID.
- global
Domains List<String> - Collection of Global domain objects identified by the name or UID.
- hardware String
- Hardware name. For example: Open server, Smart-1, Other.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- ip
Pool StringFirst - First IP address in the range.
- ip
Pool StringLast - Last IP address in the range.
- ipv4Address String
- IPv4 address.
- ipv6Address String
- IPv6 address.
- management
Mds StringId - name String
- Object name.
- one
Time StringPassword - Secure internal connection one time password.
- os String
- Operating system name. For example: Gaia, Linux, SecurePlatform.
- server
Type String - Type of the management server.
- sic
Name String - Name of the Secure Internal Connection Trust.
- sic
State String - State the Secure Internal Connection Trust.
- List<String>
- Collection of tag identifiers.
- version String
- System version.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.