Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Use this data source to look up a DLP IDM profile (lite) by ID or template name.
Using getDlpIdmProfileLite
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 getDlpIdmProfileLite(args: GetDlpIdmProfileLiteArgs, opts?: InvokeOptions): Promise<GetDlpIdmProfileLiteResult>
function getDlpIdmProfileLiteOutput(args: GetDlpIdmProfileLiteOutputArgs, opts?: InvokeOptions): Output<GetDlpIdmProfileLiteResult>def get_dlp_idm_profile_lite(active_only: Optional[bool] = None,
profile_id: Optional[int] = None,
template_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDlpIdmProfileLiteResult
def get_dlp_idm_profile_lite_output(active_only: Optional[pulumi.Input[bool]] = None,
profile_id: Optional[pulumi.Input[int]] = None,
template_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDlpIdmProfileLiteResult]func GetDlpIdmProfileLite(ctx *Context, args *GetDlpIdmProfileLiteArgs, opts ...InvokeOption) (*GetDlpIdmProfileLiteResult, error)
func GetDlpIdmProfileLiteOutput(ctx *Context, args *GetDlpIdmProfileLiteOutputArgs, opts ...InvokeOption) GetDlpIdmProfileLiteResultOutput> Note: This function is named GetDlpIdmProfileLite in the Go SDK.
public static class GetDlpIdmProfileLite
{
public static Task<GetDlpIdmProfileLiteResult> InvokeAsync(GetDlpIdmProfileLiteArgs args, InvokeOptions? opts = null)
public static Output<GetDlpIdmProfileLiteResult> Invoke(GetDlpIdmProfileLiteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDlpIdmProfileLiteResult> getDlpIdmProfileLite(GetDlpIdmProfileLiteArgs args, InvokeOptions options)
public static Output<GetDlpIdmProfileLiteResult> getDlpIdmProfileLite(GetDlpIdmProfileLiteArgs args, InvokeOptions options)
fn::invoke:
function: zia:getDlpIdmProfileLite
arguments:
# arguments dictionaryThe following arguments are supported:
- Active
Only bool - If true, only return active profiles.
- Profile
Id int - The ID of the DLP IDM profile to look up.
- Template
Name string - The template name of the DLP IDM profile to look up.
- Active
Only bool - If true, only return active profiles.
- Profile
Id int - The ID of the DLP IDM profile to look up.
- Template
Name string - The template name of the DLP IDM profile to look up.
- active
Only Boolean - If true, only return active profiles.
- profile
Id Integer - The ID of the DLP IDM profile to look up.
- template
Name String - The template name of the DLP IDM profile to look up.
- active
Only boolean - If true, only return active profiles.
- profile
Id number - The ID of the DLP IDM profile to look up.
- template
Name string - The template name of the DLP IDM profile to look up.
- active_
only bool - If true, only return active profiles.
- profile_
id int - The ID of the DLP IDM profile to look up.
- template_
name str - The template name of the DLP IDM profile to look up.
- active
Only Boolean - If true, only return active profiles.
- profile
Id Number - The ID of the DLP IDM profile to look up.
- template
Name String - The template name of the DLP IDM profile to look up.
getDlpIdmProfileLite Result
The following output properties are available:
- Last
Modified intTime - The last modification time (epoch).
- Num
Documents int - The number of documents in the profile.
- Profile
Id int - The ID of the DLP IDM profile.
- Template
Name string - The template name of the DLP IDM profile.
- Client
Vm zscaler.Pulumi Package. Zia. Outputs. Id Name Extensions Output - The client VM associated with the profile.
- Last
Modified zscaler.By Pulumi Package. Zia. Outputs. Id Name Extensions Output - The user who last modified the profile.
- Last
Modified intTime - The last modification time (epoch).
- Num
Documents int - The number of documents in the profile.
- Profile
Id int - The ID of the DLP IDM profile.
- Template
Name string - The template name of the DLP IDM profile.
- Client
Vm IdName Extensions Output - The client VM associated with the profile.
- Last
Modified IdBy Name Extensions Output - The user who last modified the profile.
- last
Modified IntegerTime - The last modification time (epoch).
- num
Documents Integer - The number of documents in the profile.
- profile
Id Integer - The ID of the DLP IDM profile.
- template
Name String - The template name of the DLP IDM profile.
- client
Vm IdName Extensions Output - The client VM associated with the profile.
- last
Modified IdBy Name Extensions Output - The user who last modified the profile.
- last
Modified numberTime - The last modification time (epoch).
- num
Documents number - The number of documents in the profile.
- profile
Id number - The ID of the DLP IDM profile.
- template
Name string - The template name of the DLP IDM profile.
- client
Vm IdName Extensions Output - The client VM associated with the profile.
- last
Modified IdBy Name Extensions Output - The user who last modified the profile.
- last_
modified_ inttime - The last modification time (epoch).
- num_
documents int - The number of documents in the profile.
- profile_
id int - The ID of the DLP IDM profile.
- template_
name str - The template name of the DLP IDM profile.
- client_
vm IdName Extensions Output - The client VM associated with the profile.
- last_
modified_ Idby Name Extensions Output - The user who last modified the profile.
- last
Modified NumberTime - The last modification time (epoch).
- num
Documents Number - The number of documents in the profile.
- profile
Id Number - The ID of the DLP IDM profile.
- template
Name String - The template name of the DLP IDM profile.
- client
Vm Property Map - The client VM associated with the profile.
- last
Modified Property MapBy - The user who last modified the profile.
Supporting Types
IdNameExtensionsOutput
- Name string
- Resource
Id int
- Name string
- Resource
Id int
- name String
- resource
Id Integer
- name string
- resource
Id number
- name str
- resource_
id int
- name String
- resource
Id Number
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
