Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Example Usage
Using getPredefinedDlpFileType
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 getPredefinedDlpFileType(args: GetPredefinedDlpFileTypeArgs, opts?: InvokeOptions): Promise<GetPredefinedDlpFileTypeResult>
function getPredefinedDlpFileTypeOutput(args: GetPredefinedDlpFileTypeOutputArgs, opts?: InvokeOptions): Output<GetPredefinedDlpFileTypeResult>def get_predefined_dlp_file_type(file_properties: Optional[Sequence[GetPredefinedDlpFileTypeFileProperty]] = None,
location: Optional[GetPredefinedDlpFileTypeLocation] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPredefinedDlpFileTypeResult
def get_predefined_dlp_file_type_output(file_properties: Optional[pulumi.Input[Sequence[pulumi.Input[GetPredefinedDlpFileTypeFilePropertyArgs]]]] = None,
location: Optional[pulumi.Input[GetPredefinedDlpFileTypeLocationArgs]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPredefinedDlpFileTypeResult]func GetPredefinedDlpFileType(ctx *Context, args *GetPredefinedDlpFileTypeArgs, opts ...InvokeOption) (*GetPredefinedDlpFileTypeResult, error)
func GetPredefinedDlpFileTypeOutput(ctx *Context, args *GetPredefinedDlpFileTypeOutputArgs, opts ...InvokeOption) GetPredefinedDlpFileTypeResultOutput> Note: This function is named GetPredefinedDlpFileType in the Go SDK.
public static class GetPredefinedDlpFileType
{
public static Task<GetPredefinedDlpFileTypeResult> InvokeAsync(GetPredefinedDlpFileTypeArgs args, InvokeOptions? opts = null)
public static Output<GetPredefinedDlpFileTypeResult> Invoke(GetPredefinedDlpFileTypeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPredefinedDlpFileTypeResult> getPredefinedDlpFileType(GetPredefinedDlpFileTypeArgs args, InvokeOptions options)
public static Output<GetPredefinedDlpFileTypeResult> getPredefinedDlpFileType(GetPredefinedDlpFileTypeArgs args, InvokeOptions options)
fn::invoke:
function: panos:index/getPredefinedDlpFileType:getPredefinedDlpFileType
arguments:
# arguments dictionaryThe following arguments are supported:
- Location
Get
Predefined Dlp File Type Location - The location of this object.
- Name string
- File
Properties List<GetPredefined Dlp File Type File Property> - List of file properties associated with this file type
- Location
Get
Predefined Dlp File Type Location - The location of this object.
- Name string
- File
Properties []GetPredefined Dlp File Type File Property - List of file properties associated with this file type
- location
Get
Predefined Dlp File Type Location - The location of this object.
- name String
- file
Properties List<GetPredefined Dlp File Type File Property> - List of file properties associated with this file type
- location
Get
Predefined Dlp File Type Location - The location of this object.
- name string
- file
Properties GetPredefined Dlp File Type File Property[] - List of file properties associated with this file type
- location
Get
Predefined Dlp File Type Location - The location of this object.
- name str
- file_
properties Sequence[GetPredefined Dlp File Type File Property] - List of file properties associated with this file type
- location Property Map
- The location of this object.
- name String
- file
Properties List<Property Map> - List of file properties associated with this file type
getPredefinedDlpFileType Result
The following output properties are available:
- File
Properties List<GetPredefined Dlp File Type File Property> - List of file properties associated with this file type
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Predefined Dlp File Type Location - The location of this object.
- Name string
- File
Properties []GetPredefined Dlp File Type File Property - List of file properties associated with this file type
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Predefined Dlp File Type Location - The location of this object.
- Name string
- file
Properties List<GetPredefined Dlp File Type File Property> - List of file properties associated with this file type
- id String
- The provider-assigned unique ID for this managed resource.
- location
Get
Predefined Dlp File Type Location - The location of this object.
- name String
- file
Properties GetPredefined Dlp File Type File Property[] - List of file properties associated with this file type
- id string
- The provider-assigned unique ID for this managed resource.
- location
Get
Predefined Dlp File Type Location - The location of this object.
- name string
- file_
properties Sequence[GetPredefined Dlp File Type File Property] - List of file properties associated with this file type
- id str
- The provider-assigned unique ID for this managed resource.
- location
Get
Predefined Dlp File Type Location - The location of this object.
- name str
- file
Properties List<Property Map> - List of file properties associated with this file type
- id String
- The provider-assigned unique ID for this managed resource.
- location Property Map
- The location of this object.
- name String
Supporting Types
GetPredefinedDlpFileTypeFileProperty
GetPredefinedDlpFileTypeLocation
- Predefined
Get
Predefined Dlp File Type Location Predefined - Predefined DLP file types on the device
- Predefined
Get
Predefined Dlp File Type Location Predefined - Predefined DLP file types on the device
- predefined
Get
Predefined Dlp File Type Location Predefined - Predefined DLP file types on the device
- predefined
Get
Predefined Dlp File Type Location Predefined - Predefined DLP file types on the device
- predefined
Get
Predefined Dlp File Type Location Predefined - Predefined DLP file types on the device
- predefined Property Map
- Predefined DLP file types on the device
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panosTerraform Provider.
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
published on Tuesday, Apr 28, 2026 by paloaltonetworks
