Zscaler Internet Access v1.1.1 published on Tuesday, Jun 24, 2025 by Zscaler
zia.getCloudApplicationInstance
Explore with Pulumi AI
Use the zia_cloud_application_instance data source to get information about cloud application instances in the Zscaler Internet Access cloud or via the API.
Example Usage
By Name
data "zia_cloud_application_instance" "this"{
name = "SharePointOnline"
}
By ID
data "zia_cloud_application_instance" "this"{
id = "11743520"
}
Using getCloudApplicationInstance
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 getCloudApplicationInstance(args: GetCloudApplicationInstanceArgs, opts?: InvokeOptions): Promise<GetCloudApplicationInstanceResult>
function getCloudApplicationInstanceOutput(args: GetCloudApplicationInstanceOutputArgs, opts?: InvokeOptions): Output<GetCloudApplicationInstanceResult>
def get_cloud_application_instance(id: Optional[int] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudApplicationInstanceResult
def get_cloud_application_instance_output(id: Optional[pulumi.Input[int]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudApplicationInstanceResult]
func LookupCloudApplicationInstance(ctx *Context, args *LookupCloudApplicationInstanceArgs, opts ...InvokeOption) (*LookupCloudApplicationInstanceResult, error)
func LookupCloudApplicationInstanceOutput(ctx *Context, args *LookupCloudApplicationInstanceOutputArgs, opts ...InvokeOption) LookupCloudApplicationInstanceResultOutput
> Note: This function is named LookupCloudApplicationInstance
in the Go SDK.
public static class GetCloudApplicationInstance
{
public static Task<GetCloudApplicationInstanceResult> InvokeAsync(GetCloudApplicationInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetCloudApplicationInstanceResult> Invoke(GetCloudApplicationInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudApplicationInstanceResult> getCloudApplicationInstance(GetCloudApplicationInstanceArgs args, InvokeOptions options)
public static Output<GetCloudApplicationInstanceResult> getCloudApplicationInstance(GetCloudApplicationInstanceArgs args, InvokeOptions options)
fn::invoke:
function: zia:index/getCloudApplicationInstance:getCloudApplicationInstance
arguments:
# arguments dictionary
The following arguments are supported:
getCloudApplicationInstance Result
The following output properties are available:
- id Number
- instance
Identifiers List<Property Map> - instance
Type String - last
Modified List<Property Map>Bies - modified
At Number - name String
Supporting Types
GetCloudApplicationInstanceInstanceIdentifier
- Identifier
Type string - Type of the cloud application instance
- Instance
Id int - Unique identifier for the cloud application instance
- Instance
Identifier string - Unique identifying string for the instance
- Instance
Identifier stringName - Unique identifying string for the instance
- Last
Modified List<zscaler.Bies Pulumi Package. Zia. Inputs. Get Cloud Application Instance Instance Identifier Last Modified By> - The admin that modified the instance last.
- Modified
At int - Timestamp of when the instance was last modified.
- Identifier
Type string - Type of the cloud application instance
- Instance
Id int - Unique identifier for the cloud application instance
- Instance
Identifier string - Unique identifying string for the instance
- Instance
Identifier stringName - Unique identifying string for the instance
- Last
Modified []GetBies Cloud Application Instance Instance Identifier Last Modified By - The admin that modified the instance last.
- Modified
At int - Timestamp of when the instance was last modified.
- identifier
Type String - Type of the cloud application instance
- instance
Id Integer - Unique identifier for the cloud application instance
- instance
Identifier String - Unique identifying string for the instance
- instance
Identifier StringName - Unique identifying string for the instance
- last
Modified List<GetBies Cloud Application Instance Instance Identifier Last Modified By> - The admin that modified the instance last.
- modified
At Integer - Timestamp of when the instance was last modified.
- identifier
Type string - Type of the cloud application instance
- instance
Id number - Unique identifier for the cloud application instance
- instance
Identifier string - Unique identifying string for the instance
- instance
Identifier stringName - Unique identifying string for the instance
- last
Modified GetBies Cloud Application Instance Instance Identifier Last Modified By[] - The admin that modified the instance last.
- modified
At number - Timestamp of when the instance was last modified.
- identifier_
type str - Type of the cloud application instance
- instance_
id int - Unique identifier for the cloud application instance
- instance_
identifier str - Unique identifying string for the instance
- instance_
identifier_ strname - Unique identifying string for the instance
- last_
modified_ Sequence[Getbies Cloud Application Instance Instance Identifier Last Modified By] - The admin that modified the instance last.
- modified_
at int - Timestamp of when the instance was last modified.
- identifier
Type String - Type of the cloud application instance
- instance
Id Number - Unique identifier for the cloud application instance
- instance
Identifier String - Unique identifying string for the instance
- instance
Identifier StringName - Unique identifying string for the instance
- last
Modified List<Property Map>Bies - The admin that modified the instance last.
- modified
At Number - Timestamp of when the instance was last modified.
GetCloudApplicationInstanceInstanceIdentifierLastModifiedBy
- 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
GetCloudApplicationInstanceLastModifiedBy
- 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.