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

zia.getCloudApplicationInstance

Explore with Pulumi AI

zia logo
Zscaler Internet Access v1.1.1 published on Tuesday, Jun 24, 2025 by Zscaler

    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:

    Id int
    Name string
    Id int
    Name string
    id Integer
    name String
    id number
    name string
    id int
    name str
    id Number
    name String

    getCloudApplicationInstance Result

    The following output properties are available:

    Supporting Types

    GetCloudApplicationInstanceInstanceIdentifier

    IdentifierType string
    Type of the cloud application instance
    InstanceId int
    Unique identifier for the cloud application instance
    InstanceIdentifier string
    Unique identifying string for the instance
    InstanceIdentifierName string
    Unique identifying string for the instance
    LastModifiedBies List<zscaler.PulumiPackage.Zia.Inputs.GetCloudApplicationInstanceInstanceIdentifierLastModifiedBy>
    The admin that modified the instance last.
    ModifiedAt int
    Timestamp of when the instance was last modified.
    IdentifierType string
    Type of the cloud application instance
    InstanceId int
    Unique identifier for the cloud application instance
    InstanceIdentifier string
    Unique identifying string for the instance
    InstanceIdentifierName string
    Unique identifying string for the instance
    LastModifiedBies []GetCloudApplicationInstanceInstanceIdentifierLastModifiedBy
    The admin that modified the instance last.
    ModifiedAt int
    Timestamp of when the instance was last modified.
    identifierType String
    Type of the cloud application instance
    instanceId Integer
    Unique identifier for the cloud application instance
    instanceIdentifier String
    Unique identifying string for the instance
    instanceIdentifierName String
    Unique identifying string for the instance
    lastModifiedBies List<GetCloudApplicationInstanceInstanceIdentifierLastModifiedBy>
    The admin that modified the instance last.
    modifiedAt Integer
    Timestamp of when the instance was last modified.
    identifierType string
    Type of the cloud application instance
    instanceId number
    Unique identifier for the cloud application instance
    instanceIdentifier string
    Unique identifying string for the instance
    instanceIdentifierName string
    Unique identifying string for the instance
    lastModifiedBies GetCloudApplicationInstanceInstanceIdentifierLastModifiedBy[]
    The admin that modified the instance last.
    modifiedAt 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_name str
    Unique identifying string for the instance
    last_modified_bies Sequence[GetCloudApplicationInstanceInstanceIdentifierLastModifiedBy]
    The admin that modified the instance last.
    modified_at int
    Timestamp of when the instance was last modified.
    identifierType String
    Type of the cloud application instance
    instanceId Number
    Unique identifier for the cloud application instance
    instanceIdentifier String
    Unique identifying string for the instance
    instanceIdentifierName String
    Unique identifying string for the instance
    lastModifiedBies List<Property Map>
    The admin that modified the instance last.
    modifiedAt 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.
    zia logo
    Zscaler Internet Access v1.1.1 published on Tuesday, Jun 24, 2025 by Zscaler