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

    Create ManagementChangePasswordOnNextLogin Resource

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

    Constructor syntax

    new ManagementChangePasswordOnNextLogin(name: string, args?: ManagementChangePasswordOnNextLoginArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementChangePasswordOnNextLogin(resource_name: str,
                                            args: Optional[ManagementChangePasswordOnNextLoginArgs] = None,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementChangePasswordOnNextLogin(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            management_change_password_on_next_login_id: Optional[str] = None)
    func NewManagementChangePasswordOnNextLogin(ctx *Context, name string, args *ManagementChangePasswordOnNextLoginArgs, opts ...ResourceOption) (*ManagementChangePasswordOnNextLogin, error)
    public ManagementChangePasswordOnNextLogin(string name, ManagementChangePasswordOnNextLoginArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementChangePasswordOnNextLogin(String name, ManagementChangePasswordOnNextLoginArgs args)
    public ManagementChangePasswordOnNextLogin(String name, ManagementChangePasswordOnNextLoginArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementChangePasswordOnNextLogin
    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 ManagementChangePasswordOnNextLoginArgs
    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 ManagementChangePasswordOnNextLoginArgs
    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 ManagementChangePasswordOnNextLoginArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementChangePasswordOnNextLoginArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementChangePasswordOnNextLoginArgs
    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 managementChangePasswordOnNextLoginResource = new Checkpoint.ManagementChangePasswordOnNextLogin("managementChangePasswordOnNextLoginResource", new()
    {
        ManagementChangePasswordOnNextLoginId = "string",
    });
    
    example, err := checkpoint.NewManagementChangePasswordOnNextLogin(ctx, "managementChangePasswordOnNextLoginResource", &checkpoint.ManagementChangePasswordOnNextLoginArgs{
    	ManagementChangePasswordOnNextLoginId: pulumi.String("string"),
    })
    
    var managementChangePasswordOnNextLoginResource = new ManagementChangePasswordOnNextLogin("managementChangePasswordOnNextLoginResource", ManagementChangePasswordOnNextLoginArgs.builder()
        .managementChangePasswordOnNextLoginId("string")
        .build());
    
    management_change_password_on_next_login_resource = checkpoint.ManagementChangePasswordOnNextLogin("managementChangePasswordOnNextLoginResource", management_change_password_on_next_login_id="string")
    
    const managementChangePasswordOnNextLoginResource = new checkpoint.ManagementChangePasswordOnNextLogin("managementChangePasswordOnNextLoginResource", {managementChangePasswordOnNextLoginId: "string"});
    
    type: checkpoint:ManagementChangePasswordOnNextLogin
    properties:
        managementChangePasswordOnNextLoginId: string
    

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

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementChangePasswordOnNextLogin resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    Operation status.
    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    Operation status.
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    Operation status.
    id string
    The provider-assigned unique ID for this managed resource.
    message string
    Operation status.
    id str
    The provider-assigned unique ID for this managed resource.
    message str
    Operation status.
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    Operation status.

    Look up Existing ManagementChangePasswordOnNextLogin Resource

    Get an existing ManagementChangePasswordOnNextLogin 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?: ManagementChangePasswordOnNextLoginState, opts?: CustomResourceOptions): ManagementChangePasswordOnNextLogin
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            management_change_password_on_next_login_id: Optional[str] = None,
            message: Optional[str] = None) -> ManagementChangePasswordOnNextLogin
    func GetManagementChangePasswordOnNextLogin(ctx *Context, name string, id IDInput, state *ManagementChangePasswordOnNextLoginState, opts ...ResourceOption) (*ManagementChangePasswordOnNextLogin, error)
    public static ManagementChangePasswordOnNextLogin Get(string name, Input<string> id, ManagementChangePasswordOnNextLoginState? state, CustomResourceOptions? opts = null)
    public static ManagementChangePasswordOnNextLogin get(String name, Output<String> id, ManagementChangePasswordOnNextLoginState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementChangePasswordOnNextLogin    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:
    ManagementChangePasswordOnNextLoginId string
    Message string
    Operation status.
    ManagementChangePasswordOnNextLoginId string
    Message string
    Operation status.
    managementChangePasswordOnNextLoginId String
    message String
    Operation status.
    managementChangePasswordOnNextLoginId string
    message string
    Operation status.
    managementChangePasswordOnNextLoginId String
    message String
    Operation status.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    Viewing docs for checkpoint 2.12.0
    published on Monday, Nov 10, 2025 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.