1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementCommandLoginToDomain
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.ManagementCommandLoginToDomain

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    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.
    ContinueLastSession bool
    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.
    ManagementCommandLoginToDomainId string
    ReadOnly 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.
    ContinueLastSession bool
    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.
    ManagementCommandLoginToDomainId string
    ReadOnly 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.
    continueLastSession Boolean
    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.
    managementCommandLoginToDomainId String
    readOnly 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.
    continueLastSession boolean
    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.
    managementCommandLoginToDomainId string
    readOnly 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_session bool
    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_login_to_domain_id str
    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.
    continueLastSession Boolean
    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.
    managementCommandLoginToDomainId String
    readOnly 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:

    ApiServerVersion string
    API Server version.
    DiskSpaceMessage string
    Information about the available disk space on the management server.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastLoginWasAt Dictionary<string, string>
    Timestamp when administrator last accessed the management server.
    LoginMessage Dictionary<string, string>
    Login message.
    SessionTimeout 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.
    ApiServerVersion string
    API Server version.
    DiskSpaceMessage string
    Information about the available disk space on the management server.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastLoginWasAt map[string]string
    Timestamp when administrator last accessed the management server.
    LoginMessage map[string]string
    Login message.
    SessionTimeout 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.
    apiServerVersion String
    API Server version.
    diskSpaceMessage String
    Information about the available disk space on the management server.
    id String
    The provider-assigned unique ID for this managed resource.
    lastLoginWasAt Map<String,String>
    Timestamp when administrator last accessed the management server.
    loginMessage Map<String,String>
    Login message.
    sessionTimeout 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.
    apiServerVersion string
    API Server version.
    diskSpaceMessage string
    Information about the available disk space on the management server.
    id string
    The provider-assigned unique ID for this managed resource.
    lastLoginWasAt {[key: string]: string}
    Timestamp when administrator last accessed the management server.
    loginMessage {[key: string]: string}
    Login message.
    sessionTimeout 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_version str
    API Server version.
    disk_space_message str
    Information about the available disk space on the management server.
    id str
    The provider-assigned unique ID for this managed resource.
    last_login_was_at Mapping[str, str]
    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.
    apiServerVersion String
    API Server version.
    diskSpaceMessage String
    Information about the available disk space on the management server.
    id String
    The provider-assigned unique ID for this managed resource.
    lastLoginWasAt Map<String>
    Timestamp when administrator last accessed the management server.
    loginMessage Map<String>
    Login message.
    sessionTimeout 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.
    The following state arguments are supported:
    ApiServerVersion string
    API Server version.
    ContinueLastSession bool
    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.
    DiskSpaceMessage string
    Information about the available disk space on the management server.
    Domain string
    Domain identified by the name or UID.
    LastLoginWasAt Dictionary<string, string>
    Timestamp when administrator last accessed the management server.
    LoginMessage Dictionary<string, string>
    Login message.
    ManagementCommandLoginToDomainId string
    ReadOnly bool
    Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
    SessionTimeout 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.
    ApiServerVersion string
    API Server version.
    ContinueLastSession bool
    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.
    DiskSpaceMessage string
    Information about the available disk space on the management server.
    Domain string
    Domain identified by the name or UID.
    LastLoginWasAt map[string]string
    Timestamp when administrator last accessed the management server.
    LoginMessage map[string]string
    Login message.
    ManagementCommandLoginToDomainId string
    ReadOnly bool
    Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
    SessionTimeout 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.
    apiServerVersion String
    API Server version.
    continueLastSession Boolean
    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.
    diskSpaceMessage String
    Information about the available disk space on the management server.
    domain String
    Domain identified by the name or UID.
    lastLoginWasAt Map<String,String>
    Timestamp when administrator last accessed the management server.
    loginMessage Map<String,String>
    Login message.
    managementCommandLoginToDomainId String
    readOnly Boolean
    Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
    sessionTimeout 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.
    apiServerVersion string
    API Server version.
    continueLastSession boolean
    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.
    diskSpaceMessage string
    Information about the available disk space on the management server.
    domain string
    Domain identified by the name or UID.
    lastLoginWasAt {[key: string]: string}
    Timestamp when administrator last accessed the management server.
    loginMessage {[key: string]: string}
    Login message.
    managementCommandLoginToDomainId string
    readOnly boolean
    Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
    sessionTimeout 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_version str
    API Server version.
    continue_last_session bool
    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_message str
    Information about the available disk space on the management server.
    domain str
    Domain identified by the name or UID.
    last_login_was_at Mapping[str, str]
    Timestamp when administrator last accessed the management server.
    login_message Mapping[str, str]
    Login message.
    management_command_login_to_domain_id str
    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.
    apiServerVersion String
    API Server version.
    continueLastSession Boolean
    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.
    diskSpaceMessage String
    Information about the available disk space on the management server.
    domain String
    Domain identified by the name or UID.
    lastLoginWasAt Map<String>
    Timestamp when administrator last accessed the management server.
    loginMessage Map<String>
    Login message.
    managementCommandLoginToDomainId String
    readOnly Boolean
    Login with Read Only permissions. This parameter is not considered in case continue-last-session is true.
    sessionTimeout 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.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw