checkpoint.ManagementVerifyRevert
Explore with Pulumi AI
Create ManagementVerifyRevert Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementVerifyRevert(name: string, args: ManagementVerifyRevertArgs, opts?: CustomResourceOptions);
@overload
def ManagementVerifyRevert(resource_name: str,
args: ManagementVerifyRevertArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementVerifyRevert(resource_name: str,
opts: Optional[ResourceOptions] = None,
to_session: Optional[str] = None,
management_verify_revert_id: Optional[str] = None)
func NewManagementVerifyRevert(ctx *Context, name string, args ManagementVerifyRevertArgs, opts ...ResourceOption) (*ManagementVerifyRevert, error)
public ManagementVerifyRevert(string name, ManagementVerifyRevertArgs args, CustomResourceOptions? opts = null)
public ManagementVerifyRevert(String name, ManagementVerifyRevertArgs args)
public ManagementVerifyRevert(String name, ManagementVerifyRevertArgs args, CustomResourceOptions options)
type: checkpoint:ManagementVerifyRevert
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 ManagementVerifyRevertArgs
- 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 ManagementVerifyRevertArgs
- 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 ManagementVerifyRevertArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementVerifyRevertArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementVerifyRevertArgs
- 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 managementVerifyRevertResource = new Checkpoint.ManagementVerifyRevert("managementVerifyRevertResource", new()
{
ToSession = "string",
ManagementVerifyRevertId = "string",
});
example, err := checkpoint.NewManagementVerifyRevert(ctx, "managementVerifyRevertResource", &checkpoint.ManagementVerifyRevertArgs{
ToSession: pulumi.String("string"),
ManagementVerifyRevertId: pulumi.String("string"),
})
var managementVerifyRevertResource = new ManagementVerifyRevert("managementVerifyRevertResource", ManagementVerifyRevertArgs.builder()
.toSession("string")
.managementVerifyRevertId("string")
.build());
management_verify_revert_resource = checkpoint.ManagementVerifyRevert("managementVerifyRevertResource",
to_session="string",
management_verify_revert_id="string")
const managementVerifyRevertResource = new checkpoint.ManagementVerifyRevert("managementVerifyRevertResource", {
toSession: "string",
managementVerifyRevertId: "string",
});
type: checkpoint:ManagementVerifyRevert
properties:
managementVerifyRevertId: string
toSession: string
ManagementVerifyRevert 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 ManagementVerifyRevert resource accepts the following input properties:
- To
Session string - Session unique identifier. Specify the session you would like to verify a revert operation to.
- Management
Verify stringRevert Id
- To
Session string - Session unique identifier. Specify the session you would like to verify a revert operation to.
- Management
Verify stringRevert Id
- to
Session String - Session unique identifier. Specify the session you would like to verify a revert operation to.
- management
Verify StringRevert Id
- to
Session string - Session unique identifier. Specify the session you would like to verify a revert operation to.
- management
Verify stringRevert Id
- to_
session str - Session unique identifier. Specify the session you would like to verify a revert operation to.
- management_
verify_ strrevert_ id
- to
Session String - Session unique identifier. Specify the session you would like to verify a revert operation to.
- management
Verify StringRevert Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementVerifyRevert resource produces the following output properties:
Look up Existing ManagementVerifyRevert Resource
Get an existing ManagementVerifyRevert 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?: ManagementVerifyRevertState, opts?: CustomResourceOptions): ManagementVerifyRevert
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
management_verify_revert_id: Optional[str] = None,
task_id: Optional[str] = None,
to_session: Optional[str] = None) -> ManagementVerifyRevert
func GetManagementVerifyRevert(ctx *Context, name string, id IDInput, state *ManagementVerifyRevertState, opts ...ResourceOption) (*ManagementVerifyRevert, error)
public static ManagementVerifyRevert Get(string name, Input<string> id, ManagementVerifyRevertState? state, CustomResourceOptions? opts = null)
public static ManagementVerifyRevert get(String name, Output<String> id, ManagementVerifyRevertState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementVerifyRevert 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
Verify stringRevert Id - Task
Id string - Asynchronous task unique identifier.
- To
Session string - Session unique identifier. Specify the session you would like to verify a revert operation to.
- Management
Verify stringRevert Id - Task
Id string - Asynchronous task unique identifier.
- To
Session string - Session unique identifier. Specify the session you would like to verify a revert operation to.
- management
Verify StringRevert Id - task
Id String - Asynchronous task unique identifier.
- to
Session String - Session unique identifier. Specify the session you would like to verify a revert operation to.
- management
Verify stringRevert Id - task
Id string - Asynchronous task unique identifier.
- to
Session string - Session unique identifier. Specify the session you would like to verify a revert operation to.
- management_
verify_ strrevert_ id - task_
id str - Asynchronous task unique identifier.
- to_
session str - Session unique identifier. Specify the session you would like to verify a revert operation to.
- management
Verify StringRevert Id - task
Id String - Asynchronous task unique identifier.
- to
Session String - Session unique identifier. Specify the session you would like to verify a revert operation to.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.