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:
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) -> ManagementChangePasswordOnNextLoginfunc 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.
- Management
Change stringPassword On Next Login Id - Message string
- Operation status.
- Management
Change stringPassword On Next Login Id - Message string
- Operation status.
- management
Change StringPassword On Next Login Id - message String
- Operation status.
- management
Change stringPassword On Next Login Id - message string
- Operation status.
- management_
change_ strpassword_ on_ next_ login_ id - message str
- Operation status.
- management
Change StringPassword On Next Login Id - message String
- Operation status.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
