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

checkpoint.ManagementRunThreatEmulationFileTypesOfflineUpdate

Explore with Pulumi AI

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

    Create ManagementRunThreatEmulationFileTypesOfflineUpdate Resource

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

    Constructor syntax

    new ManagementRunThreatEmulationFileTypesOfflineUpdate(name: string, args: ManagementRunThreatEmulationFileTypesOfflineUpdateArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementRunThreatEmulationFileTypesOfflineUpdate(resource_name: str,
                                                           args: ManagementRunThreatEmulationFileTypesOfflineUpdateArgs,
                                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementRunThreatEmulationFileTypesOfflineUpdate(resource_name: str,
                                                           opts: Optional[ResourceOptions] = None,
                                                           file_path: Optional[str] = None,
                                                           file_raw_data: Optional[str] = None,
                                                           management_run_threat_emulation_file_types_offline_update_id: Optional[str] = None)
    func NewManagementRunThreatEmulationFileTypesOfflineUpdate(ctx *Context, name string, args ManagementRunThreatEmulationFileTypesOfflineUpdateArgs, opts ...ResourceOption) (*ManagementRunThreatEmulationFileTypesOfflineUpdate, error)
    public ManagementRunThreatEmulationFileTypesOfflineUpdate(string name, ManagementRunThreatEmulationFileTypesOfflineUpdateArgs args, CustomResourceOptions? opts = null)
    public ManagementRunThreatEmulationFileTypesOfflineUpdate(String name, ManagementRunThreatEmulationFileTypesOfflineUpdateArgs args)
    public ManagementRunThreatEmulationFileTypesOfflineUpdate(String name, ManagementRunThreatEmulationFileTypesOfflineUpdateArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementRunThreatEmulationFileTypesOfflineUpdate
    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 ManagementRunThreatEmulationFileTypesOfflineUpdateArgs
    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 ManagementRunThreatEmulationFileTypesOfflineUpdateArgs
    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 ManagementRunThreatEmulationFileTypesOfflineUpdateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementRunThreatEmulationFileTypesOfflineUpdateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementRunThreatEmulationFileTypesOfflineUpdateArgs
    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 managementRunThreatEmulationFileTypesOfflineUpdateResource = new Checkpoint.ManagementRunThreatEmulationFileTypesOfflineUpdate("managementRunThreatEmulationFileTypesOfflineUpdateResource", new()
    {
        FilePath = "string",
        FileRawData = "string",
        ManagementRunThreatEmulationFileTypesOfflineUpdateId = "string",
    });
    
    example, err := checkpoint.NewManagementRunThreatEmulationFileTypesOfflineUpdate(ctx, "managementRunThreatEmulationFileTypesOfflineUpdateResource", &checkpoint.ManagementRunThreatEmulationFileTypesOfflineUpdateArgs{
    	FilePath:    pulumi.String("string"),
    	FileRawData: pulumi.String("string"),
    	ManagementRunThreatEmulationFileTypesOfflineUpdateId: pulumi.String("string"),
    })
    
    var managementRunThreatEmulationFileTypesOfflineUpdateResource = new ManagementRunThreatEmulationFileTypesOfflineUpdate("managementRunThreatEmulationFileTypesOfflineUpdateResource", ManagementRunThreatEmulationFileTypesOfflineUpdateArgs.builder()
        .filePath("string")
        .fileRawData("string")
        .managementRunThreatEmulationFileTypesOfflineUpdateId("string")
        .build());
    
    management_run_threat_emulation_file_types_offline_update_resource = checkpoint.ManagementRunThreatEmulationFileTypesOfflineUpdate("managementRunThreatEmulationFileTypesOfflineUpdateResource",
        file_path="string",
        file_raw_data="string",
        management_run_threat_emulation_file_types_offline_update_id="string")
    
    const managementRunThreatEmulationFileTypesOfflineUpdateResource = new checkpoint.ManagementRunThreatEmulationFileTypesOfflineUpdate("managementRunThreatEmulationFileTypesOfflineUpdateResource", {
        filePath: "string",
        fileRawData: "string",
        managementRunThreatEmulationFileTypesOfflineUpdateId: "string",
    });
    
    type: checkpoint:ManagementRunThreatEmulationFileTypesOfflineUpdate
    properties:
        filePath: string
        fileRawData: string
        managementRunThreatEmulationFileTypesOfflineUpdateId: string
    

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

    FilePath string
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    FileRawData string
    The contents of a file containing the Threat Emulation file types.
    ManagementRunThreatEmulationFileTypesOfflineUpdateId string
    FilePath string
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    FileRawData string
    The contents of a file containing the Threat Emulation file types.
    ManagementRunThreatEmulationFileTypesOfflineUpdateId string
    filePath String
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    fileRawData String
    The contents of a file containing the Threat Emulation file types.
    managementRunThreatEmulationFileTypesOfflineUpdateId String
    filePath string
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    fileRawData string
    The contents of a file containing the Threat Emulation file types.
    managementRunThreatEmulationFileTypesOfflineUpdateId string
    file_path str
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    file_raw_data str
    The contents of a file containing the Threat Emulation file types.
    management_run_threat_emulation_file_types_offline_update_id str
    filePath String
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    fileRawData String
    The contents of a file containing the Threat Emulation file types.
    managementRunThreatEmulationFileTypesOfflineUpdateId String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ManagementRunThreatEmulationFileTypesOfflineUpdate Resource

    Get an existing ManagementRunThreatEmulationFileTypesOfflineUpdate 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?: ManagementRunThreatEmulationFileTypesOfflineUpdateState, opts?: CustomResourceOptions): ManagementRunThreatEmulationFileTypesOfflineUpdate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            file_path: Optional[str] = None,
            file_raw_data: Optional[str] = None,
            management_run_threat_emulation_file_types_offline_update_id: Optional[str] = None) -> ManagementRunThreatEmulationFileTypesOfflineUpdate
    func GetManagementRunThreatEmulationFileTypesOfflineUpdate(ctx *Context, name string, id IDInput, state *ManagementRunThreatEmulationFileTypesOfflineUpdateState, opts ...ResourceOption) (*ManagementRunThreatEmulationFileTypesOfflineUpdate, error)
    public static ManagementRunThreatEmulationFileTypesOfflineUpdate Get(string name, Input<string> id, ManagementRunThreatEmulationFileTypesOfflineUpdateState? state, CustomResourceOptions? opts = null)
    public static ManagementRunThreatEmulationFileTypesOfflineUpdate get(String name, Output<String> id, ManagementRunThreatEmulationFileTypesOfflineUpdateState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementRunThreatEmulationFileTypesOfflineUpdate    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:
    FilePath string
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    FileRawData string
    The contents of a file containing the Threat Emulation file types.
    ManagementRunThreatEmulationFileTypesOfflineUpdateId string
    FilePath string
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    FileRawData string
    The contents of a file containing the Threat Emulation file types.
    ManagementRunThreatEmulationFileTypesOfflineUpdateId string
    filePath String
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    fileRawData String
    The contents of a file containing the Threat Emulation file types.
    managementRunThreatEmulationFileTypesOfflineUpdateId String
    filePath string
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    fileRawData string
    The contents of a file containing the Threat Emulation file types.
    managementRunThreatEmulationFileTypesOfflineUpdateId string
    file_path str
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    file_raw_data str
    The contents of a file containing the Threat Emulation file types.
    management_run_threat_emulation_file_types_offline_update_id str
    filePath String
    File path for offline update of Threat Emulation file types, the file path should be on the management machine.
    fileRawData String
    The contents of a file containing the Threat Emulation file types.
    managementRunThreatEmulationFileTypesOfflineUpdateId String

    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