published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
This resource allows you to execute Check Point Grub Password.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const example = new checkpoint.GaiaGrubPassword("example", {password: "Admin1234!"});
import pulumi
import pulumi_checkpoint as checkpoint
example = checkpoint.GaiaGrubPassword("example", password="Admin1234!")
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.NewGaiaGrubPassword(ctx, "example", &checkpoint.GaiaGrubPasswordArgs{
Password: pulumi.String("Admin1234!"),
})
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.GaiaGrubPassword("example", new()
{
Password = "Admin1234!",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.GaiaGrubPassword;
import com.pulumi.checkpoint.GaiaGrubPasswordArgs;
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 GaiaGrubPassword("example", GaiaGrubPasswordArgs.builder()
.password("Admin1234!")
.build());
}
}
resources:
example:
type: checkpoint:GaiaGrubPassword
properties:
password: Admin1234!
Example coming soon!
Create GaiaGrubPassword Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GaiaGrubPassword(name: string, args?: GaiaGrubPasswordArgs, opts?: CustomResourceOptions);@overload
def GaiaGrubPassword(resource_name: str,
args: Optional[GaiaGrubPasswordArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GaiaGrubPassword(resource_name: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_grub_password_id: Optional[str] = None,
member_id: Optional[str] = None,
password: Optional[str] = None,
password_hash: Optional[str] = None)func NewGaiaGrubPassword(ctx *Context, name string, args *GaiaGrubPasswordArgs, opts ...ResourceOption) (*GaiaGrubPassword, error)public GaiaGrubPassword(string name, GaiaGrubPasswordArgs? args = null, CustomResourceOptions? opts = null)
public GaiaGrubPassword(String name, GaiaGrubPasswordArgs args)
public GaiaGrubPassword(String name, GaiaGrubPasswordArgs args, CustomResourceOptions options)
type: checkpoint:GaiaGrubPassword
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "checkpoint_gaiagrubpassword" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GaiaGrubPasswordArgs
- 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 GaiaGrubPasswordArgs
- 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 GaiaGrubPasswordArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GaiaGrubPasswordArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GaiaGrubPasswordArgs
- 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 gaiaGrubPasswordResource = new Checkpoint.GaiaGrubPassword("gaiaGrubPasswordResource", new()
{
Debug = false,
GaiaGrubPasswordId = "string",
MemberId = "string",
Password = "string",
PasswordHash = "string",
});
example, err := checkpoint.NewGaiaGrubPassword(ctx, "gaiaGrubPasswordResource", &checkpoint.GaiaGrubPasswordArgs{
Debug: pulumi.Bool(false),
GaiaGrubPasswordId: pulumi.String("string"),
MemberId: pulumi.String("string"),
Password: pulumi.String("string"),
PasswordHash: pulumi.String("string"),
})
resource "checkpoint_gaiagrubpassword" "gaiaGrubPasswordResource" {
debug = false
gaia_grub_password_id = "string"
member_id = "string"
password = "string"
password_hash = "string"
}
var gaiaGrubPasswordResource = new GaiaGrubPassword("gaiaGrubPasswordResource", GaiaGrubPasswordArgs.builder()
.debug(false)
.gaiaGrubPasswordId("string")
.memberId("string")
.password("string")
.passwordHash("string")
.build());
gaia_grub_password_resource = checkpoint.GaiaGrubPassword("gaiaGrubPasswordResource",
debug=False,
gaia_grub_password_id="string",
member_id="string",
password="string",
password_hash="string")
const gaiaGrubPasswordResource = new checkpoint.GaiaGrubPassword("gaiaGrubPasswordResource", {
debug: false,
gaiaGrubPasswordId: "string",
memberId: "string",
password: "string",
passwordHash: "string",
});
type: checkpoint:GaiaGrubPassword
properties:
debug: false
gaiaGrubPasswordId: string
memberId: string
password: string
passwordHash: string
GaiaGrubPassword 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 GaiaGrubPassword resource accepts the following input properties:
- Debug bool
- Enable debug logging for this resource.
- Gaia
Grub stringPassword Id - Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- Password string
- GRUB new password
- Password
Hash string - An encrypted representation of the password
- Debug bool
- Enable debug logging for this resource.
- Gaia
Grub stringPassword Id - Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- Password string
- GRUB new password
- Password
Hash string - An encrypted representation of the password
- debug bool
- Enable debug logging for this resource.
- gaia_
grub_ stringpassword_ id - member_
id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password string
- GRUB new password
- password_
hash string - An encrypted representation of the password
- debug Boolean
- Enable debug logging for this resource.
- gaia
Grub StringPassword Id - member
Id String - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password String
- GRUB new password
- password
Hash String - An encrypted representation of the password
- debug boolean
- Enable debug logging for this resource.
- gaia
Grub stringPassword Id - member
Id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password string
- GRUB new password
- password
Hash string - An encrypted representation of the password
- debug bool
- Enable debug logging for this resource.
- gaia_
grub_ strpassword_ id - member_
id str - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password str
- GRUB new password
- password_
hash str - An encrypted representation of the password
- debug Boolean
- Enable debug logging for this resource.
- gaia
Grub StringPassword Id - member
Id String - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password String
- GRUB new password
- password
Hash String - An encrypted representation of the password
Outputs
All input properties are implicitly available as output properties. Additionally, the GaiaGrubPassword resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing GaiaGrubPassword Resource
Get an existing GaiaGrubPassword 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?: GaiaGrubPasswordState, opts?: CustomResourceOptions): GaiaGrubPassword@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_grub_password_id: Optional[str] = None,
member_id: Optional[str] = None,
password: Optional[str] = None,
password_hash: Optional[str] = None) -> GaiaGrubPasswordfunc GetGaiaGrubPassword(ctx *Context, name string, id IDInput, state *GaiaGrubPasswordState, opts ...ResourceOption) (*GaiaGrubPassword, error)public static GaiaGrubPassword Get(string name, Input<string> id, GaiaGrubPasswordState? state, CustomResourceOptions? opts = null)public static GaiaGrubPassword get(String name, Output<String> id, GaiaGrubPasswordState state, CustomResourceOptions options)resources: _: type: checkpoint:GaiaGrubPassword get: id: ${id}import {
to = checkpoint_gaiagrubpassword.example
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.
- Debug bool
- Enable debug logging for this resource.
- Gaia
Grub stringPassword Id - Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- Password string
- GRUB new password
- Password
Hash string - An encrypted representation of the password
- Debug bool
- Enable debug logging for this resource.
- Gaia
Grub stringPassword Id - Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- Password string
- GRUB new password
- Password
Hash string - An encrypted representation of the password
- debug bool
- Enable debug logging for this resource.
- gaia_
grub_ stringpassword_ id - member_
id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password string
- GRUB new password
- password_
hash string - An encrypted representation of the password
- debug Boolean
- Enable debug logging for this resource.
- gaia
Grub StringPassword Id - member
Id String - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password String
- GRUB new password
- password
Hash String - An encrypted representation of the password
- debug boolean
- Enable debug logging for this resource.
- gaia
Grub stringPassword Id - member
Id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password string
- GRUB new password
- password
Hash string - An encrypted representation of the password
- debug bool
- Enable debug logging for this resource.
- gaia_
grub_ strpassword_ id - member_
id str - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password str
- GRUB new password
- password_
hash str - An encrypted representation of the password
- debug Boolean
- Enable debug logging for this resource.
- gaia
Grub StringPassword Id - member
Id String - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- password String
- GRUB new password
- password
Hash String - An encrypted representation of the password
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Jun 15, 2026 by checkpointsw