1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDLPIDMProfileLite
Zscaler Internet Access v1.1.1 published on Tuesday, Jun 24, 2025 by Zscaler

zia.getDLPIDMProfileLite

Start a Neo task
Explain and create a zia.getDLPIDMProfileLite resource
zia logo
Zscaler Internet Access v1.1.1 published on Tuesday, Jun 24, 2025 by Zscaler

    Use the zia_dlp_idm_profile_lite data source to get summarized information about a ZIA DLP IDM Profile Lite in the Zscaler Internet Access cloud or via the API.

    Example Usage

    # Retrieve a DLP IDM Profile Lite by name
    data "zia_dlp_idm_profile_lite" "example"{
        name = "Example"
    }
    
    # Retrieve a DLP IDM Profile Lite by ID
    data "zia_dlp_idm_profile_lite" "example"{
        name = "Example"
    }
    

    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_dlpidm_profile_lite(active_only: Optional[bool] = None,
                                template_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetDLPIDMProfileLiteResult
    def get_dlpidm_profile_lite_output(active_only: Optional[pulumi.Input[bool]] = 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:index/getDLPIDMProfileLite:getDLPIDMProfileLite
      arguments:
        # arguments dictionary

    The following arguments are supported:

    activeOnly Boolean
    templateName String
    activeOnly boolean
    templateName string
    activeOnly Boolean
    templateName String

    getDLPIDMProfileLite Result

    The following output properties are available:

    clientVms GetDLPIDMProfileLiteClientVm[]
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedBies GetDLPIDMProfileLiteLastModifiedBy[]
    lastModifiedTime number
    numDocuments number
    profileId number
    activeOnly boolean
    templateName string
    clientVms List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedBies List<Property Map>
    lastModifiedTime Number
    numDocuments Number
    profileId Number
    activeOnly Boolean
    templateName String

    Supporting Types

    GetDLPIDMProfileLiteClientVm

    Extensions Dictionary<string, string>
    Id int
    Identifier that uniquely identifies an entity
    Name string
    The configured name of the entity
    Extensions map[string]string
    Id int
    Identifier that uniquely identifies an entity
    Name string
    The configured name of the entity
    extensions Map<String,String>
    id Integer
    Identifier that uniquely identifies an entity
    name String
    The configured name of the entity
    extensions {[key: string]: string}
    id number
    Identifier that uniquely identifies an entity
    name string
    The configured name of the entity
    extensions Mapping[str, str]
    id int
    Identifier that uniquely identifies an entity
    name str
    The configured name of the entity
    extensions Map<String>
    id Number
    Identifier that uniquely identifies an entity
    name String
    The configured name of the entity

    GetDLPIDMProfileLiteLastModifiedBy

    Extensions Dictionary<string, string>
    Id int
    Identifier that uniquely identifies an entity
    Name string
    The configured name of the entity
    Extensions map[string]string
    Id int
    Identifier that uniquely identifies an entity
    Name string
    The configured name of the entity
    extensions Map<String,String>
    id Integer
    Identifier that uniquely identifies an entity
    name String
    The configured name of the entity
    extensions {[key: string]: string}
    id number
    Identifier that uniquely identifies an entity
    name string
    The configured name of the entity
    extensions Mapping[str, str]
    id int
    Identifier that uniquely identifies an entity
    name str
    The configured name of the entity
    extensions Map<String>
    id Number
    Identifier that uniquely identifies an entity
    name String
    The configured name of the entity

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    MIT
    Notes
    This Pulumi package is based on the zia Terraform Provider.
    zia logo
    Zscaler Internet Access v1.1.1 published on Tuesday, Jun 24, 2025 by Zscaler
      Meet Neo: Your AI Platform Teammate