1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getApps
Viewing docs for Databricks v1.94.0
published on Friday, May 29, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.94.0
published on Friday, May 29, 2026 by Pulumi

    This data source can only be used with a workspace-level provider!

    Databricks Apps run directly on a customer’s Databricks instance, integrate with their data, use and extend Databricks services, and enable users to interact through single sign-on. This resource creates the application but does not handle app deployment, which should be handled separately as part of your CI/CD pipeline.

    This data source allows you to fetch information about all Databricks Apps within a workspace.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as databricks from "@pulumi/databricks";
    
    const allApps = databricks.getApps({});
    
    import pulumi
    import pulumi_databricks as databricks
    
    all_apps = databricks.get_apps()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-databricks/sdk/go/databricks"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := databricks.GetApps(ctx, &databricks.GetAppsArgs{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Databricks = Pulumi.Databricks;
    
    return await Deployment.RunAsync(() => 
    {
        var allApps = Databricks.GetApps.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.databricks.DatabricksFunctions;
    import com.pulumi.databricks.inputs.GetAppsArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var allApps = DatabricksFunctions.getApps(GetAppsArgs.builder()
                .build());
    
        }
    }
    
    variables:
      allApps:
        fn::invoke:
          function: databricks:getApps
          arguments: {}
    
    pulumi {
      required_providers {
        databricks = {
          source = "pulumi/databricks"
        }
      }
    }
    
    data "databricks_getapps" "allApps" {
    }
    

    The following resources are used in the same context:

    • databricks.App to manage Databricks Apps.
    • databricks.SqlEndpoint to manage Databricks SQL Endpoints.
    • databricks.ModelServing to serve this model on a Databricks serving endpoint.
    • databricks.Secret to manage secrets in Databricks workspace.
    • databricks.Job to manage Databricks Jobs to run non-interactive code.

    Using getApps

    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 getApps(args: GetAppsArgs, opts?: InvokeOptions): Promise<GetAppsResult>
    function getAppsOutput(args: GetAppsOutputArgs, opts?: InvokeOptions): Output<GetAppsResult>
    def get_apps(provider_config: Optional[GetAppsProviderConfig] = None,
                 opts: Optional[InvokeOptions] = None) -> GetAppsResult
    def get_apps_output(provider_config: pulumi.Input[Optional[GetAppsProviderConfigArgs]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetAppsResult]
    func GetApps(ctx *Context, args *GetAppsArgs, opts ...InvokeOption) (*GetAppsResult, error)
    func GetAppsOutput(ctx *Context, args *GetAppsOutputArgs, opts ...InvokeOption) GetAppsResultOutput

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

    public static class GetApps 
    {
        public static Task<GetAppsResult> InvokeAsync(GetAppsArgs args, InvokeOptions? opts = null)
        public static Output<GetAppsResult> Invoke(GetAppsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppsResult> getApps(GetAppsArgs args, InvokeOptions options)
    public static Output<GetAppsResult> getApps(GetAppsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getApps:getApps
      arguments:
        # arguments dictionary
    data "databricks_getapps" "name" {
        # arguments
    }

    The following arguments are supported:

    getApps Result

    The following output properties are available:

    Apps List<GetAppsApp>
    attribute - reference to another Databricks App.
    Id string
    The provider-assigned unique ID for this managed resource.
    ProviderConfig GetAppsProviderConfig
    Apps []GetAppsApp
    attribute - reference to another Databricks App.
    Id string
    The provider-assigned unique ID for this managed resource.
    ProviderConfig GetAppsProviderConfig
    apps list(object)
    attribute - reference to another Databricks App.
    id string
    The provider-assigned unique ID for this managed resource.
    provider_config object
    apps List<GetAppsApp>
    attribute - reference to another Databricks App.
    id String
    The provider-assigned unique ID for this managed resource.
    providerConfig GetAppsProviderConfig
    apps GetAppsApp[]
    attribute - reference to another Databricks App.
    id string
    The provider-assigned unique ID for this managed resource.
    providerConfig GetAppsProviderConfig
    apps Sequence[GetAppsApp]
    attribute - reference to another Databricks App.
    id str
    The provider-assigned unique ID for this managed resource.
    provider_config GetAppsProviderConfig
    apps List<Property Map>
    attribute - reference to another Databricks App.
    id String
    The provider-assigned unique ID for this managed resource.
    providerConfig Property Map

    Supporting Types

    GetAppsApp

    ActiveDeployment GetAppsAppActiveDeployment
    attribute - the active deployment of the app.
    AppStatus GetAppsAppAppStatus
    attribute
    ComputeStatus GetAppsAppComputeStatus
    attribute
    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DefaultSourceCodePath string
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    EffectiveBudgetPolicyId string
    The effective budget policy ID.
    EffectiveUsagePolicyId string
    The effective usage policy ID.
    EffectiveUserApiScopes List<string>
    A list of effective api scopes granted to the user access token.
    Id string
    Id of the job to grant permission on.
    Name string
    The name of the app to grant permission on.
    Oauth2AppClientId string
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    Oauth2AppIntegrationId string
    The unique ID of the OAuth2 integration associated with the app.
    PendingDeployment GetAppsAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    ServicePrincipalClientId string
    client_id (application_id) of the app service principal
    ServicePrincipalId int
    id of the app service principal
    ServicePrincipalName string
    name of the app service principal
    ThumbnailUrl string
    The URL of the thumbnail image for the app.
    UpdateTime string
    The update time of the deployment.
    Updater string
    The email of the user that last updated the app.
    Url string
    URL of the Git repository.
    BudgetPolicyId string
    The Budget Policy ID set for this resource.
    ComputeMaxInstances int
    ComputeMinInstances int
    ComputeSize string
    A string specifying compute size for the App.
    Description string
    The description of the resource.
    GitRepository GetAppsAppGitRepository
    attribute - Git repository configuration for app deployments.
    Resources List<GetAppsAppResource>
    A list of resources that the app have access to.
    Space string
    Name of the app space this app belongs to.
    TelemetryExportDestinations List<GetAppsAppTelemetryExportDestination>
    A list of telemetry export destinations.
    UsagePolicyId string
    The Usage Policy ID set for this resource.
    UserApiScopes List<string>
    A list of api scopes granted to the user access token.
    ActiveDeployment GetAppsAppActiveDeployment
    attribute - the active deployment of the app.
    AppStatus GetAppsAppAppStatus
    attribute
    ComputeStatus GetAppsAppComputeStatus
    attribute
    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DefaultSourceCodePath string
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    EffectiveBudgetPolicyId string
    The effective budget policy ID.
    EffectiveUsagePolicyId string
    The effective usage policy ID.
    EffectiveUserApiScopes []string
    A list of effective api scopes granted to the user access token.
    Id string
    Id of the job to grant permission on.
    Name string
    The name of the app to grant permission on.
    Oauth2AppClientId string
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    Oauth2AppIntegrationId string
    The unique ID of the OAuth2 integration associated with the app.
    PendingDeployment GetAppsAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    ServicePrincipalClientId string
    client_id (application_id) of the app service principal
    ServicePrincipalId int
    id of the app service principal
    ServicePrincipalName string
    name of the app service principal
    ThumbnailUrl string
    The URL of the thumbnail image for the app.
    UpdateTime string
    The update time of the deployment.
    Updater string
    The email of the user that last updated the app.
    Url string
    URL of the Git repository.
    BudgetPolicyId string
    The Budget Policy ID set for this resource.
    ComputeMaxInstances int
    ComputeMinInstances int
    ComputeSize string
    A string specifying compute size for the App.
    Description string
    The description of the resource.
    GitRepository GetAppsAppGitRepository
    attribute - Git repository configuration for app deployments.
    Resources []GetAppsAppResource
    A list of resources that the app have access to.
    Space string
    Name of the app space this app belongs to.
    TelemetryExportDestinations []GetAppsAppTelemetryExportDestination
    A list of telemetry export destinations.
    UsagePolicyId string
    The Usage Policy ID set for this resource.
    UserApiScopes []string
    A list of api scopes granted to the user access token.
    active_deployment object
    attribute - the active deployment of the app.
    app_status object
    attribute
    compute_status object
    attribute
    create_time string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    default_source_code_path string
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effective_budget_policy_id string
    The effective budget policy ID.
    effective_usage_policy_id string
    The effective usage policy ID.
    effective_user_api_scopes list(string)
    A list of effective api scopes granted to the user access token.
    id string
    Id of the job to grant permission on.
    name string
    The name of the app to grant permission on.
    oauth2_app_client_id string
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2_app_integration_id string
    The unique ID of the OAuth2 integration associated with the app.
    pending_deployment object
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    service_principal_client_id string
    client_id (application_id) of the app service principal
    service_principal_id number
    id of the app service principal
    service_principal_name string
    name of the app service principal
    thumbnail_url string
    The URL of the thumbnail image for the app.
    update_time string
    The update time of the deployment.
    updater string
    The email of the user that last updated the app.
    url string
    URL of the Git repository.
    budget_policy_id string
    The Budget Policy ID set for this resource.
    compute_max_instances number
    compute_min_instances number
    compute_size string
    A string specifying compute size for the App.
    description string
    The description of the resource.
    git_repository object
    attribute - Git repository configuration for app deployments.
    resources list(object)
    A list of resources that the app have access to.
    space string
    Name of the app space this app belongs to.
    telemetry_export_destinations list(object)
    A list of telemetry export destinations.
    usage_policy_id string
    The Usage Policy ID set for this resource.
    user_api_scopes list(string)
    A list of api scopes granted to the user access token.
    activeDeployment GetAppsAppActiveDeployment
    attribute - the active deployment of the app.
    appStatus GetAppsAppAppStatus
    attribute
    computeStatus GetAppsAppComputeStatus
    attribute
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    defaultSourceCodePath String
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effectiveBudgetPolicyId String
    The effective budget policy ID.
    effectiveUsagePolicyId String
    The effective usage policy ID.
    effectiveUserApiScopes List<String>
    A list of effective api scopes granted to the user access token.
    id String
    Id of the job to grant permission on.
    name String
    The name of the app to grant permission on.
    oauth2AppClientId String
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2AppIntegrationId String
    The unique ID of the OAuth2 integration associated with the app.
    pendingDeployment GetAppsAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    servicePrincipalClientId String
    client_id (application_id) of the app service principal
    servicePrincipalId Integer
    id of the app service principal
    servicePrincipalName String
    name of the app service principal
    thumbnailUrl String
    The URL of the thumbnail image for the app.
    updateTime String
    The update time of the deployment.
    updater String
    The email of the user that last updated the app.
    url String
    URL of the Git repository.
    budgetPolicyId String
    The Budget Policy ID set for this resource.
    computeMaxInstances Integer
    computeMinInstances Integer
    computeSize String
    A string specifying compute size for the App.
    description String
    The description of the resource.
    gitRepository GetAppsAppGitRepository
    attribute - Git repository configuration for app deployments.
    resources List<GetAppsAppResource>
    A list of resources that the app have access to.
    space String
    Name of the app space this app belongs to.
    telemetryExportDestinations List<GetAppsAppTelemetryExportDestination>
    A list of telemetry export destinations.
    usagePolicyId String
    The Usage Policy ID set for this resource.
    userApiScopes List<String>
    A list of api scopes granted to the user access token.
    activeDeployment GetAppsAppActiveDeployment
    attribute - the active deployment of the app.
    appStatus GetAppsAppAppStatus
    attribute
    computeStatus GetAppsAppComputeStatus
    attribute
    createTime string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    defaultSourceCodePath string
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effectiveBudgetPolicyId string
    The effective budget policy ID.
    effectiveUsagePolicyId string
    The effective usage policy ID.
    effectiveUserApiScopes string[]
    A list of effective api scopes granted to the user access token.
    id string
    Id of the job to grant permission on.
    name string
    The name of the app to grant permission on.
    oauth2AppClientId string
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2AppIntegrationId string
    The unique ID of the OAuth2 integration associated with the app.
    pendingDeployment GetAppsAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    servicePrincipalClientId string
    client_id (application_id) of the app service principal
    servicePrincipalId number
    id of the app service principal
    servicePrincipalName string
    name of the app service principal
    thumbnailUrl string
    The URL of the thumbnail image for the app.
    updateTime string
    The update time of the deployment.
    updater string
    The email of the user that last updated the app.
    url string
    URL of the Git repository.
    budgetPolicyId string
    The Budget Policy ID set for this resource.
    computeMaxInstances number
    computeMinInstances number
    computeSize string
    A string specifying compute size for the App.
    description string
    The description of the resource.
    gitRepository GetAppsAppGitRepository
    attribute - Git repository configuration for app deployments.
    resources GetAppsAppResource[]
    A list of resources that the app have access to.
    space string
    Name of the app space this app belongs to.
    telemetryExportDestinations GetAppsAppTelemetryExportDestination[]
    A list of telemetry export destinations.
    usagePolicyId string
    The Usage Policy ID set for this resource.
    userApiScopes string[]
    A list of api scopes granted to the user access token.
    active_deployment GetAppsAppActiveDeployment
    attribute - the active deployment of the app.
    app_status GetAppsAppAppStatus
    attribute
    compute_status GetAppsAppComputeStatus
    attribute
    create_time str
    The creation time of the deployment.
    creator str
    The email of the user that created the deployment.
    default_source_code_path str
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effective_budget_policy_id str
    The effective budget policy ID.
    effective_usage_policy_id str
    The effective usage policy ID.
    effective_user_api_scopes Sequence[str]
    A list of effective api scopes granted to the user access token.
    id str
    Id of the job to grant permission on.
    name str
    The name of the app to grant permission on.
    oauth2_app_client_id str
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2_app_integration_id str
    The unique ID of the OAuth2 integration associated with the app.
    pending_deployment GetAppsAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    service_principal_client_id str
    client_id (application_id) of the app service principal
    service_principal_id int
    id of the app service principal
    service_principal_name str
    name of the app service principal
    thumbnail_url str
    The URL of the thumbnail image for the app.
    update_time str
    The update time of the deployment.
    updater str
    The email of the user that last updated the app.
    url str
    URL of the Git repository.
    budget_policy_id str
    The Budget Policy ID set for this resource.
    compute_max_instances int
    compute_min_instances int
    compute_size str
    A string specifying compute size for the App.
    description str
    The description of the resource.
    git_repository GetAppsAppGitRepository
    attribute - Git repository configuration for app deployments.
    resources Sequence[GetAppsAppResource]
    A list of resources that the app have access to.
    space str
    Name of the app space this app belongs to.
    telemetry_export_destinations Sequence[GetAppsAppTelemetryExportDestination]
    A list of telemetry export destinations.
    usage_policy_id str
    The Usage Policy ID set for this resource.
    user_api_scopes Sequence[str]
    A list of api scopes granted to the user access token.
    activeDeployment Property Map
    attribute - the active deployment of the app.
    appStatus Property Map
    attribute
    computeStatus Property Map
    attribute
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    defaultSourceCodePath String
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effectiveBudgetPolicyId String
    The effective budget policy ID.
    effectiveUsagePolicyId String
    The effective usage policy ID.
    effectiveUserApiScopes List<String>
    A list of effective api scopes granted to the user access token.
    id String
    Id of the job to grant permission on.
    name String
    The name of the app to grant permission on.
    oauth2AppClientId String
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2AppIntegrationId String
    The unique ID of the OAuth2 integration associated with the app.
    pendingDeployment Property Map
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    servicePrincipalClientId String
    client_id (application_id) of the app service principal
    servicePrincipalId Number
    id of the app service principal
    servicePrincipalName String
    name of the app service principal
    thumbnailUrl String
    The URL of the thumbnail image for the app.
    updateTime String
    The update time of the deployment.
    updater String
    The email of the user that last updated the app.
    url String
    URL of the Git repository.
    budgetPolicyId String
    The Budget Policy ID set for this resource.
    computeMaxInstances Number
    computeMinInstances Number
    computeSize String
    A string specifying compute size for the App.
    description String
    The description of the resource.
    gitRepository Property Map
    attribute - Git repository configuration for app deployments.
    resources List<Property Map>
    A list of resources that the app have access to.
    space String
    Name of the app space this app belongs to.
    telemetryExportDestinations List<Property Map>
    A list of telemetry export destinations.
    usagePolicyId String
    The Usage Policy ID set for this resource.
    userApiScopes List<String>
    A list of api scopes granted to the user access token.

    GetAppsAppActiveDeployment

    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DeploymentArtifacts GetAppsAppActiveDeploymentDeploymentArtifacts
    attribute
    Status GetAppsAppActiveDeploymentStatus
    attribute
    UpdateTime string
    The update time of the deployment.
    Commands List<string>
    DeploymentId string
    The unique ID of the deployment.
    EnvVars List<GetAppsAppActiveDeploymentEnvVar>
    GitSource GetAppsAppActiveDeploymentGitSource
    Mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DeploymentArtifacts GetAppsAppActiveDeploymentDeploymentArtifacts
    attribute
    Status GetAppsAppActiveDeploymentStatus
    attribute
    UpdateTime string
    The update time of the deployment.
    Commands []string
    DeploymentId string
    The unique ID of the deployment.
    EnvVars []GetAppsAppActiveDeploymentEnvVar
    GitSource GetAppsAppActiveDeploymentGitSource
    Mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    create_time string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    deployment_artifacts object
    attribute
    status object
    attribute
    update_time string
    The update time of the deployment.
    commands list(string)
    deployment_id string
    The unique ID of the deployment.
    env_vars list(object)
    git_source object
    mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    deploymentArtifacts GetAppsAppActiveDeploymentDeploymentArtifacts
    attribute
    status GetAppsAppActiveDeploymentStatus
    attribute
    updateTime String
    The update time of the deployment.
    commands List<String>
    deploymentId String
    The unique ID of the deployment.
    envVars List<GetAppsAppActiveDeploymentEnvVar>
    gitSource GetAppsAppActiveDeploymentGitSource
    mode String
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    deploymentArtifacts GetAppsAppActiveDeploymentDeploymentArtifacts
    attribute
    status GetAppsAppActiveDeploymentStatus
    attribute
    updateTime string
    The update time of the deployment.
    commands string[]
    deploymentId string
    The unique ID of the deployment.
    envVars GetAppsAppActiveDeploymentEnvVar[]
    gitSource GetAppsAppActiveDeploymentGitSource
    mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    create_time str
    The creation time of the deployment.
    creator str
    The email of the user that created the deployment.
    deployment_artifacts GetAppsAppActiveDeploymentDeploymentArtifacts
    attribute
    status GetAppsAppActiveDeploymentStatus
    attribute
    update_time str
    The update time of the deployment.
    commands Sequence[str]
    deployment_id str
    The unique ID of the deployment.
    env_vars Sequence[GetAppsAppActiveDeploymentEnvVar]
    git_source GetAppsAppActiveDeploymentGitSource
    mode str
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    deploymentArtifacts Property Map
    attribute
    status Property Map
    attribute
    updateTime String
    The update time of the deployment.
    commands List<String>
    deploymentId String
    The unique ID of the deployment.
    envVars List<Property Map>
    gitSource Property Map
    mode String
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.

    GetAppsAppActiveDeploymentDeploymentArtifacts

    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.

    GetAppsAppActiveDeploymentEnvVar

    Name string
    The name of the app to grant permission on.
    Value string
    ValueFrom string
    Name string
    The name of the app to grant permission on.
    Value string
    ValueFrom string
    name string
    The name of the app to grant permission on.
    value string
    value_from string
    name String
    The name of the app to grant permission on.
    value String
    valueFrom String
    name string
    The name of the app to grant permission on.
    value string
    valueFrom string
    name str
    The name of the app to grant permission on.
    value str
    value_from str
    name String
    The name of the app to grant permission on.
    value String
    valueFrom String

    GetAppsAppActiveDeploymentGitSource

    GitRepository GetAppsAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    ResolvedCommit string
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Commit string
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    Tag string
    GitRepository GetAppsAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    ResolvedCommit string
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Commit string
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    Tag string
    git_repository object
    attribute - Git repository configuration for app deployments.
    resolved_commit string
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit string
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag string
    gitRepository GetAppsAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolvedCommit String
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit String
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag String
    gitRepository GetAppsAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolvedCommit string
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit string
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag string
    git_repository GetAppsAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolved_commit str
    branch str
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit str
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag str
    gitRepository Property Map
    attribute - Git repository configuration for app deployments.
    resolvedCommit String
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit String
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag String

    GetAppsAppActiveDeploymentGitSourceGitRepository

    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider str
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url str
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.

    GetAppsAppActiveDeploymentStatus

    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message str
    The status message of the deployment.
    state str
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.

    GetAppsAppAppStatus

    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message str
    The status message of the deployment.
    state str
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.

    GetAppsAppComputeStatus

    ActiveInstances int
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    ActiveInstances int
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    active_instances number
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    activeInstances Integer
    message String
    The status message of the deployment.
    state String
    The state of the deployment.
    activeInstances number
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    active_instances int
    message str
    The status message of the deployment.
    state str
    The state of the deployment.
    activeInstances Number
    message String
    The status message of the deployment.
    state String
    The state of the deployment.

    GetAppsAppGitRepository

    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider str
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url str
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.

    GetAppsAppPendingDeployment

    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DeploymentArtifacts GetAppsAppPendingDeploymentDeploymentArtifacts
    attribute
    Status GetAppsAppPendingDeploymentStatus
    attribute
    UpdateTime string
    The update time of the deployment.
    Commands List<string>
    DeploymentId string
    The unique ID of the deployment.
    EnvVars List<GetAppsAppPendingDeploymentEnvVar>
    GitSource GetAppsAppPendingDeploymentGitSource
    Mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DeploymentArtifacts GetAppsAppPendingDeploymentDeploymentArtifacts
    attribute
    Status GetAppsAppPendingDeploymentStatus
    attribute
    UpdateTime string
    The update time of the deployment.
    Commands []string
    DeploymentId string
    The unique ID of the deployment.
    EnvVars []GetAppsAppPendingDeploymentEnvVar
    GitSource GetAppsAppPendingDeploymentGitSource
    Mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    create_time string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    deployment_artifacts object
    attribute
    status object
    attribute
    update_time string
    The update time of the deployment.
    commands list(string)
    deployment_id string
    The unique ID of the deployment.
    env_vars list(object)
    git_source object
    mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    deploymentArtifacts GetAppsAppPendingDeploymentDeploymentArtifacts
    attribute
    status GetAppsAppPendingDeploymentStatus
    attribute
    updateTime String
    The update time of the deployment.
    commands List<String>
    deploymentId String
    The unique ID of the deployment.
    envVars List<GetAppsAppPendingDeploymentEnvVar>
    gitSource GetAppsAppPendingDeploymentGitSource
    mode String
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    deploymentArtifacts GetAppsAppPendingDeploymentDeploymentArtifacts
    attribute
    status GetAppsAppPendingDeploymentStatus
    attribute
    updateTime string
    The update time of the deployment.
    commands string[]
    deploymentId string
    The unique ID of the deployment.
    envVars GetAppsAppPendingDeploymentEnvVar[]
    gitSource GetAppsAppPendingDeploymentGitSource
    mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    create_time str
    The creation time of the deployment.
    creator str
    The email of the user that created the deployment.
    deployment_artifacts GetAppsAppPendingDeploymentDeploymentArtifacts
    attribute
    status GetAppsAppPendingDeploymentStatus
    attribute
    update_time str
    The update time of the deployment.
    commands Sequence[str]
    deployment_id str
    The unique ID of the deployment.
    env_vars Sequence[GetAppsAppPendingDeploymentEnvVar]
    git_source GetAppsAppPendingDeploymentGitSource
    mode str
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    deploymentArtifacts Property Map
    attribute
    status Property Map
    attribute
    updateTime String
    The update time of the deployment.
    commands List<String>
    deploymentId String
    The unique ID of the deployment.
    envVars List<Property Map>
    gitSource Property Map
    mode String
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.

    GetAppsAppPendingDeploymentDeploymentArtifacts

    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.

    GetAppsAppPendingDeploymentEnvVar

    Name string
    The name of the app to grant permission on.
    Value string
    ValueFrom string
    Name string
    The name of the app to grant permission on.
    Value string
    ValueFrom string
    name string
    The name of the app to grant permission on.
    value string
    value_from string
    name String
    The name of the app to grant permission on.
    value String
    valueFrom String
    name string
    The name of the app to grant permission on.
    value string
    valueFrom string
    name str
    The name of the app to grant permission on.
    value str
    value_from str
    name String
    The name of the app to grant permission on.
    value String
    valueFrom String

    GetAppsAppPendingDeploymentGitSource

    GitRepository GetAppsAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    ResolvedCommit string
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Commit string
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    Tag string
    GitRepository GetAppsAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    ResolvedCommit string
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Commit string
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    Tag string
    git_repository object
    attribute - Git repository configuration for app deployments.
    resolved_commit string
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit string
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag string
    gitRepository GetAppsAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolvedCommit String
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit String
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag String
    gitRepository GetAppsAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolvedCommit string
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit string
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag string
    git_repository GetAppsAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolved_commit str
    branch str
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit str
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag str
    gitRepository Property Map
    attribute - Git repository configuration for app deployments.
    resolvedCommit String
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit String
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag String

    GetAppsAppPendingDeploymentGitSourceGitRepository

    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider str
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url str
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.

    GetAppsAppPendingDeploymentStatus

    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message str
    The status message of the deployment.
    state str
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.

    GetAppsAppResource

    Name string
    The name of the app to grant permission on.
    App GetAppsAppResourceApp
    attribute - reference to another Databricks App.
    Database GetAppsAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    Description string
    The description of the resource.
    Experiment GetAppsAppResourceExperiment
    attribute
    GenieSpace GetAppsAppResourceGenieSpace
    attribute
    Job GetAppsAppResourceJob
    attribute
    Postgres GetAppsAppResourcePostgres
    attribute
    Secret GetAppsAppResourceSecret
    attribute
    ServingEndpoint GetAppsAppResourceServingEndpoint
    attribute
    SqlWarehouse GetAppsAppResourceSqlWarehouse
    attribute
    UcSecurable GetAppsAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    Name string
    The name of the app to grant permission on.
    App GetAppsAppResourceApp
    attribute - reference to another Databricks App.
    Database GetAppsAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    Description string
    The description of the resource.
    Experiment GetAppsAppResourceExperiment
    attribute
    GenieSpace GetAppsAppResourceGenieSpace
    attribute
    Job GetAppsAppResourceJob
    attribute
    Postgres GetAppsAppResourcePostgres
    attribute
    Secret GetAppsAppResourceSecret
    attribute
    ServingEndpoint GetAppsAppResourceServingEndpoint
    attribute
    SqlWarehouse GetAppsAppResourceSqlWarehouse
    attribute
    UcSecurable GetAppsAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    name string
    The name of the app to grant permission on.
    app object
    attribute - reference to another Databricks App.
    database object
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description string
    The description of the resource.
    experiment object
    attribute
    genie_space object
    attribute
    job object
    attribute
    postgres object
    attribute
    secret object
    attribute
    serving_endpoint object
    attribute
    sql_warehouse object
    attribute
    uc_securable object
    attribute (see the API docs for full list of supported UC objects)
    name String
    The name of the app to grant permission on.
    app GetAppsAppResourceApp
    attribute - reference to another Databricks App.
    database GetAppsAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description String
    The description of the resource.
    experiment GetAppsAppResourceExperiment
    attribute
    genieSpace GetAppsAppResourceGenieSpace
    attribute
    job GetAppsAppResourceJob
    attribute
    postgres GetAppsAppResourcePostgres
    attribute
    secret GetAppsAppResourceSecret
    attribute
    servingEndpoint GetAppsAppResourceServingEndpoint
    attribute
    sqlWarehouse GetAppsAppResourceSqlWarehouse
    attribute
    ucSecurable GetAppsAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    name string
    The name of the app to grant permission on.
    app GetAppsAppResourceApp
    attribute - reference to another Databricks App.
    database GetAppsAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description string
    The description of the resource.
    experiment GetAppsAppResourceExperiment
    attribute
    genieSpace GetAppsAppResourceGenieSpace
    attribute
    job GetAppsAppResourceJob
    attribute
    postgres GetAppsAppResourcePostgres
    attribute
    secret GetAppsAppResourceSecret
    attribute
    servingEndpoint GetAppsAppResourceServingEndpoint
    attribute
    sqlWarehouse GetAppsAppResourceSqlWarehouse
    attribute
    ucSecurable GetAppsAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    name str
    The name of the app to grant permission on.
    app GetAppsAppResourceApp
    attribute - reference to another Databricks App.
    database GetAppsAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description str
    The description of the resource.
    experiment GetAppsAppResourceExperiment
    attribute
    genie_space GetAppsAppResourceGenieSpace
    attribute
    job GetAppsAppResourceJob
    attribute
    postgres GetAppsAppResourcePostgres
    attribute
    secret GetAppsAppResourceSecret
    attribute
    serving_endpoint GetAppsAppResourceServingEndpoint
    attribute
    sql_warehouse GetAppsAppResourceSqlWarehouse
    attribute
    uc_securable GetAppsAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    name String
    The name of the app to grant permission on.
    app Property Map
    attribute - reference to another Databricks App.
    database Property Map
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description String
    The description of the resource.
    experiment Property Map
    attribute
    genieSpace Property Map
    attribute
    job Property Map
    attribute
    postgres Property Map
    attribute
    secret Property Map
    attribute
    servingEndpoint Property Map
    attribute
    sqlWarehouse Property Map
    attribute
    ucSecurable Property Map
    attribute (see the API docs for full list of supported UC objects)

    GetAppsAppResourceApp

    Name string
    The name of the app to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Name string
    The name of the app to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name string
    The name of the app to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name String
    The name of the app to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name string
    The name of the app to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name str
    The name of the app to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name String
    The name of the app to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppsAppResourceDatabase

    DatabaseName string
    The name of database.
    InstanceName string
    The name of database instance.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    DatabaseName string
    The name of database.
    InstanceName string
    The name of database instance.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    database_name string
    The name of database.
    instance_name string
    The name of database instance.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    databaseName String
    The name of database.
    instanceName String
    The name of database instance.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    databaseName string
    The name of database.
    instanceName string
    The name of database instance.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    database_name str
    The name of database.
    instance_name str
    The name of database instance.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    databaseName String
    The name of database.
    instanceName String
    The name of database instance.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppsAppResourceExperiment

    ExperimentId string
    The ID of the MLflow experiment to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    ExperimentId string
    The ID of the MLflow experiment to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experiment_id string
    The ID of the MLflow experiment to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experimentId String
    The ID of the MLflow experiment to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experimentId string
    The ID of the MLflow experiment to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experiment_id str
    The ID of the MLflow experiment to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experimentId String
    The ID of the MLflow experiment to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppsAppResourceGenieSpace

    Name string
    The name of the app to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    SpaceId string
    The unique ID of Genie Space.
    Name string
    The name of the app to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    SpaceId string
    The unique ID of Genie Space.
    name string
    The name of the app to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    space_id string
    The unique ID of Genie Space.
    name String
    The name of the app to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    spaceId String
    The unique ID of Genie Space.
    name string
    The name of the app to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    spaceId string
    The unique ID of Genie Space.
    name str
    The name of the app to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    space_id str
    The unique ID of Genie Space.
    name String
    The name of the app to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    spaceId String
    The unique ID of Genie Space.

    GetAppsAppResourceJob

    Id string
    Id of the job to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Id string
    Id of the job to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id string
    Id of the job to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id String
    Id of the job to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id string
    Id of the job to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id str
    Id of the job to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id String
    Id of the job to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppsAppResourcePostgres

    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Database string
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Database string
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database string
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database String
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database string
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch str
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database str
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database String
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppsAppResourceSecret

    Key string
    Key of the secret to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Scope string
    Scope of the secret to grant permission on.
    Key string
    Key of the secret to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Scope string
    Scope of the secret to grant permission on.
    key string
    Key of the secret to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope string
    Scope of the secret to grant permission on.
    key String
    Key of the secret to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope String
    Scope of the secret to grant permission on.
    key string
    Key of the secret to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope string
    Scope of the secret to grant permission on.
    key str
    Key of the secret to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope str
    Scope of the secret to grant permission on.
    key String
    Key of the secret to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope String
    Scope of the secret to grant permission on.

    GetAppsAppResourceServingEndpoint

    Name string
    The name of the app to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Name string
    The name of the app to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name string
    The name of the app to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name String
    The name of the app to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name string
    The name of the app to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name str
    The name of the app to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name String
    The name of the app to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppsAppResourceSqlWarehouse

    Id string
    Id of the job to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Id string
    Id of the job to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id string
    Id of the job to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id String
    Id of the job to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id string
    Id of the job to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id str
    Id of the job to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id String
    Id of the job to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppsAppResourceUcSecurable

    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    SecurableFullName string
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    SecurableKind string
    SecurableType string
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    SecurableFullName string
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    SecurableKind string
    SecurableType string
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securable_full_name string
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securable_kind string
    securable_type string
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securableFullName String
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securableKind String
    securableType String
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securableFullName string
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securableKind string
    securableType string
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securable_full_name str
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securable_kind str
    securable_type str
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securableFullName String
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securableKind String
    securableType String
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.

    GetAppsAppTelemetryExportDestination

    GetAppsAppTelemetryExportDestinationUnityCatalog

    LogsTable string
    Full name of the Unity Catalog table for OpenTelemetry logs.
    MetricsTable string
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    TracesTable string
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    LogsTable string
    Full name of the Unity Catalog table for OpenTelemetry logs.
    MetricsTable string
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    TracesTable string
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logs_table string
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metrics_table string
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    traces_table string
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logsTable String
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metricsTable String
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    tracesTable String
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logsTable string
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metricsTable string
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    tracesTable string
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logs_table str
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metrics_table str
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    traces_table str
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logsTable String
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metricsTable String
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    tracesTable String
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).

    GetAppsProviderConfig

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Viewing docs for Databricks v1.94.0
    published on Friday, May 29, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial