1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementSetCpPasswordRequirements
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 ManagementSetCpPasswordRequirements Resource

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

    Constructor syntax

    new ManagementSetCpPasswordRequirements(name: string, args?: ManagementSetCpPasswordRequirementsArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementSetCpPasswordRequirements(resource_name: str,
                                            args: Optional[ManagementSetCpPasswordRequirementsArgs] = None,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementSetCpPasswordRequirements(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            management_set_cp_password_requirements_id: Optional[str] = None,
                                            min_password_length: Optional[float] = None)
    func NewManagementSetCpPasswordRequirements(ctx *Context, name string, args *ManagementSetCpPasswordRequirementsArgs, opts ...ResourceOption) (*ManagementSetCpPasswordRequirements, error)
    public ManagementSetCpPasswordRequirements(string name, ManagementSetCpPasswordRequirementsArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementSetCpPasswordRequirements(String name, ManagementSetCpPasswordRequirementsArgs args)
    public ManagementSetCpPasswordRequirements(String name, ManagementSetCpPasswordRequirementsArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementSetCpPasswordRequirements
    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 ManagementSetCpPasswordRequirementsArgs
    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 ManagementSetCpPasswordRequirementsArgs
    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 ManagementSetCpPasswordRequirementsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementSetCpPasswordRequirementsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementSetCpPasswordRequirementsArgs
    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 managementSetCpPasswordRequirementsResource = new Checkpoint.ManagementSetCpPasswordRequirements("managementSetCpPasswordRequirementsResource", new()
    {
        ManagementSetCpPasswordRequirementsId = "string",
        MinPasswordLength = 0,
    });
    
    example, err := checkpoint.NewManagementSetCpPasswordRequirements(ctx, "managementSetCpPasswordRequirementsResource", &checkpoint.ManagementSetCpPasswordRequirementsArgs{
    	ManagementSetCpPasswordRequirementsId: pulumi.String("string"),
    	MinPasswordLength:                     pulumi.Float64(0),
    })
    
    var managementSetCpPasswordRequirementsResource = new ManagementSetCpPasswordRequirements("managementSetCpPasswordRequirementsResource", ManagementSetCpPasswordRequirementsArgs.builder()
        .managementSetCpPasswordRequirementsId("string")
        .minPasswordLength(0.0)
        .build());
    
    management_set_cp_password_requirements_resource = checkpoint.ManagementSetCpPasswordRequirements("managementSetCpPasswordRequirementsResource",
        management_set_cp_password_requirements_id="string",
        min_password_length=0)
    
    const managementSetCpPasswordRequirementsResource = new checkpoint.ManagementSetCpPasswordRequirements("managementSetCpPasswordRequirementsResource", {
        managementSetCpPasswordRequirementsId: "string",
        minPasswordLength: 0,
    });
    
    type: checkpoint:ManagementSetCpPasswordRequirements
    properties:
        managementSetCpPasswordRequirementsId: string
        minPasswordLength: 0
    

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

    ManagementSetCpPasswordRequirementsId string
    MinPasswordLength double
    Minimum Check Point password length.
    ManagementSetCpPasswordRequirementsId string
    MinPasswordLength float64
    Minimum Check Point password length.
    managementSetCpPasswordRequirementsId String
    minPasswordLength Double
    Minimum Check Point password length.
    managementSetCpPasswordRequirementsId string
    minPasswordLength number
    Minimum Check Point password length.
    management_set_cp_password_requirements_id str
    min_password_length float
    Minimum Check Point password length.
    managementSetCpPasswordRequirementsId String
    minPasswordLength Number
    Minimum Check Point password length.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Uid string
    Object unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    Uid string
    Object unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    uid String
    Object unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    uid string
    Object unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    uid str
    Object unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    uid String
    Object unique identifier.

    Look up Existing ManagementSetCpPasswordRequirements Resource

    Get an existing ManagementSetCpPasswordRequirements 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?: ManagementSetCpPasswordRequirementsState, opts?: CustomResourceOptions): ManagementSetCpPasswordRequirements
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            management_set_cp_password_requirements_id: Optional[str] = None,
            min_password_length: Optional[float] = None,
            uid: Optional[str] = None) -> ManagementSetCpPasswordRequirements
    func GetManagementSetCpPasswordRequirements(ctx *Context, name string, id IDInput, state *ManagementSetCpPasswordRequirementsState, opts ...ResourceOption) (*ManagementSetCpPasswordRequirements, error)
    public static ManagementSetCpPasswordRequirements Get(string name, Input<string> id, ManagementSetCpPasswordRequirementsState? state, CustomResourceOptions? opts = null)
    public static ManagementSetCpPasswordRequirements get(String name, Output<String> id, ManagementSetCpPasswordRequirementsState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementSetCpPasswordRequirements    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:
    ManagementSetCpPasswordRequirementsId string
    MinPasswordLength double
    Minimum Check Point password length.
    Uid string
    Object unique identifier.
    ManagementSetCpPasswordRequirementsId string
    MinPasswordLength float64
    Minimum Check Point password length.
    Uid string
    Object unique identifier.
    managementSetCpPasswordRequirementsId String
    minPasswordLength Double
    Minimum Check Point password length.
    uid String
    Object unique identifier.
    managementSetCpPasswordRequirementsId string
    minPasswordLength number
    Minimum Check Point password length.
    uid string
    Object unique identifier.
    management_set_cp_password_requirements_id str
    min_password_length float
    Minimum Check Point password length.
    uid str
    Object unique identifier.
    managementSetCpPasswordRequirementsId String
    minPasswordLength Number
    Minimum Check Point password length.
    uid String
    Object unique identifier.

    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