1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDLPIDMProfileLite
Zscaler Internet Access v0.0.6 published on Wednesday, Apr 10, 2024 by Zscaler

zia.getDLPIDMProfileLite

Explore with Pulumi AI

zia logo
Zscaler Internet Access v0.0.6 published on Wednesday, Apr 10, 2024 by Zscaler

    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)
    // Output-based functions aren't available in Java yet
    
    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 v0.0.6 published on Wednesday, Apr 10, 2024 by Zscaler