1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementSetSmartConsoleIdleTimeout
checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw
checkpoint logo
checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw

    Create ManagementSetSmartConsoleIdleTimeout Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ManagementSetSmartConsoleIdleTimeout(name: string, args?: ManagementSetSmartConsoleIdleTimeoutArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementSetSmartConsoleIdleTimeout(resource_name: str,
                                             args: Optional[ManagementSetSmartConsoleIdleTimeoutArgs] = None,
                                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementSetSmartConsoleIdleTimeout(resource_name: str,
                                             opts: Optional[ResourceOptions] = None,
                                             enabled: Optional[bool] = None,
                                             management_set_smart_console_idle_timeout_id: Optional[str] = None,
                                             timeout_duration: Optional[float] = None)
    func NewManagementSetSmartConsoleIdleTimeout(ctx *Context, name string, args *ManagementSetSmartConsoleIdleTimeoutArgs, opts ...ResourceOption) (*ManagementSetSmartConsoleIdleTimeout, error)
    public ManagementSetSmartConsoleIdleTimeout(string name, ManagementSetSmartConsoleIdleTimeoutArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementSetSmartConsoleIdleTimeout(String name, ManagementSetSmartConsoleIdleTimeoutArgs args)
    public ManagementSetSmartConsoleIdleTimeout(String name, ManagementSetSmartConsoleIdleTimeoutArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementSetSmartConsoleIdleTimeout
    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 ManagementSetSmartConsoleIdleTimeoutArgs
    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 ManagementSetSmartConsoleIdleTimeoutArgs
    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 ManagementSetSmartConsoleIdleTimeoutArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementSetSmartConsoleIdleTimeoutArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementSetSmartConsoleIdleTimeoutArgs
    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 managementSetSmartConsoleIdleTimeoutResource = new Checkpoint.ManagementSetSmartConsoleIdleTimeout("managementSetSmartConsoleIdleTimeoutResource", new()
    {
        Enabled = false,
        ManagementSetSmartConsoleIdleTimeoutId = "string",
        TimeoutDuration = 0,
    });
    
    example, err := checkpoint.NewManagementSetSmartConsoleIdleTimeout(ctx, "managementSetSmartConsoleIdleTimeoutResource", &checkpoint.ManagementSetSmartConsoleIdleTimeoutArgs{
    	Enabled:                                pulumi.Bool(false),
    	ManagementSetSmartConsoleIdleTimeoutId: pulumi.String("string"),
    	TimeoutDuration:                        pulumi.Float64(0),
    })
    
    var managementSetSmartConsoleIdleTimeoutResource = new ManagementSetSmartConsoleIdleTimeout("managementSetSmartConsoleIdleTimeoutResource", ManagementSetSmartConsoleIdleTimeoutArgs.builder()
        .enabled(false)
        .managementSetSmartConsoleIdleTimeoutId("string")
        .timeoutDuration(0.0)
        .build());
    
    management_set_smart_console_idle_timeout_resource = checkpoint.ManagementSetSmartConsoleIdleTimeout("managementSetSmartConsoleIdleTimeoutResource",
        enabled=False,
        management_set_smart_console_idle_timeout_id="string",
        timeout_duration=0)
    
    const managementSetSmartConsoleIdleTimeoutResource = new checkpoint.ManagementSetSmartConsoleIdleTimeout("managementSetSmartConsoleIdleTimeoutResource", {
        enabled: false,
        managementSetSmartConsoleIdleTimeoutId: "string",
        timeoutDuration: 0,
    });
    
    type: checkpoint:ManagementSetSmartConsoleIdleTimeout
    properties:
        enabled: false
        managementSetSmartConsoleIdleTimeoutId: string
        timeoutDuration: 0
    

    ManagementSetSmartConsoleIdleTimeout 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 ManagementSetSmartConsoleIdleTimeout resource accepts the following input properties:

    Enabled bool
    Indicates whether to perform logout after being idle.
    ManagementSetSmartConsoleIdleTimeoutId string
    TimeoutDuration double
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    Enabled bool
    Indicates whether to perform logout after being idle.
    ManagementSetSmartConsoleIdleTimeoutId string
    TimeoutDuration float64
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    enabled Boolean
    Indicates whether to perform logout after being idle.
    managementSetSmartConsoleIdleTimeoutId String
    timeoutDuration Double
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    enabled boolean
    Indicates whether to perform logout after being idle.
    managementSetSmartConsoleIdleTimeoutId string
    timeoutDuration number
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    enabled bool
    Indicates whether to perform logout after being idle.
    management_set_smart_console_idle_timeout_id str
    timeout_duration float
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    enabled Boolean
    Indicates whether to perform logout after being idle.
    managementSetSmartConsoleIdleTimeoutId String
    timeoutDuration Number
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementSetSmartConsoleIdleTimeout 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 str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ManagementSetSmartConsoleIdleTimeout Resource

    Get an existing ManagementSetSmartConsoleIdleTimeout 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?: ManagementSetSmartConsoleIdleTimeoutState, opts?: CustomResourceOptions): ManagementSetSmartConsoleIdleTimeout
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            enabled: Optional[bool] = None,
            management_set_smart_console_idle_timeout_id: Optional[str] = None,
            timeout_duration: Optional[float] = None) -> ManagementSetSmartConsoleIdleTimeout
    func GetManagementSetSmartConsoleIdleTimeout(ctx *Context, name string, id IDInput, state *ManagementSetSmartConsoleIdleTimeoutState, opts ...ResourceOption) (*ManagementSetSmartConsoleIdleTimeout, error)
    public static ManagementSetSmartConsoleIdleTimeout Get(string name, Input<string> id, ManagementSetSmartConsoleIdleTimeoutState? state, CustomResourceOptions? opts = null)
    public static ManagementSetSmartConsoleIdleTimeout get(String name, Output<String> id, ManagementSetSmartConsoleIdleTimeoutState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementSetSmartConsoleIdleTimeout    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:
    Enabled bool
    Indicates whether to perform logout after being idle.
    ManagementSetSmartConsoleIdleTimeoutId string
    TimeoutDuration double
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    Enabled bool
    Indicates whether to perform logout after being idle.
    ManagementSetSmartConsoleIdleTimeoutId string
    TimeoutDuration float64
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    enabled Boolean
    Indicates whether to perform logout after being idle.
    managementSetSmartConsoleIdleTimeoutId String
    timeoutDuration Double
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    enabled boolean
    Indicates whether to perform logout after being idle.
    managementSetSmartConsoleIdleTimeoutId string
    timeoutDuration number
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    enabled bool
    Indicates whether to perform logout after being idle.
    management_set_smart_console_idle_timeout_id str
    timeout_duration float
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.
    enabled Boolean
    Indicates whether to perform logout after being idle.
    managementSetSmartConsoleIdleTimeoutId String
    timeoutDuration Number
    Number of minutes that the SmartConsole will automatically logout after being idle.Updating the interval will take effect only on the next login.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw
      Meet Neo: Your AI Platform Teammate