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

checkpoint.ManagementRunTrustedCaUpdate

Explore with Pulumi AI

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

    Create ManagementRunTrustedCaUpdate Resource

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

    Constructor syntax

    new ManagementRunTrustedCaUpdate(name: string, args?: ManagementRunTrustedCaUpdateArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementRunTrustedCaUpdate(resource_name: str,
                                     args: Optional[ManagementRunTrustedCaUpdateArgs] = None,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementRunTrustedCaUpdate(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     management_run_trusted_ca_update_id: Optional[str] = None,
                                     package_path: Optional[str] = None)
    func NewManagementRunTrustedCaUpdate(ctx *Context, name string, args *ManagementRunTrustedCaUpdateArgs, opts ...ResourceOption) (*ManagementRunTrustedCaUpdate, error)
    public ManagementRunTrustedCaUpdate(string name, ManagementRunTrustedCaUpdateArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementRunTrustedCaUpdate(String name, ManagementRunTrustedCaUpdateArgs args)
    public ManagementRunTrustedCaUpdate(String name, ManagementRunTrustedCaUpdateArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementRunTrustedCaUpdate
    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 ManagementRunTrustedCaUpdateArgs
    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 ManagementRunTrustedCaUpdateArgs
    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 ManagementRunTrustedCaUpdateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementRunTrustedCaUpdateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementRunTrustedCaUpdateArgs
    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 managementRunTrustedCaUpdateResource = new Checkpoint.ManagementRunTrustedCaUpdate("managementRunTrustedCaUpdateResource", new()
    {
        ManagementRunTrustedCaUpdateId = "string",
        PackagePath = "string",
    });
    
    example, err := checkpoint.NewManagementRunTrustedCaUpdate(ctx, "managementRunTrustedCaUpdateResource", &checkpoint.ManagementRunTrustedCaUpdateArgs{
    	ManagementRunTrustedCaUpdateId: pulumi.String("string"),
    	PackagePath:                    pulumi.String("string"),
    })
    
    var managementRunTrustedCaUpdateResource = new ManagementRunTrustedCaUpdate("managementRunTrustedCaUpdateResource", ManagementRunTrustedCaUpdateArgs.builder()
        .managementRunTrustedCaUpdateId("string")
        .packagePath("string")
        .build());
    
    management_run_trusted_ca_update_resource = checkpoint.ManagementRunTrustedCaUpdate("managementRunTrustedCaUpdateResource",
        management_run_trusted_ca_update_id="string",
        package_path="string")
    
    const managementRunTrustedCaUpdateResource = new checkpoint.ManagementRunTrustedCaUpdate("managementRunTrustedCaUpdateResource", {
        managementRunTrustedCaUpdateId: "string",
        packagePath: "string",
    });
    
    type: checkpoint:ManagementRunTrustedCaUpdate
    properties:
        managementRunTrustedCaUpdateId: string
        packagePath: string
    

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

    ManagementRunTrustedCaUpdateId string
    PackagePath string
    Path on the management server for offline Trusted CAs package update.
    ManagementRunTrustedCaUpdateId string
    PackagePath string
    Path on the management server for offline Trusted CAs package update.
    managementRunTrustedCaUpdateId String
    packagePath String
    Path on the management server for offline Trusted CAs package update.
    managementRunTrustedCaUpdateId string
    packagePath string
    Path on the management server for offline Trusted CAs package update.
    management_run_trusted_ca_update_id str
    package_path str
    Path on the management server for offline Trusted CAs package update.
    managementRunTrustedCaUpdateId String
    packagePath String
    Path on the management server for offline Trusted CAs package update.

    Outputs

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

    Get an existing ManagementRunTrustedCaUpdate 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?: ManagementRunTrustedCaUpdateState, opts?: CustomResourceOptions): ManagementRunTrustedCaUpdate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            management_run_trusted_ca_update_id: Optional[str] = None,
            package_path: Optional[str] = None,
            task_id: Optional[str] = None) -> ManagementRunTrustedCaUpdate
    func GetManagementRunTrustedCaUpdate(ctx *Context, name string, id IDInput, state *ManagementRunTrustedCaUpdateState, opts ...ResourceOption) (*ManagementRunTrustedCaUpdate, error)
    public static ManagementRunTrustedCaUpdate Get(string name, Input<string> id, ManagementRunTrustedCaUpdateState? state, CustomResourceOptions? opts = null)
    public static ManagementRunTrustedCaUpdate get(String name, Output<String> id, ManagementRunTrustedCaUpdateState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementRunTrustedCaUpdate    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:
    ManagementRunTrustedCaUpdateId string
    PackagePath string
    Path on the management server for offline Trusted CAs package update.
    TaskId string
    Asynchronous task unique identifier.
    ManagementRunTrustedCaUpdateId string
    PackagePath string
    Path on the management server for offline Trusted CAs package update.
    TaskId string
    Asynchronous task unique identifier.
    managementRunTrustedCaUpdateId String
    packagePath String
    Path on the management server for offline Trusted CAs package update.
    taskId String
    Asynchronous task unique identifier.
    managementRunTrustedCaUpdateId string
    packagePath string
    Path on the management server for offline Trusted CAs package update.
    taskId string
    Asynchronous task unique identifier.
    management_run_trusted_ca_update_id str
    package_path str
    Path on the management server for offline Trusted CAs package update.
    task_id str
    Asynchronous task unique identifier.
    managementRunTrustedCaUpdateId String
    packagePath String
    Path on the management server for offline Trusted CAs package update.
    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