published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Create GaiaCommandLogin Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GaiaCommandLogin(name: string, args: GaiaCommandLoginArgs, opts?: CustomResourceOptions);@overload
def GaiaCommandLogin(resource_name: str,
args: GaiaCommandLoginArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GaiaCommandLogin(resource_name: str,
opts: Optional[ResourceOptions] = None,
password: Optional[str] = None,
user: Optional[str] = None,
debug: Optional[bool] = None,
gaia_command_login_id: Optional[str] = None,
member_id: Optional[str] = None,
session_timeout: Optional[float] = None,
verification_code: Optional[str] = None,
virtual_system_id: Optional[float] = None)func NewGaiaCommandLogin(ctx *Context, name string, args GaiaCommandLoginArgs, opts ...ResourceOption) (*GaiaCommandLogin, error)public GaiaCommandLogin(string name, GaiaCommandLoginArgs args, CustomResourceOptions? opts = null)
public GaiaCommandLogin(String name, GaiaCommandLoginArgs args)
public GaiaCommandLogin(String name, GaiaCommandLoginArgs args, CustomResourceOptions options)
type: checkpoint:GaiaCommandLogin
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "checkpoint_gaiacommandlogin" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GaiaCommandLoginArgs
- 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 GaiaCommandLoginArgs
- 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 GaiaCommandLoginArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GaiaCommandLoginArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GaiaCommandLoginArgs
- 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 gaiaCommandLoginResource = new Checkpoint.GaiaCommandLogin("gaiaCommandLoginResource", new()
{
Password = "string",
User = "string",
Debug = false,
GaiaCommandLoginId = "string",
MemberId = "string",
SessionTimeout = 0,
VerificationCode = "string",
VirtualSystemId = 0,
});
example, err := checkpoint.NewGaiaCommandLogin(ctx, "gaiaCommandLoginResource", &checkpoint.GaiaCommandLoginArgs{
Password: pulumi.String("string"),
User: pulumi.String("string"),
Debug: pulumi.Bool(false),
GaiaCommandLoginId: pulumi.String("string"),
MemberId: pulumi.String("string"),
SessionTimeout: pulumi.Float64(0),
VerificationCode: pulumi.String("string"),
VirtualSystemId: pulumi.Float64(0),
})
resource "checkpoint_gaiacommandlogin" "gaiaCommandLoginResource" {
password = "string"
user = "string"
debug = false
gaia_command_login_id = "string"
member_id = "string"
session_timeout = 0
verification_code = "string"
virtual_system_id = 0
}
var gaiaCommandLoginResource = new GaiaCommandLogin("gaiaCommandLoginResource", GaiaCommandLoginArgs.builder()
.password("string")
.user("string")
.debug(false)
.gaiaCommandLoginId("string")
.memberId("string")
.sessionTimeout(0.0)
.verificationCode("string")
.virtualSystemId(0.0)
.build());
gaia_command_login_resource = checkpoint.GaiaCommandLogin("gaiaCommandLoginResource",
password="string",
user="string",
debug=False,
gaia_command_login_id="string",
member_id="string",
session_timeout=float(0),
verification_code="string",
virtual_system_id=float(0))
const gaiaCommandLoginResource = new checkpoint.GaiaCommandLogin("gaiaCommandLoginResource", {
password: "string",
user: "string",
debug: false,
gaiaCommandLoginId: "string",
memberId: "string",
sessionTimeout: 0,
verificationCode: "string",
virtualSystemId: 0,
});
type: checkpoint:GaiaCommandLogin
properties:
debug: false
gaiaCommandLoginId: string
memberId: string
password: string
sessionTimeout: 0
user: string
verificationCode: string
virtualSystemId: 0
GaiaCommandLogin 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 GaiaCommandLogin resource accepts the following input properties:
- Password string
- Administrator password
- User string
- Administrator user name
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringLogin 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
- Session
Timeout double - Session expiration timeout in seconds
- Verification
Code string - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- Virtual
System doubleId - Virtual System ID. Relevant for VSNext setups
- Password string
- Administrator password
- User string
- Administrator user name
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringLogin 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
- Session
Timeout float64 - Session expiration timeout in seconds
- Verification
Code string - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- Virtual
System float64Id - Virtual System ID. Relevant for VSNext setups
- password string
- Administrator password
- user string
- Administrator user name
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ stringlogin_ 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
- session_
timeout number - Session expiration timeout in seconds
- verification_
code string - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual_
system_ numberid - Virtual System ID. Relevant for VSNext setups
- password String
- Administrator password
- user String
- Administrator user name
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringLogin 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
- session
Timeout Double - Session expiration timeout in seconds
- verification
Code String - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual
System DoubleId - Virtual System ID. Relevant for VSNext setups
- password string
- Administrator password
- user string
- Administrator user name
- debug boolean
- Enable debugging for this resource only.
- gaia
Command stringLogin 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
- session
Timeout number - Session expiration timeout in seconds
- verification
Code string - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual
System numberId - Virtual System ID. Relevant for VSNext setups
- password str
- Administrator password
- user str
- Administrator user name
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ strlogin_ 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
- session_
timeout float - Session expiration timeout in seconds
- verification_
code str - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual_
system_ floatid - Virtual System ID. Relevant for VSNext setups
- password String
- Administrator password
- user String
- Administrator user name
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringLogin 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
- session
Timeout Number - Session expiration timeout in seconds
- verification
Code String - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual
System NumberId - Virtual System ID. Relevant for VSNext setups
Outputs
All input properties are implicitly available as output properties. Additionally, the GaiaCommandLogin resource produces the following output properties:
- Api
Server stringVersion - N/A
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Login List<GaiaWas Ats Command Login Last Login Was At> - N/A
- Read
Only bool - N/A
- Sid string
- N/A
- Url string
- N/A
- Api
Server stringVersion - N/A
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Login []GaiaWas Ats Command Login Last Login Was At - N/A
- Read
Only bool - N/A
- Sid string
- N/A
- Url string
- N/A
- api_
server_ stringversion - N/A
- id string
- The provider-assigned unique ID for this managed resource.
- last_
login_ list(object)was_ ats - N/A
- read_
only bool - N/A
- sid string
- N/A
- url string
- N/A
- api
Server StringVersion - N/A
- id String
- The provider-assigned unique ID for this managed resource.
- last
Login List<GaiaWas Ats Command Login Last Login Was At> - N/A
- read
Only Boolean - N/A
- sid String
- N/A
- url String
- N/A
- api
Server stringVersion - N/A
- id string
- The provider-assigned unique ID for this managed resource.
- last
Login GaiaWas Ats Command Login Last Login Was At[] - N/A
- read
Only boolean - N/A
- sid string
- N/A
- url string
- N/A
- api_
server_ strversion - N/A
- id str
- The provider-assigned unique ID for this managed resource.
- last_
login_ Sequence[Gaiawas_ ats Command Login Last Login Was At] - N/A
- read_
only bool - N/A
- sid str
- N/A
- url str
- N/A
- api
Server StringVersion - N/A
- id String
- The provider-assigned unique ID for this managed resource.
- last
Login List<Property Map>Was Ats - N/A
- read
Only Boolean - N/A
- sid String
- N/A
- url String
- N/A
Look up Existing GaiaCommandLogin Resource
Get an existing GaiaCommandLogin 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?: GaiaCommandLoginState, opts?: CustomResourceOptions): GaiaCommandLogin@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
api_server_version: Optional[str] = None,
debug: Optional[bool] = None,
gaia_command_login_id: Optional[str] = None,
last_login_was_ats: Optional[Sequence[GaiaCommandLoginLastLoginWasAtArgs]] = None,
member_id: Optional[str] = None,
password: Optional[str] = None,
read_only: Optional[bool] = None,
session_timeout: Optional[float] = None,
sid: Optional[str] = None,
url: Optional[str] = None,
user: Optional[str] = None,
verification_code: Optional[str] = None,
virtual_system_id: Optional[float] = None) -> GaiaCommandLoginfunc GetGaiaCommandLogin(ctx *Context, name string, id IDInput, state *GaiaCommandLoginState, opts ...ResourceOption) (*GaiaCommandLogin, error)public static GaiaCommandLogin Get(string name, Input<string> id, GaiaCommandLoginState? state, CustomResourceOptions? opts = null)public static GaiaCommandLogin get(String name, Output<String> id, GaiaCommandLoginState state, CustomResourceOptions options)resources: _: type: checkpoint:GaiaCommandLogin get: id: ${id}import {
to = checkpoint_gaiacommandlogin.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.
- Api
Server stringVersion - N/A
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringLogin Id - Last
Login List<GaiaWas Ats Command Login Last Login Was At> - N/A
- 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
- Administrator password
- Read
Only bool - N/A
- Session
Timeout double - Session expiration timeout in seconds
- Sid string
- N/A
- Url string
- N/A
- User string
- Administrator user name
- Verification
Code string - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- Virtual
System doubleId - Virtual System ID. Relevant for VSNext setups
- Api
Server stringVersion - N/A
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringLogin Id - Last
Login []GaiaWas Ats Command Login Last Login Was At Args - N/A
- 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
- Administrator password
- Read
Only bool - N/A
- Session
Timeout float64 - Session expiration timeout in seconds
- Sid string
- N/A
- Url string
- N/A
- User string
- Administrator user name
- Verification
Code string - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- Virtual
System float64Id - Virtual System ID. Relevant for VSNext setups
- api_
server_ stringversion - N/A
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ stringlogin_ id - last_
login_ list(object)was_ ats - N/A
- 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
- Administrator password
- read_
only bool - N/A
- session_
timeout number - Session expiration timeout in seconds
- sid string
- N/A
- url string
- N/A
- user string
- Administrator user name
- verification_
code string - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual_
system_ numberid - Virtual System ID. Relevant for VSNext setups
- api
Server StringVersion - N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringLogin Id - last
Login List<GaiaWas Ats Command Login Last Login Was At> - N/A
- 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
- Administrator password
- read
Only Boolean - N/A
- session
Timeout Double - Session expiration timeout in seconds
- sid String
- N/A
- url String
- N/A
- user String
- Administrator user name
- verification
Code String - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual
System DoubleId - Virtual System ID. Relevant for VSNext setups
- api
Server stringVersion - N/A
- debug boolean
- Enable debugging for this resource only.
- gaia
Command stringLogin Id - last
Login GaiaWas Ats Command Login Last Login Was At[] - N/A
- 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
- Administrator password
- read
Only boolean - N/A
- session
Timeout number - Session expiration timeout in seconds
- sid string
- N/A
- url string
- N/A
- user string
- Administrator user name
- verification
Code string - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual
System numberId - Virtual System ID. Relevant for VSNext setups
- api_
server_ strversion - N/A
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ strlogin_ id - last_
login_ Sequence[Gaiawas_ ats Command Login Last Login Was At Args] - N/A
- 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
- Administrator password
- read_
only bool - N/A
- session_
timeout float - Session expiration timeout in seconds
- sid str
- N/A
- url str
- N/A
- user str
- Administrator user name
- verification_
code str - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual_
system_ floatid - Virtual System ID. Relevant for VSNext setups
- api
Server StringVersion - N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringLogin Id - last
Login List<Property Map>Was Ats - N/A
- 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
- Administrator password
- read
Only Boolean - N/A
- session
Timeout Number - Session expiration timeout in seconds
- sid String
- N/A
- url String
- N/A
- user String
- Administrator user name
- verification
Code String - Verification code, if Two-Factor Authentication is enabled for this user. This field must be a string comprised solely of digits.
- virtual
System NumberId - Virtual System ID. Relevant for VSNext setups
Supporting Types
GaiaCommandLoginLastLoginWasAt, GaiaCommandLoginLastLoginWasAtArgs
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