Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw
published on Thursday, Jul 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw
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 dictionarydata "checkpoint_get_management_threat_emulation_file_type" "name" {
# arguments
}The following arguments are supported:
- File
Type string - File type extension.
- File
Type stringId - File type id.
- Id string
- File
Type string - File type extension.
- File
Type stringId - File type id.
- Id string
- file_
type string - File type extension.
- file_
type_ stringid - File type id.
- id string
- file
Type String - File type extension.
- file
Type StringId - File type id.
- id String
- file
Type string - File type extension.
- file
Type stringId - File type id.
- id string
- file_
type str - File type extension.
- file_
type_ strid - File type id.
- id str
- file
Type String - File type extension.
- file
Type StringId - File type id.
- id String
getManagementThreatEmulationFileType Result
The following output properties are available:
- Description string
- Enabled bool
- Icon string
- Id string
- Supported
Platforms string - List<string>
- File
Type string - File
Type stringId
- Description string
- Enabled bool
- Icon string
- Id string
- Supported
Platforms string - []string
- File
Type string - File
Type stringId
- description string
- enabled bool
- icon string
- id string
- supported_
platforms string - list(string)
- file_
type string - file_
type_ stringid
- description String
- enabled Boolean
- icon String
- id String
- supported
Platforms String - List<String>
- file
Type String - file
Type StringId
- description string
- enabled boolean
- icon string
- id string
- supported
Platforms string - string[]
- file
Type string - file
Type stringId
- description str
- enabled bool
- icon str
- id str
- supported_
platforms str - Sequence[str]
- file_
type str - file_
type_ strid
- description String
- enabled Boolean
- icon String
- id String
- supported
Platforms String - List<String>
- file
Type String - file
Type StringId
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw
published on Thursday, Jul 30, 2026 by checkpointsw