1. Packages
  2. Databricks Provider
  3. API Docs
  4. getApp
Databricks v1.64.0 published on Wednesday, Apr 2, 2025 by Pulumi

databricks.getApp

Explore with Pulumi AI

Databricks v1.64.0 published on Wednesday, Apr 2, 2025 by Pulumi

This feature is in Public Preview.

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 a Databricks App.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as databricks from "@pulumi/databricks";

const _this = databricks.getApp({
    name: "my-custom-app",
});
Copy
import pulumi
import pulumi_databricks as databricks

this = databricks.get_app(name="my-custom-app")
Copy
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.LookupApp(ctx, &databricks.LookupAppArgs{
			Name: "my-custom-app",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Databricks = Pulumi.Databricks;

return await Deployment.RunAsync(() => 
{
    var @this = Databricks.GetApp.Invoke(new()
    {
        Name = "my-custom-app",
    });

});
Copy
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.GetAppArgs;
import java.util.List;
import java.util.ArrayList;
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 this = DatabricksFunctions.getApp(GetAppArgs.builder()
            .name("my-custom-app")
            .build());

    }
}
Copy
variables:
  this:
    fn::invoke:
      function: databricks:getApp
      arguments:
        name: my-custom-app
Copy

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 getApp

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 getApp(args: GetAppArgs, opts?: InvokeOptions): Promise<GetAppResult>
function getAppOutput(args: GetAppOutputArgs, opts?: InvokeOptions): Output<GetAppResult>
Copy
def get_app(name: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetAppResult
def get_app_output(name: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetAppResult]
Copy
func LookupApp(ctx *Context, args *LookupAppArgs, opts ...InvokeOption) (*LookupAppResult, error)
func LookupAppOutput(ctx *Context, args *LookupAppOutputArgs, opts ...InvokeOption) LookupAppResultOutput
Copy

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

public static class GetApp 
{
    public static Task<GetAppResult> InvokeAsync(GetAppArgs args, InvokeOptions? opts = null)
    public static Output<GetAppResult> Invoke(GetAppInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAppResult> getApp(GetAppArgs args, InvokeOptions options)
public static Output<GetAppResult> getApp(GetAppArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: databricks:index/getApp:getApp
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
The name of the app.
Name This property is required. string
The name of the app.
name This property is required. String
The name of the app.
name This property is required. string
The name of the app.
name This property is required. str
The name of the app.
name This property is required. String
The name of the app.

getApp Result

The following output properties are available:

App GetAppApp
attribute
Id string
The provider-assigned unique ID for this managed resource.
Name string
Name of the serving endpoint to grant permission on.
App GetAppApp
attribute
Id string
The provider-assigned unique ID for this managed resource.
Name string
Name of the serving endpoint to grant permission on.
app GetAppApp
attribute
id String
The provider-assigned unique ID for this managed resource.
name String
Name of the serving endpoint to grant permission on.
app GetAppApp
attribute
id string
The provider-assigned unique ID for this managed resource.
name string
Name of the serving endpoint to grant permission on.
app GetAppApp
attribute
id str
The provider-assigned unique ID for this managed resource.
name str
Name of the serving endpoint to grant permission on.
app Property Map
attribute
id String
The provider-assigned unique ID for this managed resource.
name String
Name of the serving endpoint to grant permission on.

Supporting Types

GetAppApp

ActiveDeployment This property is required. GetAppAppActiveDeployment
AppStatus This property is required. GetAppAppAppStatus
attribute
ComputeStatus This property is required. GetAppAppComputeStatus
attribute
CreateTime This property is required. string
The creation time of the app.
Creator This property is required. string
The email of the user that created the app.
DefaultSourceCodePath This property is required. 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 This property is required. string
The effective budget policy ID.
EffectiveUserApiScopes This property is required. List<string>
Id This property is required. string
Id of the job to grant permission on.
Name This property is required. string
The name of the app.
Oauth2AppClientId This property is required. string
Oauth2AppIntegrationId This property is required. string
PendingDeployment This property is required. GetAppAppPendingDeployment
ServicePrincipalClientId This property is required. string
ServicePrincipalId This property is required. int
id of the app service principal
ServicePrincipalName This property is required. string
name of the app service principal
UpdateTime This property is required. string
The update time of the app.
Updater This property is required. string
The email of the user that last updated the app.
Url This property is required. string
The URL of the app once it is deployed.
BudgetPolicyId string
The Budget Policy ID set for this resource.
Description string
The description of the resource.
Resources List<GetAppAppResource>
A list of resources that the app have access to.
UserApiScopes List<string>
ActiveDeployment This property is required. GetAppAppActiveDeployment
AppStatus This property is required. GetAppAppAppStatus
attribute
ComputeStatus This property is required. GetAppAppComputeStatus
attribute
CreateTime This property is required. string
The creation time of the app.
Creator This property is required. string
The email of the user that created the app.
DefaultSourceCodePath This property is required. 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 This property is required. string
The effective budget policy ID.
EffectiveUserApiScopes This property is required. []string
Id This property is required. string
Id of the job to grant permission on.
Name This property is required. string
The name of the app.
Oauth2AppClientId This property is required. string
Oauth2AppIntegrationId This property is required. string
PendingDeployment This property is required. GetAppAppPendingDeployment
ServicePrincipalClientId This property is required. string
ServicePrincipalId This property is required. int
id of the app service principal
ServicePrincipalName This property is required. string
name of the app service principal
UpdateTime This property is required. string
The update time of the app.
Updater This property is required. string
The email of the user that last updated the app.
Url This property is required. string
The URL of the app once it is deployed.
BudgetPolicyId string
The Budget Policy ID set for this resource.
Description string
The description of the resource.
Resources []GetAppAppResource
A list of resources that the app have access to.
UserApiScopes []string
activeDeployment This property is required. GetAppAppActiveDeployment
appStatus This property is required. GetAppAppAppStatus
attribute
computeStatus This property is required. GetAppAppComputeStatus
attribute
createTime This property is required. String
The creation time of the app.
creator This property is required. String
The email of the user that created the app.
defaultSourceCodePath This property is required. 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 This property is required. String
The effective budget policy ID.
effectiveUserApiScopes This property is required. List<String>
id This property is required. String
Id of the job to grant permission on.
name This property is required. String
The name of the app.
oauth2AppClientId This property is required. String
oauth2AppIntegrationId This property is required. String
pendingDeployment This property is required. GetAppAppPendingDeployment
servicePrincipalClientId This property is required. String
servicePrincipalId This property is required. Integer
id of the app service principal
servicePrincipalName This property is required. String
name of the app service principal
updateTime This property is required. String
The update time of the app.
updater This property is required. String
The email of the user that last updated the app.
url This property is required. String
The URL of the app once it is deployed.
budgetPolicyId String
The Budget Policy ID set for this resource.
description String
The description of the resource.
resources List<GetAppAppResource>
A list of resources that the app have access to.
userApiScopes List<String>
activeDeployment This property is required. GetAppAppActiveDeployment
appStatus This property is required. GetAppAppAppStatus
attribute
computeStatus This property is required. GetAppAppComputeStatus
attribute
createTime This property is required. string
The creation time of the app.
creator This property is required. string
The email of the user that created the app.
defaultSourceCodePath This property is required. 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 This property is required. string
The effective budget policy ID.
effectiveUserApiScopes This property is required. string[]
id This property is required. string
Id of the job to grant permission on.
name This property is required. string
The name of the app.
oauth2AppClientId This property is required. string
oauth2AppIntegrationId This property is required. string
pendingDeployment This property is required. GetAppAppPendingDeployment
servicePrincipalClientId This property is required. string
servicePrincipalId This property is required. number
id of the app service principal
servicePrincipalName This property is required. string
name of the app service principal
updateTime This property is required. string
The update time of the app.
updater This property is required. string
The email of the user that last updated the app.
url This property is required. string
The URL of the app once it is deployed.
budgetPolicyId string
The Budget Policy ID set for this resource.
description string
The description of the resource.
resources GetAppAppResource[]
A list of resources that the app have access to.
userApiScopes string[]
active_deployment This property is required. GetAppAppActiveDeployment
app_status This property is required. GetAppAppAppStatus
attribute
compute_status This property is required. GetAppAppComputeStatus
attribute
create_time This property is required. str
The creation time of the app.
creator This property is required. str
The email of the user that created the app.
default_source_code_path This property is required. 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 This property is required. str
The effective budget policy ID.
effective_user_api_scopes This property is required. Sequence[str]
id This property is required. str
Id of the job to grant permission on.
name This property is required. str
The name of the app.
oauth2_app_client_id This property is required. str
oauth2_app_integration_id This property is required. str
pending_deployment This property is required. GetAppAppPendingDeployment
service_principal_client_id This property is required. str
service_principal_id This property is required. int
id of the app service principal
service_principal_name This property is required. str
name of the app service principal
update_time This property is required. str
The update time of the app.
updater This property is required. str
The email of the user that last updated the app.
url This property is required. str
The URL of the app once it is deployed.
budget_policy_id str
The Budget Policy ID set for this resource.
description str
The description of the resource.
resources Sequence[GetAppAppResource]
A list of resources that the app have access to.
user_api_scopes Sequence[str]
activeDeployment This property is required. Property Map
appStatus This property is required. Property Map
attribute
computeStatus This property is required. Property Map
attribute
createTime This property is required. String
The creation time of the app.
creator This property is required. String
The email of the user that created the app.
defaultSourceCodePath This property is required. 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 This property is required. String
The effective budget policy ID.
effectiveUserApiScopes This property is required. List<String>
id This property is required. String
Id of the job to grant permission on.
name This property is required. String
The name of the app.
oauth2AppClientId This property is required. String
oauth2AppIntegrationId This property is required. String
pendingDeployment This property is required. Property Map
servicePrincipalClientId This property is required. String
servicePrincipalId This property is required. Number
id of the app service principal
servicePrincipalName This property is required. String
name of the app service principal
updateTime This property is required. String
The update time of the app.
updater This property is required. String
The email of the user that last updated the app.
url This property is required. String
The URL of the app once it is deployed.
budgetPolicyId String
The Budget Policy ID set for this resource.
description String
The description of the resource.
resources List<Property Map>
A list of resources that the app have access to.
userApiScopes List<String>

GetAppAppActiveDeployment

CreateTime This property is required. string
The creation time of the app.
Creator This property is required. string
The email of the user that created the app.
DeploymentArtifacts This property is required. GetAppAppActiveDeploymentDeploymentArtifacts
Status This property is required. GetAppAppActiveDeploymentStatus
UpdateTime This property is required. string
The update time of the app.
DeploymentId string
Mode string
SourceCodePath string
CreateTime This property is required. string
The creation time of the app.
Creator This property is required. string
The email of the user that created the app.
DeploymentArtifacts This property is required. GetAppAppActiveDeploymentDeploymentArtifacts
Status This property is required. GetAppAppActiveDeploymentStatus
UpdateTime This property is required. string
The update time of the app.
DeploymentId string
Mode string
SourceCodePath string
createTime This property is required. String
The creation time of the app.
creator This property is required. String
The email of the user that created the app.
deploymentArtifacts This property is required. GetAppAppActiveDeploymentDeploymentArtifacts
status This property is required. GetAppAppActiveDeploymentStatus
updateTime This property is required. String
The update time of the app.
deploymentId String
mode String
sourceCodePath String
createTime This property is required. string
The creation time of the app.
creator This property is required. string
The email of the user that created the app.
deploymentArtifacts This property is required. GetAppAppActiveDeploymentDeploymentArtifacts
status This property is required. GetAppAppActiveDeploymentStatus
updateTime This property is required. string
The update time of the app.
deploymentId string
mode string
sourceCodePath string
create_time This property is required. str
The creation time of the app.
creator This property is required. str
The email of the user that created the app.
deployment_artifacts This property is required. GetAppAppActiveDeploymentDeploymentArtifacts
status This property is required. GetAppAppActiveDeploymentStatus
update_time This property is required. str
The update time of the app.
deployment_id str
mode str
source_code_path str
createTime This property is required. String
The creation time of the app.
creator This property is required. String
The email of the user that created the app.
deploymentArtifacts This property is required. Property Map
status This property is required. Property Map
updateTime This property is required. String
The update time of the app.
deploymentId String
mode String
sourceCodePath String

GetAppAppActiveDeploymentDeploymentArtifacts

GetAppAppActiveDeploymentStatus

Message This property is required. string
Application status message
State This property is required. string
State of the application.
Message This property is required. string
Application status message
State This property is required. string
State of the application.
message This property is required. String
Application status message
state This property is required. String
State of the application.
message This property is required. string
Application status message
state This property is required. string
State of the application.
message This property is required. str
Application status message
state This property is required. str
State of the application.
message This property is required. String
Application status message
state This property is required. String
State of the application.

GetAppAppAppStatus

Message This property is required. string
Application status message
State This property is required. string
State of the application.
Message This property is required. string
Application status message
State This property is required. string
State of the application.
message This property is required. String
Application status message
state This property is required. String
State of the application.
message This property is required. string
Application status message
state This property is required. string
State of the application.
message This property is required. str
Application status message
state This property is required. str
State of the application.
message This property is required. String
Application status message
state This property is required. String
State of the application.

GetAppAppComputeStatus

Message This property is required. string
Application status message
State This property is required. string
State of the application.
Message This property is required. string
Application status message
State This property is required. string
State of the application.
message This property is required. String
Application status message
state This property is required. String
State of the application.
message This property is required. string
Application status message
state This property is required. string
State of the application.
message This property is required. str
Application status message
state This property is required. str
State of the application.
message This property is required. String
Application status message
state This property is required. String
State of the application.

GetAppAppPendingDeployment

CreateTime This property is required. string
The creation time of the app.
Creator This property is required. string
The email of the user that created the app.
DeploymentArtifacts This property is required. GetAppAppPendingDeploymentDeploymentArtifacts
Status This property is required. GetAppAppPendingDeploymentStatus
UpdateTime This property is required. string
The update time of the app.
DeploymentId string
Mode string
SourceCodePath string
CreateTime This property is required. string
The creation time of the app.
Creator This property is required. string
The email of the user that created the app.
DeploymentArtifacts This property is required. GetAppAppPendingDeploymentDeploymentArtifacts
Status This property is required. GetAppAppPendingDeploymentStatus
UpdateTime This property is required. string
The update time of the app.
DeploymentId string
Mode string
SourceCodePath string
createTime This property is required. String
The creation time of the app.
creator This property is required. String
The email of the user that created the app.
deploymentArtifacts This property is required. GetAppAppPendingDeploymentDeploymentArtifacts
status This property is required. GetAppAppPendingDeploymentStatus
updateTime This property is required. String
The update time of the app.
deploymentId String
mode String
sourceCodePath String
createTime This property is required. string
The creation time of the app.
creator This property is required. string
The email of the user that created the app.
deploymentArtifacts This property is required. GetAppAppPendingDeploymentDeploymentArtifacts
status This property is required. GetAppAppPendingDeploymentStatus
updateTime This property is required. string
The update time of the app.
deploymentId string
mode string
sourceCodePath string
create_time This property is required. str
The creation time of the app.
creator This property is required. str
The email of the user that created the app.
deployment_artifacts This property is required. GetAppAppPendingDeploymentDeploymentArtifacts
status This property is required. GetAppAppPendingDeploymentStatus
update_time This property is required. str
The update time of the app.
deployment_id str
mode str
source_code_path str
createTime This property is required. String
The creation time of the app.
creator This property is required. String
The email of the user that created the app.
deploymentArtifacts This property is required. Property Map
status This property is required. Property Map
updateTime This property is required. String
The update time of the app.
deploymentId String
mode String
sourceCodePath String

GetAppAppPendingDeploymentDeploymentArtifacts

GetAppAppPendingDeploymentStatus

Message This property is required. string
Application status message
State This property is required. string
State of the application.
Message This property is required. string
Application status message
State This property is required. string
State of the application.
message This property is required. String
Application status message
state This property is required. String
State of the application.
message This property is required. string
Application status message
state This property is required. string
State of the application.
message This property is required. str
Application status message
state This property is required. str
State of the application.
message This property is required. String
Application status message
state This property is required. String
State of the application.

GetAppAppResource

Name This property is required. string
The name of the app.
Description string
The description of the resource.
Job GetAppAppResourceJob
attribute
Secret GetAppAppResourceSecret
attribute
ServingEndpoint GetAppAppResourceServingEndpoint
attribute
SqlWarehouse GetAppAppResourceSqlWarehouse
attribute
Name This property is required. string
The name of the app.
Description string
The description of the resource.
Job GetAppAppResourceJob
attribute
Secret GetAppAppResourceSecret
attribute
ServingEndpoint GetAppAppResourceServingEndpoint
attribute
SqlWarehouse GetAppAppResourceSqlWarehouse
attribute
name This property is required. String
The name of the app.
description String
The description of the resource.
job GetAppAppResourceJob
attribute
secret GetAppAppResourceSecret
attribute
servingEndpoint GetAppAppResourceServingEndpoint
attribute
sqlWarehouse GetAppAppResourceSqlWarehouse
attribute
name This property is required. string
The name of the app.
description string
The description of the resource.
job GetAppAppResourceJob
attribute
secret GetAppAppResourceSecret
attribute
servingEndpoint GetAppAppResourceServingEndpoint
attribute
sqlWarehouse GetAppAppResourceSqlWarehouse
attribute
name This property is required. str
The name of the app.
description str
The description of the resource.
job GetAppAppResourceJob
attribute
secret GetAppAppResourceSecret
attribute
serving_endpoint GetAppAppResourceServingEndpoint
attribute
sql_warehouse GetAppAppResourceSqlWarehouse
attribute
name This property is required. String
The name of the app.
description String
The description of the resource.
job Property Map
attribute
secret Property Map
attribute
servingEndpoint Property Map
attribute
sqlWarehouse Property Map
attribute

GetAppAppResourceJob

Id This property is required. string
Id of the job to grant permission on.
Permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
Id This property is required. string
Id of the job to grant permission on.
Permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
id This property is required. String
Id of the job to grant permission on.
permission This property is required. String
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
id This property is required. string
Id of the job to grant permission on.
permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
id This property is required. str
Id of the job to grant permission on.
permission This property is required. str
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
id This property is required. String
Id of the job to grant permission on.
permission This property is required. String
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.

GetAppAppResourceSecret

Key This property is required. string
Key of the secret to grant permission on.
Permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
Scope This property is required. string
Scope of the secret to grant permission on.
Key This property is required. string
Key of the secret to grant permission on.
Permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
Scope This property is required. string
Scope of the secret to grant permission on.
key This property is required. String
Key of the secret to grant permission on.
permission This property is required. String
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
scope This property is required. String
Scope of the secret to grant permission on.
key This property is required. string
Key of the secret to grant permission on.
permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
scope This property is required. string
Scope of the secret to grant permission on.
key This property is required. str
Key of the secret to grant permission on.
permission This property is required. str
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
scope This property is required. str
Scope of the secret to grant permission on.
key This property is required. String
Key of the secret to grant permission on.
permission This property is required. String
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
scope This property is required. String
Scope of the secret to grant permission on.

GetAppAppResourceServingEndpoint

Name This property is required. string
The name of the app.
Permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
Name This property is required. string
The name of the app.
Permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
name This property is required. String
The name of the app.
permission This property is required. String
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
name This property is required. string
The name of the app.
permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
name This property is required. str
The name of the app.
permission This property is required. str
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
name This property is required. String
The name of the app.
permission This property is required. String
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.

GetAppAppResourceSqlWarehouse

Id This property is required. string
Id of the job to grant permission on.
Permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
Id This property is required. string
Id of the job to grant permission on.
Permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
id This property is required. String
Id of the job to grant permission on.
permission This property is required. String
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
id This property is required. string
Id of the job to grant permission on.
permission This property is required. string
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
id This property is required. str
Id of the job to grant permission on.
permission This property is required. str
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.
id This property is required. String
Id of the job to grant permission on.
permission This property is required. String
Permissions to grant on the Job. Supported permissions are: CAN_MANAGE, IS_OWNER, CAN_MANAGE_RUN, CAN_VIEW.

Package Details

Repository
databricks pulumi/pulumi-databricks
License
Apache-2.0
Notes
This Pulumi package is based on the databricks Terraform Provider.
Databricks v1.64.0 published on Wednesday, Apr 2, 2025 by Pulumi