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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: zia:index/getDLPIDMProfileLite:getDLPIDMProfileLite
arguments:
# arguments dictionary
The following arguments are supported:
- Active
Only bool - Template
Name string
- Active
Only bool - Template
Name string
- active
Only Boolean - template
Name String
- active
Only boolean - template
Name string
- active_
only bool - template_
name str
- active
Only Boolean - template
Name String
getDLPIDMProfileLite Result
The following output properties are available:
- Client
Vms List<zscaler.Pulumi Package. Zia. Outputs. Get DLPIDMProfile Lite Client Vm> - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified List<zscaler.Bies Pulumi Package. Zia. Outputs. Get DLPIDMProfile Lite Last Modified By> - Last
Modified intTime - Num
Documents int - Profile
Id int - Active
Only bool - Template
Name string
- Client
Vms []GetDLPIDMProfile Lite Client Vm - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified []GetBies DLPIDMProfile Lite Last Modified By - Last
Modified intTime - Num
Documents int - Profile
Id int - Active
Only bool - Template
Name string
- client
Vms List<GetDLPIDMProfile Lite Client Vm> - id String
- The provider-assigned unique ID for this managed resource.
- last
Modified List<GetBies DLPIDMProfile Lite Last Modified By> - last
Modified IntegerTime - num
Documents Integer - profile
Id Integer - active
Only Boolean - template
Name String
- client
Vms GetDLPIDMProfile Lite Client Vm[] - id string
- The provider-assigned unique ID for this managed resource.
- last
Modified GetBies DLPIDMProfile Lite Last Modified By[] - last
Modified numberTime - num
Documents number - profile
Id number - active
Only boolean - template
Name 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
- client
Vms List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
- last
Modified List<Property Map>Bies - last
Modified NumberTime - num
Documents Number - profile
Id Number - active
Only Boolean - template
Name 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.