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

checkpoint.ManagementVerifyPolicy

Explore with Pulumi AI

Create ManagementVerifyPolicy Resource

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

Constructor syntax

new ManagementVerifyPolicy(name: string, args: ManagementVerifyPolicyArgs, opts?: CustomResourceOptions);
@overload
def ManagementVerifyPolicy(resource_name: str,
                           args: ManagementVerifyPolicyArgs,
                           opts: Optional[ResourceOptions] = None)

@overload
def ManagementVerifyPolicy(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           policy_package: Optional[str] = None,
                           management_verify_policy_id: Optional[str] = None)
func NewManagementVerifyPolicy(ctx *Context, name string, args ManagementVerifyPolicyArgs, opts ...ResourceOption) (*ManagementVerifyPolicy, error)
public ManagementVerifyPolicy(string name, ManagementVerifyPolicyArgs args, CustomResourceOptions? opts = null)
public ManagementVerifyPolicy(String name, ManagementVerifyPolicyArgs args)
public ManagementVerifyPolicy(String name, ManagementVerifyPolicyArgs args, CustomResourceOptions options)
type: checkpoint:ManagementVerifyPolicy
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. ManagementVerifyPolicyArgs
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. ManagementVerifyPolicyArgs
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. ManagementVerifyPolicyArgs
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. ManagementVerifyPolicyArgs
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. ManagementVerifyPolicyArgs
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 managementVerifyPolicyResource = new Checkpoint.ManagementVerifyPolicy("managementVerifyPolicyResource", new()
{
    PolicyPackage = "string",
    ManagementVerifyPolicyId = "string",
});
Copy
example, err := checkpoint.NewManagementVerifyPolicy(ctx, "managementVerifyPolicyResource", &checkpoint.ManagementVerifyPolicyArgs{
PolicyPackage: pulumi.String("string"),
ManagementVerifyPolicyId: pulumi.String("string"),
})
Copy
var managementVerifyPolicyResource = new ManagementVerifyPolicy("managementVerifyPolicyResource", ManagementVerifyPolicyArgs.builder()
    .policyPackage("string")
    .managementVerifyPolicyId("string")
    .build());
Copy
management_verify_policy_resource = checkpoint.ManagementVerifyPolicy("managementVerifyPolicyResource",
    policy_package="string",
    management_verify_policy_id="string")
Copy
const managementVerifyPolicyResource = new checkpoint.ManagementVerifyPolicy("managementVerifyPolicyResource", {
    policyPackage: "string",
    managementVerifyPolicyId: "string",
});
Copy
type: checkpoint:ManagementVerifyPolicy
properties:
    managementVerifyPolicyId: string
    policyPackage: string
Copy

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

PolicyPackage This property is required. string
Policy package identified by the name or UID.
ManagementVerifyPolicyId string
PolicyPackage This property is required. string
Policy package identified by the name or UID.
ManagementVerifyPolicyId string
policyPackage This property is required. String
Policy package identified by the name or UID.
managementVerifyPolicyId String
policyPackage This property is required. string
Policy package identified by the name or UID.
managementVerifyPolicyId string
policy_package This property is required. str
Policy package identified by the name or UID.
management_verify_policy_id str
policyPackage This property is required. String
Policy package identified by the name or UID.
managementVerifyPolicyId String

Outputs

All input properties are implicitly available as output properties. Additionally, the ManagementVerifyPolicy 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 ManagementVerifyPolicy Resource

Get an existing ManagementVerifyPolicy 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?: ManagementVerifyPolicyState, opts?: CustomResourceOptions): ManagementVerifyPolicy
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        management_verify_policy_id: Optional[str] = None,
        policy_package: Optional[str] = None,
        task_id: Optional[str] = None) -> ManagementVerifyPolicy
func GetManagementVerifyPolicy(ctx *Context, name string, id IDInput, state *ManagementVerifyPolicyState, opts ...ResourceOption) (*ManagementVerifyPolicy, error)
public static ManagementVerifyPolicy Get(string name, Input<string> id, ManagementVerifyPolicyState? state, CustomResourceOptions? opts = null)
public static ManagementVerifyPolicy get(String name, Output<String> id, ManagementVerifyPolicyState state, CustomResourceOptions options)
resources:  _:    type: checkpoint:ManagementVerifyPolicy    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:
ManagementVerifyPolicyId string
PolicyPackage string
Policy package identified by the name or UID.
TaskId string
Asynchronous task unique identifier.
ManagementVerifyPolicyId string
PolicyPackage string
Policy package identified by the name or UID.
TaskId string
Asynchronous task unique identifier.
managementVerifyPolicyId String
policyPackage String
Policy package identified by the name or UID.
taskId String
Asynchronous task unique identifier.
managementVerifyPolicyId string
policyPackage string
Policy package identified by the name or UID.
taskId string
Asynchronous task unique identifier.
management_verify_policy_id str
policy_package str
Policy package identified by the name or UID.
task_id str
Asynchronous task unique identifier.
managementVerifyPolicyId String
policyPackage String
Policy package identified by the name or UID.
taskId String
Asynchronous task unique identifier.

Package Details

Repository
checkpoint checkpointsw/terraform-provider-checkpoint
License
Notes
This Pulumi package is based on the checkpoint Terraform Provider.