checkpoint.ManagementCommandLoginToDomain
Explore with Pulumi AI
Create ManagementCommandLoginToDomain Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCommandLoginToDomain(name: string, args: ManagementCommandLoginToDomainArgs, opts?: CustomResourceOptions);
@overload
def ManagementCommandLoginToDomain(resource_name: str,
args: ManagementCommandLoginToDomainArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCommandLoginToDomain(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain: Optional[str] = None,
continue_last_session: Optional[bool] = None,
management_command_login_to_domain_id: Optional[str] = None,
read_only: Optional[bool] = None)
func NewManagementCommandLoginToDomain(ctx *Context, name string, args ManagementCommandLoginToDomainArgs, opts ...ResourceOption) (*ManagementCommandLoginToDomain, error)
public ManagementCommandLoginToDomain(string name, ManagementCommandLoginToDomainArgs args, CustomResourceOptions? opts = null)
public ManagementCommandLoginToDomain(String name, ManagementCommandLoginToDomainArgs args)
public ManagementCommandLoginToDomain(String name, ManagementCommandLoginToDomainArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCommandLoginToDomain
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 ManagementCommandLoginToDomainArgs
- 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 ManagementCommandLoginToDomainArgs
- 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 ManagementCommandLoginToDomainArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCommandLoginToDomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCommandLoginToDomainArgs
- 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 managementCommandLoginToDomainResource = new Checkpoint.ManagementCommandLoginToDomain("managementCommandLoginToDomainResource", new()
{
Domain = "string",
ContinueLastSession = false,
ManagementCommandLoginToDomainId = "string",
ReadOnly = false,
});
example, err := checkpoint.NewManagementCommandLoginToDomain(ctx, "managementCommandLoginToDomainResource", &checkpoint.ManagementCommandLoginToDomainArgs{
Domain: pulumi.String("string"),
ContinueLastSession: pulumi.Bool(false),
ManagementCommandLoginToDomainId: pulumi.String("string"),
ReadOnly: pulumi.Bool(false),
})
var managementCommandLoginToDomainResource = new ManagementCommandLoginToDomain("managementCommandLoginToDomainResource", ManagementCommandLoginToDomainArgs.builder()
.domain("string")
.continueLastSession(false)
.managementCommandLoginToDomainId("string")
.readOnly(false)
.build());
management_command_login_to_domain_resource = checkpoint.ManagementCommandLoginToDomain("managementCommandLoginToDomainResource",
domain="string",
continue_last_session=False,
management_command_login_to_domain_id="string",
read_only=False)
const managementCommandLoginToDomainResource = new checkpoint.ManagementCommandLoginToDomain("managementCommandLoginToDomainResource", {
domain: "string",
continueLastSession: false,
managementCommandLoginToDomainId: "string",
readOnly: false,
});
type: checkpoint:ManagementCommandLoginToDomain
properties:
continueLastSession: false
domain: string
managementCommandLoginToDomainId: string
readOnly: false
ManagementCommandLoginToDomain 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 ManagementCommandLoginToDomain resource accepts the following input properties:
- Domain string
- Domain identified by the name or UID.
- Continue
Last boolSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- Management
Command stringLogin To Domain Id - Read
Only bool - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- Domain string
- Domain identified by the name or UID.
- Continue
Last boolSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- Management
Command stringLogin To Domain Id - Read
Only bool - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- domain String
- Domain identified by the name or UID.
- continue
Last BooleanSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- management
Command StringLogin To Domain Id - read
Only Boolean - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- domain string
- Domain identified by the name or UID.
- continue
Last booleanSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- management
Command stringLogin To Domain Id - read
Only boolean - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- domain str
- Domain identified by the name or UID.
- continue_
last_ boolsession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- management_
command_ strlogin_ to_ domain_ id - read_
only bool - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- domain String
- Domain identified by the name or UID.
- continue
Last BooleanSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- management
Command StringLogin To Domain Id - read
Only Boolean - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCommandLoginToDomain resource produces the following output properties:
- Api
Server stringVersion - API Server version.
- Disk
Space stringMessage - Information about the available disk space on the management server.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Login Dictionary<string, string>Was At - Timestamp when administrator last accessed the management server.
- Login
Message Dictionary<string, string> - Login message.
- Session
Timeout double - Session expiration timeout in seconds.
- Sid string
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- Standby bool
- True if this management server is in the standby mode.
- Uid string
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- Url string
- URL that was used to reach the API server.
- Api
Server stringVersion - API Server version.
- Disk
Space stringMessage - Information about the available disk space on the management server.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Login map[string]stringWas At - Timestamp when administrator last accessed the management server.
- Login
Message map[string]string - Login message.
- Session
Timeout float64 - Session expiration timeout in seconds.
- Sid string
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- Standby bool
- True if this management server is in the standby mode.
- Uid string
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- Url string
- URL that was used to reach the API server.
- api
Server StringVersion - API Server version.
- disk
Space StringMessage - Information about the available disk space on the management server.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Login Map<String,String>Was At - Timestamp when administrator last accessed the management server.
- login
Message Map<String,String> - Login message.
- session
Timeout Double - Session expiration timeout in seconds.
- sid String
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- standby Boolean
- True if this management server is in the standby mode.
- uid String
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- url String
- URL that was used to reach the API server.
- api
Server stringVersion - API Server version.
- disk
Space stringMessage - Information about the available disk space on the management server.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Login {[key: string]: string}Was At - Timestamp when administrator last accessed the management server.
- login
Message {[key: string]: string} - Login message.
- session
Timeout number - Session expiration timeout in seconds.
- sid string
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- standby boolean
- True if this management server is in the standby mode.
- uid string
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- url string
- URL that was used to reach the API server.
- api_
server_ strversion - API Server version.
- disk_
space_ strmessage - Information about the available disk space on the management server.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
login_ Mapping[str, str]was_ at - Timestamp when administrator last accessed the management server.
- login_
message Mapping[str, str] - Login message.
- session_
timeout float - Session expiration timeout in seconds.
- sid str
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- standby bool
- True if this management server is in the standby mode.
- uid str
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- url str
- URL that was used to reach the API server.
- api
Server StringVersion - API Server version.
- disk
Space StringMessage - Information about the available disk space on the management server.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Login Map<String>Was At - Timestamp when administrator last accessed the management server.
- login
Message Map<String> - Login message.
- session
Timeout Number - Session expiration timeout in seconds.
- sid String
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- standby Boolean
- True if this management server is in the standby mode.
- uid String
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- url String
- URL that was used to reach the API server.
Look up Existing ManagementCommandLoginToDomain Resource
Get an existing ManagementCommandLoginToDomain 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?: ManagementCommandLoginToDomainState, opts?: CustomResourceOptions): ManagementCommandLoginToDomain
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
api_server_version: Optional[str] = None,
continue_last_session: Optional[bool] = None,
disk_space_message: Optional[str] = None,
domain: Optional[str] = None,
last_login_was_at: Optional[Mapping[str, str]] = None,
login_message: Optional[Mapping[str, str]] = None,
management_command_login_to_domain_id: Optional[str] = None,
read_only: Optional[bool] = None,
session_timeout: Optional[float] = None,
sid: Optional[str] = None,
standby: Optional[bool] = None,
uid: Optional[str] = None,
url: Optional[str] = None) -> ManagementCommandLoginToDomain
func GetManagementCommandLoginToDomain(ctx *Context, name string, id IDInput, state *ManagementCommandLoginToDomainState, opts ...ResourceOption) (*ManagementCommandLoginToDomain, error)
public static ManagementCommandLoginToDomain Get(string name, Input<string> id, ManagementCommandLoginToDomainState? state, CustomResourceOptions? opts = null)
public static ManagementCommandLoginToDomain get(String name, Output<String> id, ManagementCommandLoginToDomainState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementCommandLoginToDomain 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.
- Api
Server stringVersion - API Server version.
- Continue
Last boolSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- Disk
Space stringMessage - Information about the available disk space on the management server.
- Domain string
- Domain identified by the name or UID.
- Last
Login Dictionary<string, string>Was At - Timestamp when administrator last accessed the management server.
- Login
Message Dictionary<string, string> - Login message.
- Management
Command stringLogin To Domain Id - Read
Only bool - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- Session
Timeout double - Session expiration timeout in seconds.
- Sid string
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- Standby bool
- True if this management server is in the standby mode.
- Uid string
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- Url string
- URL that was used to reach the API server.
- Api
Server stringVersion - API Server version.
- Continue
Last boolSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- Disk
Space stringMessage - Information about the available disk space on the management server.
- Domain string
- Domain identified by the name or UID.
- Last
Login map[string]stringWas At - Timestamp when administrator last accessed the management server.
- Login
Message map[string]string - Login message.
- Management
Command stringLogin To Domain Id - Read
Only bool - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- Session
Timeout float64 - Session expiration timeout in seconds.
- Sid string
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- Standby bool
- True if this management server is in the standby mode.
- Uid string
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- Url string
- URL that was used to reach the API server.
- api
Server StringVersion - API Server version.
- continue
Last BooleanSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- disk
Space StringMessage - Information about the available disk space on the management server.
- domain String
- Domain identified by the name or UID.
- last
Login Map<String,String>Was At - Timestamp when administrator last accessed the management server.
- login
Message Map<String,String> - Login message.
- management
Command StringLogin To Domain Id - read
Only Boolean - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- session
Timeout Double - Session expiration timeout in seconds.
- sid String
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- standby Boolean
- True if this management server is in the standby mode.
- uid String
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- url String
- URL that was used to reach the API server.
- api
Server stringVersion - API Server version.
- continue
Last booleanSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- disk
Space stringMessage - Information about the available disk space on the management server.
- domain string
- Domain identified by the name or UID.
- last
Login {[key: string]: string}Was At - Timestamp when administrator last accessed the management server.
- login
Message {[key: string]: string} - Login message.
- management
Command stringLogin To Domain Id - read
Only boolean - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- session
Timeout number - Session expiration timeout in seconds.
- sid string
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- standby boolean
- True if this management server is in the standby mode.
- uid string
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- url string
- URL that was used to reach the API server.
- api_
server_ strversion - API Server version.
- continue_
last_ boolsession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- disk_
space_ strmessage - Information about the available disk space on the management server.
- domain str
- Domain identified by the name or UID.
- last_
login_ Mapping[str, str]was_ at - Timestamp when administrator last accessed the management server.
- login_
message Mapping[str, str] - Login message.
- management_
command_ strlogin_ to_ domain_ id - read_
only bool - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- session_
timeout float - Session expiration timeout in seconds.
- sid str
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- standby bool
- True if this management server is in the standby mode.
- uid str
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- url str
- URL that was used to reach the API server.
- api
Server StringVersion - API Server version.
- continue
Last BooleanSession - When 'continue-last-session' is set to 'True', the new session would continue where the last session was stopped. This option is available when the administrator has only one session that can be continued. If there is more than one session, see 'switch-session' API.
- disk
Space StringMessage - Information about the available disk space on the management server.
- domain String
- Domain identified by the name or UID.
- last
Login Map<String>Was At - Timestamp when administrator last accessed the management server.
- login
Message Map<String> - Login message.
- management
Command StringLogin To Domain Id - read
Only Boolean - Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
- session
Timeout Number - Session expiration timeout in seconds.
- sid String
- Session unique identifier. Enter this session unique identifier in the 'X-chkp-sid' header of each request.
- standby Boolean
- True if this management server is in the standby mode.
- uid String
- Session object unique identifier. This identifier may be used in the discard API to discard changes that were made in this session, when administrator is working from another session, or in the 'switch-session' API.
- url String
- URL that was used to reach the API server.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.