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

checkpoint.ManagementVerifySoftwarePackage

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    Create ManagementVerifySoftwarePackage Resource

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

    Constructor syntax

    new ManagementVerifySoftwarePackage(name: string, args: ManagementVerifySoftwarePackageArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementVerifySoftwarePackage(resource_name: str,
                                        args: ManagementVerifySoftwarePackageArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementVerifySoftwarePackage(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        targets: Optional[Sequence[str]] = None,
                                        concurrency_limit: Optional[float] = None,
                                        management_verify_software_package_id: Optional[str] = None,
                                        name: Optional[str] = None)
    func NewManagementVerifySoftwarePackage(ctx *Context, name string, args ManagementVerifySoftwarePackageArgs, opts ...ResourceOption) (*ManagementVerifySoftwarePackage, error)
    public ManagementVerifySoftwarePackage(string name, ManagementVerifySoftwarePackageArgs args, CustomResourceOptions? opts = null)
    public ManagementVerifySoftwarePackage(String name, ManagementVerifySoftwarePackageArgs args)
    public ManagementVerifySoftwarePackage(String name, ManagementVerifySoftwarePackageArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementVerifySoftwarePackage
    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 ManagementVerifySoftwarePackageArgs
    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 ManagementVerifySoftwarePackageArgs
    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 ManagementVerifySoftwarePackageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementVerifySoftwarePackageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementVerifySoftwarePackageArgs
    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 managementVerifySoftwarePackageResource = new Checkpoint.ManagementVerifySoftwarePackage("managementVerifySoftwarePackageResource", new()
    {
        Targets = new[]
        {
            "string",
        },
        ConcurrencyLimit = 0,
        ManagementVerifySoftwarePackageId = "string",
        Name = "string",
    });
    
    example, err := checkpoint.NewManagementVerifySoftwarePackage(ctx, "managementVerifySoftwarePackageResource", &checkpoint.ManagementVerifySoftwarePackageArgs{
    	Targets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ConcurrencyLimit:                  pulumi.Float64(0),
    	ManagementVerifySoftwarePackageId: pulumi.String("string"),
    	Name:                              pulumi.String("string"),
    })
    
    var managementVerifySoftwarePackageResource = new ManagementVerifySoftwarePackage("managementVerifySoftwarePackageResource", ManagementVerifySoftwarePackageArgs.builder()
        .targets("string")
        .concurrencyLimit(0)
        .managementVerifySoftwarePackageId("string")
        .name("string")
        .build());
    
    management_verify_software_package_resource = checkpoint.ManagementVerifySoftwarePackage("managementVerifySoftwarePackageResource",
        targets=["string"],
        concurrency_limit=0,
        management_verify_software_package_id="string",
        name="string")
    
    const managementVerifySoftwarePackageResource = new checkpoint.ManagementVerifySoftwarePackage("managementVerifySoftwarePackageResource", {
        targets: ["string"],
        concurrencyLimit: 0,
        managementVerifySoftwarePackageId: "string",
        name: "string",
    });
    
    type: checkpoint:ManagementVerifySoftwarePackage
    properties:
        concurrencyLimit: 0
        managementVerifySoftwarePackageId: string
        name: string
        targets:
            - string
    

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

    Targets List<string>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    ConcurrencyLimit double
    The number of targets, on which the same package is installed at the same time.
    ManagementVerifySoftwarePackageId string
    Name string
    The name of the software package.
    Targets []string
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    ConcurrencyLimit float64
    The number of targets, on which the same package is installed at the same time.
    ManagementVerifySoftwarePackageId string
    Name string
    The name of the software package.
    targets List<String>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    concurrencyLimit Double
    The number of targets, on which the same package is installed at the same time.
    managementVerifySoftwarePackageId String
    name String
    The name of the software package.
    targets string[]
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    concurrencyLimit number
    The number of targets, on which the same package is installed at the same time.
    managementVerifySoftwarePackageId string
    name string
    The name of the software package.
    targets Sequence[str]
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    concurrency_limit float
    The number of targets, on which the same package is installed at the same time.
    management_verify_software_package_id str
    name str
    The name of the software package.
    targets List<String>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    concurrencyLimit Number
    The number of targets, on which the same package is installed at the same time.
    managementVerifySoftwarePackageId String
    name String
    The name of the software package.

    Outputs

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

    Get an existing ManagementVerifySoftwarePackage 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?: ManagementVerifySoftwarePackageState, opts?: CustomResourceOptions): ManagementVerifySoftwarePackage
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            concurrency_limit: Optional[float] = None,
            management_verify_software_package_id: Optional[str] = None,
            name: Optional[str] = None,
            targets: Optional[Sequence[str]] = None,
            task_id: Optional[str] = None) -> ManagementVerifySoftwarePackage
    func GetManagementVerifySoftwarePackage(ctx *Context, name string, id IDInput, state *ManagementVerifySoftwarePackageState, opts ...ResourceOption) (*ManagementVerifySoftwarePackage, error)
    public static ManagementVerifySoftwarePackage Get(string name, Input<string> id, ManagementVerifySoftwarePackageState? state, CustomResourceOptions? opts = null)
    public static ManagementVerifySoftwarePackage get(String name, Output<String> id, ManagementVerifySoftwarePackageState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementVerifySoftwarePackage    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.
    The following state arguments are supported:
    ConcurrencyLimit double
    The number of targets, on which the same package is installed at the same time.
    ManagementVerifySoftwarePackageId string
    Name string
    The name of the software package.
    Targets List<string>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    TaskId string
    Asynchronous task unique identifier.
    ConcurrencyLimit float64
    The number of targets, on which the same package is installed at the same time.
    ManagementVerifySoftwarePackageId string
    Name string
    The name of the software package.
    Targets []string
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    TaskId string
    Asynchronous task unique identifier.
    concurrencyLimit Double
    The number of targets, on which the same package is installed at the same time.
    managementVerifySoftwarePackageId String
    name String
    The name of the software package.
    targets List<String>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    taskId String
    Asynchronous task unique identifier.
    concurrencyLimit number
    The number of targets, on which the same package is installed at the same time.
    managementVerifySoftwarePackageId string
    name string
    The name of the software package.
    targets string[]
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    taskId string
    Asynchronous task unique identifier.
    concurrency_limit float
    The number of targets, on which the same package is installed at the same time.
    management_verify_software_package_id str
    name str
    The name of the software package.
    targets Sequence[str]
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    task_id str
    Asynchronous task unique identifier.
    concurrencyLimit Number
    The number of targets, on which the same package is installed at the same time.
    managementVerifySoftwarePackageId String
    name String
    The name of the software package.
    targets List<String>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    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.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw