1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDlpCloudToCloudIr
Zscaler Internet Access v1.2.0 published on Friday, Feb 20, 2026 by Zscaler
zia logo
Zscaler Internet Access v1.2.0 published on Friday, Feb 20, 2026 by Zscaler

    Use the zia_dlp_cloud_to_cloud_ir data source to get information about Cloud-to-Cloud Incident Receiver (C2CIR) tenants configured in the ZIA Admin Portal. This data source retrieves detailed information about C2CIR configurations including tenant authorization, onboardable entities, and validation status. The retrieved information can be used in Web DLP Rules zia.DLPWebRules or CASB DLP Rules zia_casb_dlp_rules.

    Example Usage

    # Retrieve the C2CIR by name
    data "zia_dlp_cloud_to_cloud_ir" "this" {
      name = "AzureTenant01"
    }
    
    # Output the retrieved information
    output "zia_dlp_cloud_to_cloud_ir" {
      value = data.zia_dlp_cloud_to_cloud_ir.this
    }
    

    Using getDlpCloudToCloudIr

    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 getDlpCloudToCloudIr(args: GetDlpCloudToCloudIrArgs, opts?: InvokeOptions): Promise<GetDlpCloudToCloudIrResult>
    function getDlpCloudToCloudIrOutput(args: GetDlpCloudToCloudIrOutputArgs, opts?: InvokeOptions): Output<GetDlpCloudToCloudIrResult>
    def get_dlp_cloud_to_cloud_ir(id: Optional[int] = None,
                                  name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetDlpCloudToCloudIrResult
    def get_dlp_cloud_to_cloud_ir_output(id: Optional[pulumi.Input[int]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetDlpCloudToCloudIrResult]
    func GetDlpCloudToCloudIr(ctx *Context, args *GetDlpCloudToCloudIrArgs, opts ...InvokeOption) (*GetDlpCloudToCloudIrResult, error)
    func GetDlpCloudToCloudIrOutput(ctx *Context, args *GetDlpCloudToCloudIrOutputArgs, opts ...InvokeOption) GetDlpCloudToCloudIrResultOutput

    > Note: This function is named GetDlpCloudToCloudIr in the Go SDK.

    public static class GetDlpCloudToCloudIr 
    {
        public static Task<GetDlpCloudToCloudIrResult> InvokeAsync(GetDlpCloudToCloudIrArgs args, InvokeOptions? opts = null)
        public static Output<GetDlpCloudToCloudIrResult> Invoke(GetDlpCloudToCloudIrInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDlpCloudToCloudIrResult> getDlpCloudToCloudIr(GetDlpCloudToCloudIrArgs args, InvokeOptions options)
    public static Output<GetDlpCloudToCloudIrResult> getDlpCloudToCloudIr(GetDlpCloudToCloudIrArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:index/getDlpCloudToCloudIr:getDlpCloudToCloudIr
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    Name string
    (String) Name of the Zscaler app tenant.
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    Name string
    (String) Name of the Zscaler app tenant.
    id Integer
    (Number) Unique identifier for the Zscaler app tenant.
    name String
    (String) Name of the Zscaler app tenant.
    id number
    (Number) Unique identifier for the Zscaler app tenant.
    name string
    (String) Name of the Zscaler app tenant.
    id int
    (Number) Unique identifier for the Zscaler app tenant.
    name str
    (String) Name of the Zscaler app tenant.
    id Number
    (Number) Unique identifier for the Zscaler app tenant.
    name String
    (String) Name of the Zscaler app tenant.

    getDlpCloudToCloudIr Result

    The following output properties are available:

    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    LastModifiedBies List<zscaler.PulumiPackage.Zia.Outputs.GetDlpCloudToCloudIrLastModifiedBy>
    (List) Information about who last modified the C2CIR tenant.
    LastTenantValidationTime int
    (Number) Timestamp of the last tenant validation.
    LastValidationMsgs List<zscaler.PulumiPackage.Zia.Outputs.GetDlpCloudToCloudIrLastValidationMsg>
    (List) Last validation message for the onboardable entity.
    ModifiedTime int
    (Number) Timestamp when the C2CIR tenant was last modified.
    Name string
    (String) Name of the Zscaler app tenant.
    OnboardableEntities List<zscaler.PulumiPackage.Zia.Outputs.GetDlpCloudToCloudIrOnboardableEntity>
    (List) Information about the onboardable entity.
    Statuses List<string>
    (List of String) The current status of the C2CIR tenant (e.g., CASB_TENANT_ACTIVE).
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    LastModifiedBies []GetDlpCloudToCloudIrLastModifiedBy
    (List) Information about who last modified the C2CIR tenant.
    LastTenantValidationTime int
    (Number) Timestamp of the last tenant validation.
    LastValidationMsgs []GetDlpCloudToCloudIrLastValidationMsg
    (List) Last validation message for the onboardable entity.
    ModifiedTime int
    (Number) Timestamp when the C2CIR tenant was last modified.
    Name string
    (String) Name of the Zscaler app tenant.
    OnboardableEntities []GetDlpCloudToCloudIrOnboardableEntity
    (List) Information about the onboardable entity.
    Statuses []string
    (List of String) The current status of the C2CIR tenant (e.g., CASB_TENANT_ACTIVE).
    id Integer
    (Number) Unique identifier for the Zscaler app tenant.
    lastModifiedBies List<GetDlpCloudToCloudIrLastModifiedBy>
    (List) Information about who last modified the C2CIR tenant.
    lastTenantValidationTime Integer
    (Number) Timestamp of the last tenant validation.
    lastValidationMsgs List<GetDlpCloudToCloudIrLastValidationMsg>
    (List) Last validation message for the onboardable entity.
    modifiedTime Integer
    (Number) Timestamp when the C2CIR tenant was last modified.
    name String
    (String) Name of the Zscaler app tenant.
    onboardableEntities List<GetDlpCloudToCloudIrOnboardableEntity>
    (List) Information about the onboardable entity.
    statuses List<String>
    (List of String) The current status of the C2CIR tenant (e.g., CASB_TENANT_ACTIVE).
    id number
    (Number) Unique identifier for the Zscaler app tenant.
    lastModifiedBies GetDlpCloudToCloudIrLastModifiedBy[]
    (List) Information about who last modified the C2CIR tenant.
    lastTenantValidationTime number
    (Number) Timestamp of the last tenant validation.
    lastValidationMsgs GetDlpCloudToCloudIrLastValidationMsg[]
    (List) Last validation message for the onboardable entity.
    modifiedTime number
    (Number) Timestamp when the C2CIR tenant was last modified.
    name string
    (String) Name of the Zscaler app tenant.
    onboardableEntities GetDlpCloudToCloudIrOnboardableEntity[]
    (List) Information about the onboardable entity.
    statuses string[]
    (List of String) The current status of the C2CIR tenant (e.g., CASB_TENANT_ACTIVE).
    id int
    (Number) Unique identifier for the Zscaler app tenant.
    last_modified_bies Sequence[GetDlpCloudToCloudIrLastModifiedBy]
    (List) Information about who last modified the C2CIR tenant.
    last_tenant_validation_time int
    (Number) Timestamp of the last tenant validation.
    last_validation_msgs Sequence[GetDlpCloudToCloudIrLastValidationMsg]
    (List) Last validation message for the onboardable entity.
    modified_time int
    (Number) Timestamp when the C2CIR tenant was last modified.
    name str
    (String) Name of the Zscaler app tenant.
    onboardable_entities Sequence[GetDlpCloudToCloudIrOnboardableEntity]
    (List) Information about the onboardable entity.
    statuses Sequence[str]
    (List of String) The current status of the C2CIR tenant (e.g., CASB_TENANT_ACTIVE).
    id Number
    (Number) Unique identifier for the Zscaler app tenant.
    lastModifiedBies List<Property Map>
    (List) Information about who last modified the C2CIR tenant.
    lastTenantValidationTime Number
    (Number) Timestamp of the last tenant validation.
    lastValidationMsgs List<Property Map>
    (List) Last validation message for the onboardable entity.
    modifiedTime Number
    (Number) Timestamp when the C2CIR tenant was last modified.
    name String
    (String) Name of the Zscaler app tenant.
    onboardableEntities List<Property Map>
    (List) Information about the onboardable entity.
    statuses List<String>
    (List of String) The current status of the C2CIR tenant (e.g., CASB_TENANT_ACTIVE).

    Supporting Types

    GetDlpCloudToCloudIrLastModifiedBy

    Extensions Dictionary<string, string>
    (Map) Additional properties for the Zscaler app tenant
    ExternalId string
    (String) External identifier for the Zscaler app tenant.
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    Name string
    (String) Name of the Zscaler app tenant.
    Extensions map[string]string
    (Map) Additional properties for the Zscaler app tenant
    ExternalId string
    (String) External identifier for the Zscaler app tenant.
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    Name string
    (String) Name of the Zscaler app tenant.
    extensions Map<String,String>
    (Map) Additional properties for the Zscaler app tenant
    externalId String
    (String) External identifier for the Zscaler app tenant.
    id Integer
    (Number) Unique identifier for the Zscaler app tenant.
    name String
    (String) Name of the Zscaler app tenant.
    extensions {[key: string]: string}
    (Map) Additional properties for the Zscaler app tenant
    externalId string
    (String) External identifier for the Zscaler app tenant.
    id number
    (Number) Unique identifier for the Zscaler app tenant.
    name string
    (String) Name of the Zscaler app tenant.
    extensions Mapping[str, str]
    (Map) Additional properties for the Zscaler app tenant
    external_id str
    (String) External identifier for the Zscaler app tenant.
    id int
    (Number) Unique identifier for the Zscaler app tenant.
    name str
    (String) Name of the Zscaler app tenant.
    extensions Map<String>
    (Map) Additional properties for the Zscaler app tenant
    externalId String
    (String) External identifier for the Zscaler app tenant.
    id Number
    (Number) Unique identifier for the Zscaler app tenant.
    name String
    (String) Name of the Zscaler app tenant.

    GetDlpCloudToCloudIrLastValidationMsg

    ErrorCode int
    (Number) Error code from validation.
    ErrorMsg string
    (String) Error message from validation.
    ErrorCode int
    (Number) Error code from validation.
    ErrorMsg string
    (String) Error message from validation.
    errorCode Integer
    (Number) Error code from validation.
    errorMsg String
    (String) Error message from validation.
    errorCode number
    (Number) Error code from validation.
    errorMsg string
    (String) Error message from validation.
    error_code int
    (Number) Error code from validation.
    error_msg str
    (String) Error message from validation.
    errorCode Number
    (Number) Error code from validation.
    errorMsg String
    (String) Error message from validation.

    GetDlpCloudToCloudIrOnboardableEntity

    Application string
    (String) Application name (e.g., SLACK).
    EnterpriseTenantId string
    (String) Enterprise tenant ID.
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    LastValidationMsgs List<zscaler.PulumiPackage.Zia.Inputs.GetDlpCloudToCloudIrOnboardableEntityLastValidationMsg>
    (List) Last validation message for the onboardable entity.
    Name string
    (String) Name of the Zscaler app tenant.
    TenantAuthorizationInfos List<zscaler.PulumiPackage.Zia.Inputs.GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfo>
    (List) Tenant authorization information.
    Type string
    (String) Authorization type (e.g., SLACK_BOT).
    ZscalerAppTenantIds List<zscaler.PulumiPackage.Zia.Inputs.GetDlpCloudToCloudIrOnboardableEntityZscalerAppTenantId>
    (List) Zscaler app tenant ID information.
    Application string
    (String) Application name (e.g., SLACK).
    EnterpriseTenantId string
    (String) Enterprise tenant ID.
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    LastValidationMsgs []GetDlpCloudToCloudIrOnboardableEntityLastValidationMsg
    (List) Last validation message for the onboardable entity.
    Name string
    (String) Name of the Zscaler app tenant.
    TenantAuthorizationInfos []GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfo
    (List) Tenant authorization information.
    Type string
    (String) Authorization type (e.g., SLACK_BOT).
    ZscalerAppTenantIds []GetDlpCloudToCloudIrOnboardableEntityZscalerAppTenantId
    (List) Zscaler app tenant ID information.
    application String
    (String) Application name (e.g., SLACK).
    enterpriseTenantId String
    (String) Enterprise tenant ID.
    id Integer
    (Number) Unique identifier for the Zscaler app tenant.
    lastValidationMsgs List<GetDlpCloudToCloudIrOnboardableEntityLastValidationMsg>
    (List) Last validation message for the onboardable entity.
    name String
    (String) Name of the Zscaler app tenant.
    tenantAuthorizationInfos List<GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfo>
    (List) Tenant authorization information.
    type String
    (String) Authorization type (e.g., SLACK_BOT).
    zscalerAppTenantIds List<GetDlpCloudToCloudIrOnboardableEntityZscalerAppTenantId>
    (List) Zscaler app tenant ID information.
    application string
    (String) Application name (e.g., SLACK).
    enterpriseTenantId string
    (String) Enterprise tenant ID.
    id number
    (Number) Unique identifier for the Zscaler app tenant.
    lastValidationMsgs GetDlpCloudToCloudIrOnboardableEntityLastValidationMsg[]
    (List) Last validation message for the onboardable entity.
    name string
    (String) Name of the Zscaler app tenant.
    tenantAuthorizationInfos GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfo[]
    (List) Tenant authorization information.
    type string
    (String) Authorization type (e.g., SLACK_BOT).
    zscalerAppTenantIds GetDlpCloudToCloudIrOnboardableEntityZscalerAppTenantId[]
    (List) Zscaler app tenant ID information.
    application str
    (String) Application name (e.g., SLACK).
    enterprise_tenant_id str
    (String) Enterprise tenant ID.
    id int
    (Number) Unique identifier for the Zscaler app tenant.
    last_validation_msgs Sequence[GetDlpCloudToCloudIrOnboardableEntityLastValidationMsg]
    (List) Last validation message for the onboardable entity.
    name str
    (String) Name of the Zscaler app tenant.
    tenant_authorization_infos Sequence[GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfo]
    (List) Tenant authorization information.
    type str
    (String) Authorization type (e.g., SLACK_BOT).
    zscaler_app_tenant_ids Sequence[GetDlpCloudToCloudIrOnboardableEntityZscalerAppTenantId]
    (List) Zscaler app tenant ID information.
    application String
    (String) Application name (e.g., SLACK).
    enterpriseTenantId String
    (String) Enterprise tenant ID.
    id Number
    (Number) Unique identifier for the Zscaler app tenant.
    lastValidationMsgs List<Property Map>
    (List) Last validation message for the onboardable entity.
    name String
    (String) Name of the Zscaler app tenant.
    tenantAuthorizationInfos List<Property Map>
    (List) Tenant authorization information.
    type String
    (String) Authorization type (e.g., SLACK_BOT).
    zscalerAppTenantIds List<Property Map>
    (List) Zscaler app tenant ID information.

    GetDlpCloudToCloudIrOnboardableEntityLastValidationMsg

    ErrorCode int
    (Number) Error code from validation.
    ErrorMsg string
    (String) Error message from validation.
    ErrorCode int
    (Number) Error code from validation.
    ErrorMsg string
    (String) Error message from validation.
    errorCode Integer
    (Number) Error code from validation.
    errorMsg String
    (String) Error message from validation.
    errorCode number
    (Number) Error code from validation.
    errorMsg string
    (String) Error message from validation.
    error_code int
    (Number) Error code from validation.
    error_msg str
    (String) Error message from validation.
    errorCode Number
    (Number) Error code from validation.
    errorMsg String
    (String) Error message from validation.

    GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfo

    AccessToken string
    (String) Access token for authorization.
    Apicp string
    (String) API CP configuration.
    BotId string
    (String) Bot ID for authorization.
    BotToken string
    (String) Bot token for authorization.
    ClientId string
    (String) Client ID for authorization.
    ClientSecret string
    (String) Client secret for authorization.
    CloudTrailBucketName string
    (String) Cloud trail bucket name.
    CredJson string
    (String) Credential JSON.
    Credentials string
    (String) Credentials for authorization.
    DlpQtnLibName string
    (String) DLP quarantine library name.
    EnterpriseId string
    (String) Enterprise identifier.
    Env string
    (String) Environment (e.g., SALESFORCE_PRODUCTION).
    ExternalId string
    (String) External identifier for the Zscaler app tenant.
    FeaturesSupporteds List<string>
    (List of String) Supported features (e.g., CASB).
    InstanceUrl string
    (String) Instance URL for the tenant.
    MalQtnLibName string
    (String) Malware quarantine library name.
    OrgApiKey string
    (String) Organization API key.
    OrganizationId string
    (String) Organization identifier.
    QtnChannelUrl string
    (String) Quarantine channel URL.
    QtnInfoCleared bool
    (Boolean) Whether quarantine information is cleared.
    QtnInfos List<zscaler.PulumiPackage.Zia.Inputs.GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoQtnInfo>
    (List) Quarantine information.
    QuarantineBucketName string
    (String) Quarantine bucket name.
    RedirectUrl string
    (String) Redirect URL for authorization.
    RestApiEndpoint string
    (String) REST API endpoint.
    Role string
    (String) Role for authorization (e.g., READ).
    RoleArn string
    (String) Role ARN for authorization.
    SecretToken string
    (String) Secret token for authorization.
    SmirBucketConfigs List<zscaler.PulumiPackage.Zia.Inputs.GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoSmirBucketConfig>
    (List) SMIR bucket configuration.
    Subdomain string
    (String) Subdomain for the tenant.
    TempAuthCode string
    (String) Temporary authorization code.
    TokenEndpoint string
    (String) Token endpoint for authorization.
    Type string
    (String) Authorization type (e.g., SLACK_BOT).
    UserName string
    (String) Username for authorization.
    UserPwd string
    (String) User password for authorization.
    WorkspaceId string
    (String) Workspace identifier.
    WorkspaceName string
    (String) Workspace name.
    AccessToken string
    (String) Access token for authorization.
    Apicp string
    (String) API CP configuration.
    BotId string
    (String) Bot ID for authorization.
    BotToken string
    (String) Bot token for authorization.
    ClientId string
    (String) Client ID for authorization.
    ClientSecret string
    (String) Client secret for authorization.
    CloudTrailBucketName string
    (String) Cloud trail bucket name.
    CredJson string
    (String) Credential JSON.
    Credentials string
    (String) Credentials for authorization.
    DlpQtnLibName string
    (String) DLP quarantine library name.
    EnterpriseId string
    (String) Enterprise identifier.
    Env string
    (String) Environment (e.g., SALESFORCE_PRODUCTION).
    ExternalId string
    (String) External identifier for the Zscaler app tenant.
    FeaturesSupporteds []string
    (List of String) Supported features (e.g., CASB).
    InstanceUrl string
    (String) Instance URL for the tenant.
    MalQtnLibName string
    (String) Malware quarantine library name.
    OrgApiKey string
    (String) Organization API key.
    OrganizationId string
    (String) Organization identifier.
    QtnChannelUrl string
    (String) Quarantine channel URL.
    QtnInfoCleared bool
    (Boolean) Whether quarantine information is cleared.
    QtnInfos []GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoQtnInfo
    (List) Quarantine information.
    QuarantineBucketName string
    (String) Quarantine bucket name.
    RedirectUrl string
    (String) Redirect URL for authorization.
    RestApiEndpoint string
    (String) REST API endpoint.
    Role string
    (String) Role for authorization (e.g., READ).
    RoleArn string
    (String) Role ARN for authorization.
    SecretToken string
    (String) Secret token for authorization.
    SmirBucketConfigs []GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoSmirBucketConfig
    (List) SMIR bucket configuration.
    Subdomain string
    (String) Subdomain for the tenant.
    TempAuthCode string
    (String) Temporary authorization code.
    TokenEndpoint string
    (String) Token endpoint for authorization.
    Type string
    (String) Authorization type (e.g., SLACK_BOT).
    UserName string
    (String) Username for authorization.
    UserPwd string
    (String) User password for authorization.
    WorkspaceId string
    (String) Workspace identifier.
    WorkspaceName string
    (String) Workspace name.
    accessToken String
    (String) Access token for authorization.
    apicp String
    (String) API CP configuration.
    botId String
    (String) Bot ID for authorization.
    botToken String
    (String) Bot token for authorization.
    clientId String
    (String) Client ID for authorization.
    clientSecret String
    (String) Client secret for authorization.
    cloudTrailBucketName String
    (String) Cloud trail bucket name.
    credJson String
    (String) Credential JSON.
    credentials String
    (String) Credentials for authorization.
    dlpQtnLibName String
    (String) DLP quarantine library name.
    enterpriseId String
    (String) Enterprise identifier.
    env String
    (String) Environment (e.g., SALESFORCE_PRODUCTION).
    externalId String
    (String) External identifier for the Zscaler app tenant.
    featuresSupporteds List<String>
    (List of String) Supported features (e.g., CASB).
    instanceUrl String
    (String) Instance URL for the tenant.
    malQtnLibName String
    (String) Malware quarantine library name.
    orgApiKey String
    (String) Organization API key.
    organizationId String
    (String) Organization identifier.
    qtnChannelUrl String
    (String) Quarantine channel URL.
    qtnInfoCleared Boolean
    (Boolean) Whether quarantine information is cleared.
    qtnInfos List<GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoQtnInfo>
    (List) Quarantine information.
    quarantineBucketName String
    (String) Quarantine bucket name.
    redirectUrl String
    (String) Redirect URL for authorization.
    restApiEndpoint String
    (String) REST API endpoint.
    role String
    (String) Role for authorization (e.g., READ).
    roleArn String
    (String) Role ARN for authorization.
    secretToken String
    (String) Secret token for authorization.
    smirBucketConfigs List<GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoSmirBucketConfig>
    (List) SMIR bucket configuration.
    subdomain String
    (String) Subdomain for the tenant.
    tempAuthCode String
    (String) Temporary authorization code.
    tokenEndpoint String
    (String) Token endpoint for authorization.
    type String
    (String) Authorization type (e.g., SLACK_BOT).
    userName String
    (String) Username for authorization.
    userPwd String
    (String) User password for authorization.
    workspaceId String
    (String) Workspace identifier.
    workspaceName String
    (String) Workspace name.
    accessToken string
    (String) Access token for authorization.
    apicp string
    (String) API CP configuration.
    botId string
    (String) Bot ID for authorization.
    botToken string
    (String) Bot token for authorization.
    clientId string
    (String) Client ID for authorization.
    clientSecret string
    (String) Client secret for authorization.
    cloudTrailBucketName string
    (String) Cloud trail bucket name.
    credJson string
    (String) Credential JSON.
    credentials string
    (String) Credentials for authorization.
    dlpQtnLibName string
    (String) DLP quarantine library name.
    enterpriseId string
    (String) Enterprise identifier.
    env string
    (String) Environment (e.g., SALESFORCE_PRODUCTION).
    externalId string
    (String) External identifier for the Zscaler app tenant.
    featuresSupporteds string[]
    (List of String) Supported features (e.g., CASB).
    instanceUrl string
    (String) Instance URL for the tenant.
    malQtnLibName string
    (String) Malware quarantine library name.
    orgApiKey string
    (String) Organization API key.
    organizationId string
    (String) Organization identifier.
    qtnChannelUrl string
    (String) Quarantine channel URL.
    qtnInfoCleared boolean
    (Boolean) Whether quarantine information is cleared.
    qtnInfos GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoQtnInfo[]
    (List) Quarantine information.
    quarantineBucketName string
    (String) Quarantine bucket name.
    redirectUrl string
    (String) Redirect URL for authorization.
    restApiEndpoint string
    (String) REST API endpoint.
    role string
    (String) Role for authorization (e.g., READ).
    roleArn string
    (String) Role ARN for authorization.
    secretToken string
    (String) Secret token for authorization.
    smirBucketConfigs GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoSmirBucketConfig[]
    (List) SMIR bucket configuration.
    subdomain string
    (String) Subdomain for the tenant.
    tempAuthCode string
    (String) Temporary authorization code.
    tokenEndpoint string
    (String) Token endpoint for authorization.
    type string
    (String) Authorization type (e.g., SLACK_BOT).
    userName string
    (String) Username for authorization.
    userPwd string
    (String) User password for authorization.
    workspaceId string
    (String) Workspace identifier.
    workspaceName string
    (String) Workspace name.
    access_token str
    (String) Access token for authorization.
    apicp str
    (String) API CP configuration.
    bot_id str
    (String) Bot ID for authorization.
    bot_token str
    (String) Bot token for authorization.
    client_id str
    (String) Client ID for authorization.
    client_secret str
    (String) Client secret for authorization.
    cloud_trail_bucket_name str
    (String) Cloud trail bucket name.
    cred_json str
    (String) Credential JSON.
    credentials str
    (String) Credentials for authorization.
    dlp_qtn_lib_name str
    (String) DLP quarantine library name.
    enterprise_id str
    (String) Enterprise identifier.
    env str
    (String) Environment (e.g., SALESFORCE_PRODUCTION).
    external_id str
    (String) External identifier for the Zscaler app tenant.
    features_supporteds Sequence[str]
    (List of String) Supported features (e.g., CASB).
    instance_url str
    (String) Instance URL for the tenant.
    mal_qtn_lib_name str
    (String) Malware quarantine library name.
    org_api_key str
    (String) Organization API key.
    organization_id str
    (String) Organization identifier.
    qtn_channel_url str
    (String) Quarantine channel URL.
    qtn_info_cleared bool
    (Boolean) Whether quarantine information is cleared.
    qtn_infos Sequence[GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoQtnInfo]
    (List) Quarantine information.
    quarantine_bucket_name str
    (String) Quarantine bucket name.
    redirect_url str
    (String) Redirect URL for authorization.
    rest_api_endpoint str
    (String) REST API endpoint.
    role str
    (String) Role for authorization (e.g., READ).
    role_arn str
    (String) Role ARN for authorization.
    secret_token str
    (String) Secret token for authorization.
    smir_bucket_configs Sequence[GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoSmirBucketConfig]
    (List) SMIR bucket configuration.
    subdomain str
    (String) Subdomain for the tenant.
    temp_auth_code str
    (String) Temporary authorization code.
    token_endpoint str
    (String) Token endpoint for authorization.
    type str
    (String) Authorization type (e.g., SLACK_BOT).
    user_name str
    (String) Username for authorization.
    user_pwd str
    (String) User password for authorization.
    workspace_id str
    (String) Workspace identifier.
    workspace_name str
    (String) Workspace name.
    accessToken String
    (String) Access token for authorization.
    apicp String
    (String) API CP configuration.
    botId String
    (String) Bot ID for authorization.
    botToken String
    (String) Bot token for authorization.
    clientId String
    (String) Client ID for authorization.
    clientSecret String
    (String) Client secret for authorization.
    cloudTrailBucketName String
    (String) Cloud trail bucket name.
    credJson String
    (String) Credential JSON.
    credentials String
    (String) Credentials for authorization.
    dlpQtnLibName String
    (String) DLP quarantine library name.
    enterpriseId String
    (String) Enterprise identifier.
    env String
    (String) Environment (e.g., SALESFORCE_PRODUCTION).
    externalId String
    (String) External identifier for the Zscaler app tenant.
    featuresSupporteds List<String>
    (List of String) Supported features (e.g., CASB).
    instanceUrl String
    (String) Instance URL for the tenant.
    malQtnLibName String
    (String) Malware quarantine library name.
    orgApiKey String
    (String) Organization API key.
    organizationId String
    (String) Organization identifier.
    qtnChannelUrl String
    (String) Quarantine channel URL.
    qtnInfoCleared Boolean
    (Boolean) Whether quarantine information is cleared.
    qtnInfos List<Property Map>
    (List) Quarantine information.
    quarantineBucketName String
    (String) Quarantine bucket name.
    redirectUrl String
    (String) Redirect URL for authorization.
    restApiEndpoint String
    (String) REST API endpoint.
    role String
    (String) Role for authorization (e.g., READ).
    roleArn String
    (String) Role ARN for authorization.
    secretToken String
    (String) Secret token for authorization.
    smirBucketConfigs List<Property Map>
    (List) SMIR bucket configuration.
    subdomain String
    (String) Subdomain for the tenant.
    tempAuthCode String
    (String) Temporary authorization code.
    tokenEndpoint String
    (String) Token endpoint for authorization.
    type String
    (String) Authorization type (e.g., SLACK_BOT).
    userName String
    (String) Username for authorization.
    userPwd String
    (String) User password for authorization.
    workspaceId String
    (String) Workspace identifier.
    workspaceName String
    (String) Workspace name.

    GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoQtnInfo

    AdminId string
    (String) Administrator identifier.
    ModTime int
    (Number) Modification time.
    QtnFolderPath string
    (String) Quarantine folder path.
    AdminId string
    (String) Administrator identifier.
    ModTime int
    (Number) Modification time.
    QtnFolderPath string
    (String) Quarantine folder path.
    adminId String
    (String) Administrator identifier.
    modTime Integer
    (Number) Modification time.
    qtnFolderPath String
    (String) Quarantine folder path.
    adminId string
    (String) Administrator identifier.
    modTime number
    (Number) Modification time.
    qtnFolderPath string
    (String) Quarantine folder path.
    admin_id str
    (String) Administrator identifier.
    mod_time int
    (Number) Modification time.
    qtn_folder_path str
    (String) Quarantine folder path.
    adminId String
    (String) Administrator identifier.
    modTime Number
    (Number) Modification time.
    qtnFolderPath String
    (String) Quarantine folder path.

    GetDlpCloudToCloudIrOnboardableEntityTenantAuthorizationInfoSmirBucketConfig

    ConfigName string
    (String) Configuration name for the bucket.
    DataBucketName string
    (String) Data bucket name URL.
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    MetadataBucketName string
    (String) Metadata bucket name URL.
    ConfigName string
    (String) Configuration name for the bucket.
    DataBucketName string
    (String) Data bucket name URL.
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    MetadataBucketName string
    (String) Metadata bucket name URL.
    configName String
    (String) Configuration name for the bucket.
    dataBucketName String
    (String) Data bucket name URL.
    id Integer
    (Number) Unique identifier for the Zscaler app tenant.
    metadataBucketName String
    (String) Metadata bucket name URL.
    configName string
    (String) Configuration name for the bucket.
    dataBucketName string
    (String) Data bucket name URL.
    id number
    (Number) Unique identifier for the Zscaler app tenant.
    metadataBucketName string
    (String) Metadata bucket name URL.
    config_name str
    (String) Configuration name for the bucket.
    data_bucket_name str
    (String) Data bucket name URL.
    id int
    (Number) Unique identifier for the Zscaler app tenant.
    metadata_bucket_name str
    (String) Metadata bucket name URL.
    configName String
    (String) Configuration name for the bucket.
    dataBucketName String
    (String) Data bucket name URL.
    id Number
    (Number) Unique identifier for the Zscaler app tenant.
    metadataBucketName String
    (String) Metadata bucket name URL.

    GetDlpCloudToCloudIrOnboardableEntityZscalerAppTenantId

    Extensions Dictionary<string, string>
    (Map) Additional properties for the Zscaler app tenant
    ExternalId string
    (String) External identifier for the Zscaler app tenant.
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    Name string
    (String) Name of the Zscaler app tenant.
    Extensions map[string]string
    (Map) Additional properties for the Zscaler app tenant
    ExternalId string
    (String) External identifier for the Zscaler app tenant.
    Id int
    (Number) Unique identifier for the Zscaler app tenant.
    Name string
    (String) Name of the Zscaler app tenant.
    extensions Map<String,String>
    (Map) Additional properties for the Zscaler app tenant
    externalId String
    (String) External identifier for the Zscaler app tenant.
    id Integer
    (Number) Unique identifier for the Zscaler app tenant.
    name String
    (String) Name of the Zscaler app tenant.
    extensions {[key: string]: string}
    (Map) Additional properties for the Zscaler app tenant
    externalId string
    (String) External identifier for the Zscaler app tenant.
    id number
    (Number) Unique identifier for the Zscaler app tenant.
    name string
    (String) Name of the Zscaler app tenant.
    extensions Mapping[str, str]
    (Map) Additional properties for the Zscaler app tenant
    external_id str
    (String) External identifier for the Zscaler app tenant.
    id int
    (Number) Unique identifier for the Zscaler app tenant.
    name str
    (String) Name of the Zscaler app tenant.
    extensions Map<String>
    (Map) Additional properties for the Zscaler app tenant
    externalId String
    (String) External identifier for the Zscaler app tenant.
    id Number
    (Number) Unique identifier for the Zscaler app tenant.
    name String
    (String) Name of the Zscaler app tenant.

    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.2.0 published on Friday, Feb 20, 2026 by Zscaler
      Meet Neo: Your AI Platform Teammate