1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getManagementThreatEmulationFileType
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw

    Use this data source to get information on an existing Check Point Threat Emulation File Type.

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    variables:
      dataTest:
        fn::invoke:
          function: checkpoint:getManagementThreatEmulationFileType
          arguments:
            name: threat-emulation-file-type1
    
    Example coming soon!
    

    Using getManagementThreatEmulationFileType

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagementThreatEmulationFileType(args: GetManagementThreatEmulationFileTypeArgs, opts?: InvokeOptions): Promise<GetManagementThreatEmulationFileTypeResult>
    function getManagementThreatEmulationFileTypeOutput(args: GetManagementThreatEmulationFileTypeOutputArgs, opts?: InvokeOptions): Output<GetManagementThreatEmulationFileTypeResult>
    def get_management_threat_emulation_file_type(file_type: Optional[str] = None,
                                                  file_type_id: Optional[str] = None,
                                                  id: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetManagementThreatEmulationFileTypeResult
    def get_management_threat_emulation_file_type_output(file_type: pulumi.Input[Optional[str]] = None,
                                                  file_type_id: pulumi.Input[Optional[str]] = None,
                                                  id: pulumi.Input[Optional[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetManagementThreatEmulationFileTypeResult]
    func GetManagementThreatEmulationFileType(ctx *Context, args *GetManagementThreatEmulationFileTypeArgs, opts ...InvokeOption) (*GetManagementThreatEmulationFileTypeResult, error)
    func GetManagementThreatEmulationFileTypeOutput(ctx *Context, args *GetManagementThreatEmulationFileTypeOutputArgs, opts ...InvokeOption) GetManagementThreatEmulationFileTypeResultOutput

    > Note: This function is named GetManagementThreatEmulationFileType in the Go SDK.

    public static class GetManagementThreatEmulationFileType 
    {
        public static Task<GetManagementThreatEmulationFileTypeResult> InvokeAsync(GetManagementThreatEmulationFileTypeArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementThreatEmulationFileTypeResult> Invoke(GetManagementThreatEmulationFileTypeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementThreatEmulationFileTypeResult> getManagementThreatEmulationFileType(GetManagementThreatEmulationFileTypeArgs args, InvokeOptions options)
    public static Output<GetManagementThreatEmulationFileTypeResult> getManagementThreatEmulationFileType(GetManagementThreatEmulationFileTypeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementThreatEmulationFileType:getManagementThreatEmulationFileType
      arguments:
        # arguments dictionary
    data "checkpoint_get_management_threat_emulation_file_type" "name" {
        # arguments
    }

    The following arguments are supported:

    FileType string
    File type extension.
    FileTypeId string
    File type id.
    Id string
    FileType string
    File type extension.
    FileTypeId string
    File type id.
    Id string
    file_type string
    File type extension.
    file_type_id string
    File type id.
    id string
    fileType String
    File type extension.
    fileTypeId String
    File type id.
    id String
    fileType string
    File type extension.
    fileTypeId string
    File type id.
    id string
    file_type str
    File type extension.
    file_type_id str
    File type id.
    id str
    fileType String
    File type extension.
    fileTypeId String
    File type id.
    id String

    getManagementThreatEmulationFileType Result

    The following output properties are available:

    Description string
    Enabled bool
    Icon string
    Id string
    SupportedPlatforms string
    Tags List<string>
    FileType string
    FileTypeId string
    Description string
    Enabled bool
    Icon string
    Id string
    SupportedPlatforms string
    Tags []string
    FileType string
    FileTypeId string
    description string
    enabled bool
    icon string
    id string
    supported_platforms string
    tags list(string)
    file_type string
    file_type_id string
    description String
    enabled Boolean
    icon String
    id String
    supportedPlatforms String
    tags List<String>
    fileType String
    fileTypeId String
    description string
    enabled boolean
    icon string
    id string
    supportedPlatforms string
    tags string[]
    fileType string
    fileTypeId string
    description String
    enabled Boolean
    icon String
    id String
    supportedPlatforms String
    tags List<String>
    fileType String
    fileTypeId String

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.3.0
    published on Thursday, Jul 30, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial