1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDlpIdmProfileLite
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
zia logo
Viewing docs for pulumi-resource-zia v1.3.8
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 dictionary

    The following arguments are supported:

    ActiveOnly bool
    If true, only return active profiles.
    ProfileId int
    The ID of the DLP IDM profile to look up.
    TemplateName string
    The template name of the DLP IDM profile to look up.
    ActiveOnly bool
    If true, only return active profiles.
    ProfileId int
    The ID of the DLP IDM profile to look up.
    TemplateName string
    The template name of the DLP IDM profile to look up.
    activeOnly Boolean
    If true, only return active profiles.
    profileId Integer
    The ID of the DLP IDM profile to look up.
    templateName String
    The template name of the DLP IDM profile to look up.
    activeOnly boolean
    If true, only return active profiles.
    profileId number
    The ID of the DLP IDM profile to look up.
    templateName 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.
    activeOnly Boolean
    If true, only return active profiles.
    profileId Number
    The ID of the DLP IDM profile to look up.
    templateName String
    The template name of the DLP IDM profile to look up.

    getDlpIdmProfileLite Result

    The following output properties are available:

    LastModifiedTime int
    The last modification time (epoch).
    NumDocuments int
    The number of documents in the profile.
    ProfileId int
    The ID of the DLP IDM profile.
    TemplateName string
    The template name of the DLP IDM profile.
    ClientVm zscaler.PulumiPackage.Zia.Outputs.IdNameExtensionsOutput
    The client VM associated with the profile.
    LastModifiedBy zscaler.PulumiPackage.Zia.Outputs.IdNameExtensionsOutput
    The user who last modified the profile.
    LastModifiedTime int
    The last modification time (epoch).
    NumDocuments int
    The number of documents in the profile.
    ProfileId int
    The ID of the DLP IDM profile.
    TemplateName string
    The template name of the DLP IDM profile.
    ClientVm IdNameExtensionsOutput
    The client VM associated with the profile.
    LastModifiedBy IdNameExtensionsOutput
    The user who last modified the profile.
    lastModifiedTime Integer
    The last modification time (epoch).
    numDocuments Integer
    The number of documents in the profile.
    profileId Integer
    The ID of the DLP IDM profile.
    templateName String
    The template name of the DLP IDM profile.
    clientVm IdNameExtensionsOutput
    The client VM associated with the profile.
    lastModifiedBy IdNameExtensionsOutput
    The user who last modified the profile.
    lastModifiedTime number
    The last modification time (epoch).
    numDocuments number
    The number of documents in the profile.
    profileId number
    The ID of the DLP IDM profile.
    templateName string
    The template name of the DLP IDM profile.
    clientVm IdNameExtensionsOutput
    The client VM associated with the profile.
    lastModifiedBy IdNameExtensionsOutput
    The user who last modified the profile.
    last_modified_time int
    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 IdNameExtensionsOutput
    The client VM associated with the profile.
    last_modified_by IdNameExtensionsOutput
    The user who last modified the profile.
    lastModifiedTime Number
    The last modification time (epoch).
    numDocuments Number
    The number of documents in the profile.
    profileId Number
    The ID of the DLP IDM profile.
    templateName String
    The template name of the DLP IDM profile.
    clientVm Property Map
    The client VM associated with the profile.
    lastModifiedBy Property Map
    The user who last modified the profile.

    Supporting Types

    IdNameExtensionsOutput

    Name string
    ResourceId int
    Name string
    ResourceId int
    name String
    resourceId Integer
    name string
    resourceId number
    name String
    resourceId Number

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    zia logo
    Viewing docs for pulumi-resource-zia v1.3.8
    published on Friday, Mar 13, 2026 by Zscaler
      Try Pulumi Cloud free. Your team will thank you.