Zscaler Internet Access v0.0.7 published on Tuesday, Jul 30, 2024 by Zscaler
zia.getDLPIDMProfileLite
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
- ActiveOnly bool
- TemplateName string
- ActiveOnly bool
- TemplateName string
- activeOnly Boolean
- templateName String
- activeOnly boolean
- templateName string
- active_only bool
- template_name str
- activeOnly Boolean
- templateName String
getDLPIDMProfileLite Result
The following output properties are available:
- ClientVms List<zscaler.Pulumi Package. Zia. Outputs. Get DLPIDMProfile Lite Client Vm> 
- Id string
- The provider-assigned unique ID for this managed resource.
- LastModified List<zscaler.Bies Pulumi Package. Zia. Outputs. Get DLPIDMProfile Lite Last Modified By> 
- LastModified intTime 
- NumDocuments int
- ProfileId int
- ActiveOnly bool
- TemplateName string
- ClientVms []GetDLPIDMProfile Lite Client Vm 
- Id string
- The provider-assigned unique ID for this managed resource.
- LastModified []GetBies DLPIDMProfile Lite Last Modified By 
- LastModified intTime 
- NumDocuments int
- ProfileId int
- ActiveOnly bool
- TemplateName string
- clientVms List<GetDLPIDMProfile Lite Client Vm> 
- id String
- The provider-assigned unique ID for this managed resource.
- lastModified List<GetBies DLPIDMProfile Lite Last Modified By> 
- lastModified IntegerTime 
- numDocuments Integer
- profileId Integer
- activeOnly Boolean
- templateName String
- clientVms GetDLPIDMProfile Lite Client Vm[] 
- id string
- The provider-assigned unique ID for this managed resource.
- lastModified GetBies DLPIDMProfile Lite Last Modified By[] 
- lastModified numberTime 
- numDocuments number
- profileId number
- activeOnly boolean
- templateName string
- client_vms Sequence[GetDLPIDMProfile Lite Client Vm] 
- id str
- The provider-assigned unique ID for this managed resource.
- last_modified_ Sequence[Getbies DLPIDMProfile Lite Last Modified By] 
- last_modified_ inttime 
- num_documents int
- profile_id int
- active_only bool
- template_name str
- clientVms List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- lastModified List<Property Map>Bies 
- lastModified NumberTime 
- 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 ziaTerraform Provider.
