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 string
- The unique name of the resource.
- args ManagementVerifyPolicyArgs
- 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 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 string
- The unique name of the resource.
- args ManagementVerifyPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementVerifyPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
example, err := checkpoint.NewManagementVerifyPolicy(ctx, "managementVerifyPolicyResource", &checkpoint.ManagementVerifyPolicyArgs{
PolicyPackage: pulumi.String("string"),
ManagementVerifyPolicyId: pulumi.String("string"),
})
var managementVerifyPolicyResource = new ManagementVerifyPolicy("managementVerifyPolicyResource", ManagementVerifyPolicyArgs.builder()
.policyPackage("string")
.managementVerifyPolicyId("string")
.build());
management_verify_policy_resource = checkpoint.ManagementVerifyPolicy("managementVerifyPolicyResource",
policy_package="string",
management_verify_policy_id="string")
const managementVerifyPolicyResource = new checkpoint.ManagementVerifyPolicy("managementVerifyPolicyResource", {
policyPackage: "string",
managementVerifyPolicyId: "string",
});
type: checkpoint:ManagementVerifyPolicy
properties:
managementVerifyPolicyId: string
policyPackage: string
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:
- Policy
Package string - Policy package identified by the name or UID.
- Management
Verify stringPolicy Id
- Policy
Package string - Policy package identified by the name or UID.
- Management
Verify stringPolicy Id
- policy
Package String - Policy package identified by the name or UID.
- management
Verify StringPolicy Id
- policy
Package string - Policy package identified by the name or UID.
- management
Verify stringPolicy Id
- policy_
package str - Policy package identified by the name or UID.
- management_
verify_ strpolicy_ id
- policy
Package String - Policy package identified by the name or UID.
- management
Verify StringPolicy Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementVerifyPolicy resource produces the following output properties:
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
- 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 stringPolicy Id - Policy
Package string - Policy package identified by the name or UID.
- Task
Id string - Asynchronous task unique identifier.
- Management
Verify stringPolicy Id - Policy
Package string - Policy package identified by the name or UID.
- Task
Id string - Asynchronous task unique identifier.
- management
Verify StringPolicy Id - policy
Package String - Policy package identified by the name or UID.
- task
Id String - Asynchronous task unique identifier.
- management
Verify stringPolicy Id - policy
Package string - Policy package identified by the name or UID.
- task
Id string - Asynchronous task unique identifier.
- management_
verify_ strpolicy_ id - policy_
package str - Policy package identified by the name or UID.
- task_
id str - Asynchronous task unique identifier.
- management
Verify StringPolicy Id - policy
Package String - Policy package identified by the name or UID.
- task
Id 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.