1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementVerifyRevert
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

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 This property is required. string
The unique name of the resource.
args This property is required. ManagementVerifyRevertArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ManagementVerifyRevertArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ManagementVerifyRevertArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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",
});
Copy
example, err := checkpoint.NewManagementVerifyRevert(ctx, "managementVerifyRevertResource", &checkpoint.ManagementVerifyRevertArgs{
	ToSession:                pulumi.String("string"),
	ManagementVerifyRevertId: pulumi.String("string"),
})
Copy
var managementVerifyRevertResource = new ManagementVerifyRevert("managementVerifyRevertResource", ManagementVerifyRevertArgs.builder()
    .toSession("string")
    .managementVerifyRevertId("string")
    .build());
Copy
management_verify_revert_resource = checkpoint.ManagementVerifyRevert("managementVerifyRevertResource",
    to_session="string",
    management_verify_revert_id="string")
Copy
const managementVerifyRevertResource = new checkpoint.ManagementVerifyRevert("managementVerifyRevertResource", {
    toSession: "string",
    managementVerifyRevertId: "string",
});
Copy
type: checkpoint:ManagementVerifyRevert
properties:
    managementVerifyRevertId: string
    toSession: string
Copy

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:

ToSession This property is required. string
Session unique identifier. Specify the session you would like to verify a revert operation to.
ManagementVerifyRevertId string
ToSession This property is required. string
Session unique identifier. Specify the session you would like to verify a revert operation to.
ManagementVerifyRevertId string
toSession This property is required. String
Session unique identifier. Specify the session you would like to verify a revert operation to.
managementVerifyRevertId String
toSession This property is required. string
Session unique identifier. Specify the session you would like to verify a revert operation to.
managementVerifyRevertId string
to_session This property is required. str
Session unique identifier. Specify the session you would like to verify a revert operation to.
management_verify_revert_id str
toSession This property is required. String
Session unique identifier. Specify the session you would like to verify a revert operation to.
managementVerifyRevertId String

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
TaskId string
Asynchronous task unique identifier.
Id string
The provider-assigned unique ID for this managed resource.
TaskId string
Asynchronous task unique identifier.
id String
The provider-assigned unique ID for this managed resource.
taskId String
Asynchronous task unique identifier.
id string
The provider-assigned unique ID for this managed resource.
taskId string
Asynchronous task unique identifier.
id str
The provider-assigned unique ID for this managed resource.
task_id str
Asynchronous task unique identifier.
id String
The provider-assigned unique ID for this managed resource.
taskId String
Asynchronous task unique identifier.

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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
ManagementVerifyRevertId string
TaskId string
Asynchronous task unique identifier.
ToSession string
Session unique identifier. Specify the session you would like to verify a revert operation to.
ManagementVerifyRevertId string
TaskId string
Asynchronous task unique identifier.
ToSession string
Session unique identifier. Specify the session you would like to verify a revert operation to.
managementVerifyRevertId String
taskId String
Asynchronous task unique identifier.
toSession String
Session unique identifier. Specify the session you would like to verify a revert operation to.
managementVerifyRevertId string
taskId string
Asynchronous task unique identifier.
toSession string
Session unique identifier. Specify the session you would like to verify a revert operation to.
management_verify_revert_id str
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.
managementVerifyRevertId String
taskId String
Asynchronous task unique identifier.
toSession 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.