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 Extraction 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:getManagementThreatExtractionFileType
arguments:
name: threat-extraction-file-type1
Example coming soon!
Using getManagementThreatExtractionFileType
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 getManagementThreatExtractionFileType(args: GetManagementThreatExtractionFileTypeArgs, opts?: InvokeOptions): Promise<GetManagementThreatExtractionFileTypeResult>
function getManagementThreatExtractionFileTypeOutput(args: GetManagementThreatExtractionFileTypeOutputArgs, opts?: InvokeOptions): Output<GetManagementThreatExtractionFileTypeResult>def get_management_threat_extraction_file_type(file_type: Optional[str] = None,
file_type_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementThreatExtractionFileTypeResult
def get_management_threat_extraction_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[GetManagementThreatExtractionFileTypeResult]func GetManagementThreatExtractionFileType(ctx *Context, args *GetManagementThreatExtractionFileTypeArgs, opts ...InvokeOption) (*GetManagementThreatExtractionFileTypeResult, error)
func GetManagementThreatExtractionFileTypeOutput(ctx *Context, args *GetManagementThreatExtractionFileTypeOutputArgs, opts ...InvokeOption) GetManagementThreatExtractionFileTypeResultOutput> Note: This function is named GetManagementThreatExtractionFileType in the Go SDK.
public static class GetManagementThreatExtractionFileType
{
public static Task<GetManagementThreatExtractionFileTypeResult> InvokeAsync(GetManagementThreatExtractionFileTypeArgs args, InvokeOptions? opts = null)
public static Output<GetManagementThreatExtractionFileTypeResult> Invoke(GetManagementThreatExtractionFileTypeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementThreatExtractionFileTypeResult> getManagementThreatExtractionFileType(GetManagementThreatExtractionFileTypeArgs args, InvokeOptions options)
public static Output<GetManagementThreatExtractionFileTypeResult> getManagementThreatExtractionFileType(GetManagementThreatExtractionFileTypeArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementThreatExtractionFileType:getManagementThreatExtractionFileType
arguments:
# arguments dictionarydata "checkpoint_get_management_threat_extraction_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
getManagementThreatExtractionFileType Result
The following output properties are available:
- Description string
- Enabled bool
- Icon string
- Id string
- List<string>
- File
Type string - File
Type stringId
- Description string
- Enabled bool
- Icon string
- Id string
- []string
- File
Type string - File
Type stringId
- description string
- enabled bool
- icon string
- id string
- list(string)
- file_
type string - file_
type_ stringid
- description String
- enabled Boolean
- icon String
- id String
- List<String>
- file
Type String - file
Type StringId
- description string
- enabled boolean
- icon string
- id string
- string[]
- file
Type string - file
Type stringId
- description str
- enabled bool
- icon str
- id str
- Sequence[str]
- file_
type str - file_
type_ strid
- description String
- enabled Boolean
- icon String
- id 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