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:
- Management
Set stringCp Password Requirements Id - Min
Password doubleLength - Minimum Check Point password length.
- Management
Set stringCp Password Requirements Id - Min
Password float64Length - Minimum Check Point password length.
- management
Set StringCp Password Requirements Id - min
Password DoubleLength - Minimum Check Point password length.
- management
Set stringCp Password Requirements Id - min
Password numberLength - Minimum Check Point password length.
- management_
set_ strcp_ password_ requirements_ id - min_
password_ floatlength - Minimum Check Point password length.
- management
Set StringCp Password Requirements Id - min
Password NumberLength - Minimum Check Point password length.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementSetCpPasswordRequirements resource produces the following output properties:
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) -> ManagementSetCpPasswordRequirementsfunc 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.
- Management
Set stringCp Password Requirements Id - Min
Password doubleLength - Minimum Check Point password length.
- Uid string
- Object unique identifier.
- Management
Set stringCp Password Requirements Id - Min
Password float64Length - Minimum Check Point password length.
- Uid string
- Object unique identifier.
- management
Set StringCp Password Requirements Id - min
Password DoubleLength - Minimum Check Point password length.
- uid String
- Object unique identifier.
- management
Set stringCp Password Requirements Id - min
Password numberLength - Minimum Check Point password length.
- uid string
- Object unique identifier.
- management_
set_ strcp_ password_ requirements_ id - min_
password_ floatlength - Minimum Check Point password length.
- uid str
- Object unique identifier.
- management
Set StringCp Password Requirements Id - min
Password NumberLength - 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
checkpointTerraform Provider.
