1. Packages
  2. Databricks Provider
  3. API Docs
  4. getAppsSpace
Viewing docs for Databricks v1.88.0
published on Thursday, Feb 26, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.88.0
published on Thursday, Feb 26, 2026 by Pulumi

    Private Preview

    Using getAppsSpace

    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 getAppsSpace(args: GetAppsSpaceArgs, opts?: InvokeOptions): Promise<GetAppsSpaceResult>
    function getAppsSpaceOutput(args: GetAppsSpaceOutputArgs, opts?: InvokeOptions): Output<GetAppsSpaceResult>
    def get_apps_space(name: Optional[str] = None,
                       provider_config: Optional[GetAppsSpaceProviderConfig] = None,
                       opts: Optional[InvokeOptions] = None) -> GetAppsSpaceResult
    def get_apps_space_output(name: Optional[pulumi.Input[str]] = None,
                       provider_config: Optional[pulumi.Input[GetAppsSpaceProviderConfigArgs]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetAppsSpaceResult]
    func LookupAppsSpace(ctx *Context, args *LookupAppsSpaceArgs, opts ...InvokeOption) (*LookupAppsSpaceResult, error)
    func LookupAppsSpaceOutput(ctx *Context, args *LookupAppsSpaceOutputArgs, opts ...InvokeOption) LookupAppsSpaceResultOutput

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

    public static class GetAppsSpace 
    {
        public static Task<GetAppsSpaceResult> InvokeAsync(GetAppsSpaceArgs args, InvokeOptions? opts = null)
        public static Output<GetAppsSpaceResult> Invoke(GetAppsSpaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppsSpaceResult> getAppsSpace(GetAppsSpaceArgs args, InvokeOptions options)
    public static Output<GetAppsSpaceResult> getAppsSpace(GetAppsSpaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getAppsSpace:getAppsSpace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    ProviderConfig GetAppsSpaceProviderConfig
    Configure the provider for management through account provider.
    Name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    ProviderConfig GetAppsSpaceProviderConfig
    Configure the provider for management through account provider.
    name String
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    providerConfig GetAppsSpaceProviderConfig
    Configure the provider for management through account provider.
    name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    providerConfig GetAppsSpaceProviderConfig
    Configure the provider for management through account provider.
    name str
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    provider_config GetAppsSpaceProviderConfig
    Configure the provider for management through account provider.
    name String
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    providerConfig Property Map
    Configure the provider for management through account provider.

    getAppsSpace Result

    The following output properties are available:

    CreateTime string
    (string) - The creation time of the app space. Formatted timestamp in ISO 6801
    Creator string
    (string) - The email of the user that created the app space
    Description string
    (string) - Description of the App Resource
    EffectiveUsagePolicyId string
    (string) - The effective usage policy ID used by apps in the space
    EffectiveUserApiScopes List<string>
    (list of string) - The effective api scopes granted to the user access token
    Id string
    (string) - Id of the SQL warehouse to grant permission on
    Name string
    (string) - Name of the serving endpoint to grant permission on
    Oauth2AppClientId string
    (string) - The OAuth2 app client ID for the app space
    Oauth2AppIntegrationId string
    (string) - The OAuth2 app integration ID for the app space
    Resources List<GetAppsSpaceResource>
    (list of AppResource) - Resources for the app space. Resources configured at the space level are available to all apps in the space
    ServicePrincipalClientId string
    (string) - The service principal client ID for the app space
    ServicePrincipalId int
    (integer) - The service principal ID for the app space
    ServicePrincipalName string
    (string) - The service principal name for the app space
    Status GetAppsSpaceStatus
    (SpaceStatus) - The status of the app space
    UpdateTime string
    (string) - The update time of the app space. Formatted timestamp in ISO 6801
    Updater string
    (string) - The email of the user that last updated the app space
    UsagePolicyId string
    (string) - The usage policy ID for managing cost at the space level
    UserApiScopes List<string>
    (list of string) - OAuth scopes for apps in the space
    ProviderConfig GetAppsSpaceProviderConfig
    CreateTime string
    (string) - The creation time of the app space. Formatted timestamp in ISO 6801
    Creator string
    (string) - The email of the user that created the app space
    Description string
    (string) - Description of the App Resource
    EffectiveUsagePolicyId string
    (string) - The effective usage policy ID used by apps in the space
    EffectiveUserApiScopes []string
    (list of string) - The effective api scopes granted to the user access token
    Id string
    (string) - Id of the SQL warehouse to grant permission on
    Name string
    (string) - Name of the serving endpoint to grant permission on
    Oauth2AppClientId string
    (string) - The OAuth2 app client ID for the app space
    Oauth2AppIntegrationId string
    (string) - The OAuth2 app integration ID for the app space
    Resources []GetAppsSpaceResource
    (list of AppResource) - Resources for the app space. Resources configured at the space level are available to all apps in the space
    ServicePrincipalClientId string
    (string) - The service principal client ID for the app space
    ServicePrincipalId int
    (integer) - The service principal ID for the app space
    ServicePrincipalName string
    (string) - The service principal name for the app space
    Status GetAppsSpaceStatus
    (SpaceStatus) - The status of the app space
    UpdateTime string
    (string) - The update time of the app space. Formatted timestamp in ISO 6801
    Updater string
    (string) - The email of the user that last updated the app space
    UsagePolicyId string
    (string) - The usage policy ID for managing cost at the space level
    UserApiScopes []string
    (list of string) - OAuth scopes for apps in the space
    ProviderConfig GetAppsSpaceProviderConfig
    createTime String
    (string) - The creation time of the app space. Formatted timestamp in ISO 6801
    creator String
    (string) - The email of the user that created the app space
    description String
    (string) - Description of the App Resource
    effectiveUsagePolicyId String
    (string) - The effective usage policy ID used by apps in the space
    effectiveUserApiScopes List<String>
    (list of string) - The effective api scopes granted to the user access token
    id String
    (string) - Id of the SQL warehouse to grant permission on
    name String
    (string) - Name of the serving endpoint to grant permission on
    oauth2AppClientId String
    (string) - The OAuth2 app client ID for the app space
    oauth2AppIntegrationId String
    (string) - The OAuth2 app integration ID for the app space
    resources List<GetAppsSpaceResource>
    (list of AppResource) - Resources for the app space. Resources configured at the space level are available to all apps in the space
    servicePrincipalClientId String
    (string) - The service principal client ID for the app space
    servicePrincipalId Integer
    (integer) - The service principal ID for the app space
    servicePrincipalName String
    (string) - The service principal name for the app space
    status GetAppsSpaceStatus
    (SpaceStatus) - The status of the app space
    updateTime String
    (string) - The update time of the app space. Formatted timestamp in ISO 6801
    updater String
    (string) - The email of the user that last updated the app space
    usagePolicyId String
    (string) - The usage policy ID for managing cost at the space level
    userApiScopes List<String>
    (list of string) - OAuth scopes for apps in the space
    providerConfig GetAppsSpaceProviderConfig
    createTime string
    (string) - The creation time of the app space. Formatted timestamp in ISO 6801
    creator string
    (string) - The email of the user that created the app space
    description string
    (string) - Description of the App Resource
    effectiveUsagePolicyId string
    (string) - The effective usage policy ID used by apps in the space
    effectiveUserApiScopes string[]
    (list of string) - The effective api scopes granted to the user access token
    id string
    (string) - Id of the SQL warehouse to grant permission on
    name string
    (string) - Name of the serving endpoint to grant permission on
    oauth2AppClientId string
    (string) - The OAuth2 app client ID for the app space
    oauth2AppIntegrationId string
    (string) - The OAuth2 app integration ID for the app space
    resources GetAppsSpaceResource[]
    (list of AppResource) - Resources for the app space. Resources configured at the space level are available to all apps in the space
    servicePrincipalClientId string
    (string) - The service principal client ID for the app space
    servicePrincipalId number
    (integer) - The service principal ID for the app space
    servicePrincipalName string
    (string) - The service principal name for the app space
    status GetAppsSpaceStatus
    (SpaceStatus) - The status of the app space
    updateTime string
    (string) - The update time of the app space. Formatted timestamp in ISO 6801
    updater string
    (string) - The email of the user that last updated the app space
    usagePolicyId string
    (string) - The usage policy ID for managing cost at the space level
    userApiScopes string[]
    (list of string) - OAuth scopes for apps in the space
    providerConfig GetAppsSpaceProviderConfig
    create_time str
    (string) - The creation time of the app space. Formatted timestamp in ISO 6801
    creator str
    (string) - The email of the user that created the app space
    description str
    (string) - Description of the App Resource
    effective_usage_policy_id str
    (string) - The effective usage policy ID used by apps in the space
    effective_user_api_scopes Sequence[str]
    (list of string) - The effective api scopes granted to the user access token
    id str
    (string) - Id of the SQL warehouse to grant permission on
    name str
    (string) - Name of the serving endpoint to grant permission on
    oauth2_app_client_id str
    (string) - The OAuth2 app client ID for the app space
    oauth2_app_integration_id str
    (string) - The OAuth2 app integration ID for the app space
    resources Sequence[GetAppsSpaceResource]
    (list of AppResource) - Resources for the app space. Resources configured at the space level are available to all apps in the space
    service_principal_client_id str
    (string) - The service principal client ID for the app space
    service_principal_id int
    (integer) - The service principal ID for the app space
    service_principal_name str
    (string) - The service principal name for the app space
    status GetAppsSpaceStatus
    (SpaceStatus) - The status of the app space
    update_time str
    (string) - The update time of the app space. Formatted timestamp in ISO 6801
    updater str
    (string) - The email of the user that last updated the app space
    usage_policy_id str
    (string) - The usage policy ID for managing cost at the space level
    user_api_scopes Sequence[str]
    (list of string) - OAuth scopes for apps in the space
    provider_config GetAppsSpaceProviderConfig
    createTime String
    (string) - The creation time of the app space. Formatted timestamp in ISO 6801
    creator String
    (string) - The email of the user that created the app space
    description String
    (string) - Description of the App Resource
    effectiveUsagePolicyId String
    (string) - The effective usage policy ID used by apps in the space
    effectiveUserApiScopes List<String>
    (list of string) - The effective api scopes granted to the user access token
    id String
    (string) - Id of the SQL warehouse to grant permission on
    name String
    (string) - Name of the serving endpoint to grant permission on
    oauth2AppClientId String
    (string) - The OAuth2 app client ID for the app space
    oauth2AppIntegrationId String
    (string) - The OAuth2 app integration ID for the app space
    resources List<Property Map>
    (list of AppResource) - Resources for the app space. Resources configured at the space level are available to all apps in the space
    servicePrincipalClientId String
    (string) - The service principal client ID for the app space
    servicePrincipalId Number
    (integer) - The service principal ID for the app space
    servicePrincipalName String
    (string) - The service principal name for the app space
    status Property Map
    (SpaceStatus) - The status of the app space
    updateTime String
    (string) - The update time of the app space. Formatted timestamp in ISO 6801
    updater String
    (string) - The email of the user that last updated the app space
    usagePolicyId String
    (string) - The usage policy ID for managing cost at the space level
    userApiScopes List<String>
    (list of string) - OAuth scopes for apps in the space
    providerConfig Property Map

    Supporting Types

    GetAppsSpaceProviderConfig

    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspace_id str
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.

    GetAppsSpaceResource

    Name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    App GetAppsSpaceResourceApp
    (AppResourceApp)
    Database GetAppsSpaceResourceDatabase
    (AppResourceDatabase)
    Description string
    (string) - Description of the App Resource
    Experiment GetAppsSpaceResourceExperiment
    (AppResourceExperiment)
    GenieSpace GetAppsSpaceResourceGenieSpace
    (AppResourceGenieSpace)
    Job GetAppsSpaceResourceJob
    (AppResourceJob)
    Secret GetAppsSpaceResourceSecret
    (AppResourceSecret)
    ServingEndpoint GetAppsSpaceResourceServingEndpoint
    (AppResourceServingEndpoint)
    SqlWarehouse GetAppsSpaceResourceSqlWarehouse
    (AppResourceSqlWarehouse)
    UcSecurable GetAppsSpaceResourceUcSecurable
    (AppResourceUcSecurable)
    Name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    App GetAppsSpaceResourceApp
    (AppResourceApp)
    Database GetAppsSpaceResourceDatabase
    (AppResourceDatabase)
    Description string
    (string) - Description of the App Resource
    Experiment GetAppsSpaceResourceExperiment
    (AppResourceExperiment)
    GenieSpace GetAppsSpaceResourceGenieSpace
    (AppResourceGenieSpace)
    Job GetAppsSpaceResourceJob
    (AppResourceJob)
    Secret GetAppsSpaceResourceSecret
    (AppResourceSecret)
    ServingEndpoint GetAppsSpaceResourceServingEndpoint
    (AppResourceServingEndpoint)
    SqlWarehouse GetAppsSpaceResourceSqlWarehouse
    (AppResourceSqlWarehouse)
    UcSecurable GetAppsSpaceResourceUcSecurable
    (AppResourceUcSecurable)
    name String
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    app GetAppsSpaceResourceApp
    (AppResourceApp)
    database GetAppsSpaceResourceDatabase
    (AppResourceDatabase)
    description String
    (string) - Description of the App Resource
    experiment GetAppsSpaceResourceExperiment
    (AppResourceExperiment)
    genieSpace GetAppsSpaceResourceGenieSpace
    (AppResourceGenieSpace)
    job GetAppsSpaceResourceJob
    (AppResourceJob)
    secret GetAppsSpaceResourceSecret
    (AppResourceSecret)
    servingEndpoint GetAppsSpaceResourceServingEndpoint
    (AppResourceServingEndpoint)
    sqlWarehouse GetAppsSpaceResourceSqlWarehouse
    (AppResourceSqlWarehouse)
    ucSecurable GetAppsSpaceResourceUcSecurable
    (AppResourceUcSecurable)
    name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    app GetAppsSpaceResourceApp
    (AppResourceApp)
    database GetAppsSpaceResourceDatabase
    (AppResourceDatabase)
    description string
    (string) - Description of the App Resource
    experiment GetAppsSpaceResourceExperiment
    (AppResourceExperiment)
    genieSpace GetAppsSpaceResourceGenieSpace
    (AppResourceGenieSpace)
    job GetAppsSpaceResourceJob
    (AppResourceJob)
    secret GetAppsSpaceResourceSecret
    (AppResourceSecret)
    servingEndpoint GetAppsSpaceResourceServingEndpoint
    (AppResourceServingEndpoint)
    sqlWarehouse GetAppsSpaceResourceSqlWarehouse
    (AppResourceSqlWarehouse)
    ucSecurable GetAppsSpaceResourceUcSecurable
    (AppResourceUcSecurable)
    name str
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    app GetAppsSpaceResourceApp
    (AppResourceApp)
    database GetAppsSpaceResourceDatabase
    (AppResourceDatabase)
    description str
    (string) - Description of the App Resource
    experiment GetAppsSpaceResourceExperiment
    (AppResourceExperiment)
    genie_space GetAppsSpaceResourceGenieSpace
    (AppResourceGenieSpace)
    job GetAppsSpaceResourceJob
    (AppResourceJob)
    secret GetAppsSpaceResourceSecret
    (AppResourceSecret)
    serving_endpoint GetAppsSpaceResourceServingEndpoint
    (AppResourceServingEndpoint)
    sql_warehouse GetAppsSpaceResourceSqlWarehouse
    (AppResourceSqlWarehouse)
    uc_securable GetAppsSpaceResourceUcSecurable
    (AppResourceUcSecurable)
    name String
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    app Property Map
    (AppResourceApp)
    database Property Map
    (AppResourceDatabase)
    description String
    (string) - Description of the App Resource
    experiment Property Map
    (AppResourceExperiment)
    genieSpace Property Map
    (AppResourceGenieSpace)
    job Property Map
    (AppResourceJob)
    secret Property Map
    (AppResourceSecret)
    servingEndpoint Property Map
    (AppResourceServingEndpoint)
    sqlWarehouse Property Map
    (AppResourceSqlWarehouse)
    ucSecurable Property Map
    (AppResourceUcSecurable)

    GetAppsSpaceResourceDatabase

    DatabaseName string
    (string)
    InstanceName string
    (string)
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    DatabaseName string
    (string)
    InstanceName string
    (string)
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    databaseName String
    (string)
    instanceName String
    (string)
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    databaseName string
    (string)
    instanceName string
    (string)
    permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    database_name str
    (string)
    instance_name str
    (string)
    permission str
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    databaseName String
    (string)
    instanceName String
    (string)
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME

    GetAppsSpaceResourceExperiment

    ExperimentId string
    (string)
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    ExperimentId string
    (string)
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    experimentId String
    (string)
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    experimentId string
    (string)
    permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    experiment_id str
    (string)
    permission str
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    experimentId String
    (string)
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME

    GetAppsSpaceResourceGenieSpace

    Name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    SpaceId string
    (string)
    Name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    SpaceId string
    (string)
    name String
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    spaceId String
    (string)
    name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    spaceId string
    (string)
    name str
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    permission str
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    space_id str
    (string)
    name String
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    spaceId String
    (string)

    GetAppsSpaceResourceJob

    Id string
    (string) - Id of the SQL warehouse to grant permission on
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    Id string
    (string) - Id of the SQL warehouse to grant permission on
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    id String
    (string) - Id of the SQL warehouse to grant permission on
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    id string
    (string) - Id of the SQL warehouse to grant permission on
    permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    id str
    (string) - Id of the SQL warehouse to grant permission on
    permission str
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    id String
    (string) - Id of the SQL warehouse to grant permission on
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME

    GetAppsSpaceResourceSecret

    Key string
    (string) - Key of the secret to grant permission on
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    Scope string
    (string) - Scope of the secret to grant permission on
    Key string
    (string) - Key of the secret to grant permission on
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    Scope string
    (string) - Scope of the secret to grant permission on
    key String
    (string) - Key of the secret to grant permission on
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    scope String
    (string) - Scope of the secret to grant permission on
    key string
    (string) - Key of the secret to grant permission on
    permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    scope string
    (string) - Scope of the secret to grant permission on
    key str
    (string) - Key of the secret to grant permission on
    permission str
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    scope str
    (string) - Scope of the secret to grant permission on
    key String
    (string) - Key of the secret to grant permission on
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    scope String
    (string) - Scope of the secret to grant permission on

    GetAppsSpaceResourceServingEndpoint

    Name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    Name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    name String
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    name string
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    name str
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    permission str
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    name String
    The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME

    GetAppsSpaceResourceSqlWarehouse

    Id string
    (string) - Id of the SQL warehouse to grant permission on
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    Id string
    (string) - Id of the SQL warehouse to grant permission on
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    id String
    (string) - Id of the SQL warehouse to grant permission on
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    id string
    (string) - Id of the SQL warehouse to grant permission on
    permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    id str
    (string) - Id of the SQL warehouse to grant permission on
    permission str
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    id String
    (string) - Id of the SQL warehouse to grant permission on
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME

    GetAppsSpaceResourceUcSecurable

    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    SecurableFullName string
    (string)
    SecurableKind string
    (string) - The securable kind from Unity Catalog. See https://docs.databricks.com/api/workspace/tables/get#securable_kind_manifest-securable_kind
    SecurableType string
    (string) - Possible values are: CONNECTION, FUNCTION, TABLE, VOLUME
    Permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    SecurableFullName string
    (string)
    SecurableKind string
    (string) - The securable kind from Unity Catalog. See https://docs.databricks.com/api/workspace/tables/get#securable_kind_manifest-securable_kind
    SecurableType string
    (string) - Possible values are: CONNECTION, FUNCTION, TABLE, VOLUME
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    securableFullName String
    (string)
    securableKind String
    (string) - The securable kind from Unity Catalog. See https://docs.databricks.com/api/workspace/tables/get#securable_kind_manifest-securable_kind
    securableType String
    (string) - Possible values are: CONNECTION, FUNCTION, TABLE, VOLUME
    permission string
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    securableFullName string
    (string)
    securableKind string
    (string) - The securable kind from Unity Catalog. See https://docs.databricks.com/api/workspace/tables/get#securable_kind_manifest-securable_kind
    securableType string
    (string) - Possible values are: CONNECTION, FUNCTION, TABLE, VOLUME
    permission str
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    securable_full_name str
    (string)
    securable_kind str
    (string) - The securable kind from Unity Catalog. See https://docs.databricks.com/api/workspace/tables/get#securable_kind_manifest-securable_kind
    securable_type str
    (string) - Possible values are: CONNECTION, FUNCTION, TABLE, VOLUME
    permission String
    (string) - Possible values are: EXECUTE, MODIFY, READ_VOLUME, SELECT, USE_CONNECTION, WRITE_VOLUME
    securableFullName String
    (string)
    securableKind String
    (string) - The securable kind from Unity Catalog. See https://docs.databricks.com/api/workspace/tables/get#securable_kind_manifest-securable_kind
    securableType String
    (string) - Possible values are: CONNECTION, FUNCTION, TABLE, VOLUME

    GetAppsSpaceStatus

    Message string
    (string) - Message providing context about the current state
    State string
    (string) - The state of the app space. Possible values are: SPACE_ACTIVE, SPACE_CREATING, SPACE_DELETED, SPACE_DELETING, SPACE_ERROR, SPACE_UPDATING
    Message string
    (string) - Message providing context about the current state
    State string
    (string) - The state of the app space. Possible values are: SPACE_ACTIVE, SPACE_CREATING, SPACE_DELETED, SPACE_DELETING, SPACE_ERROR, SPACE_UPDATING
    message String
    (string) - Message providing context about the current state
    state String
    (string) - The state of the app space. Possible values are: SPACE_ACTIVE, SPACE_CREATING, SPACE_DELETED, SPACE_DELETING, SPACE_ERROR, SPACE_UPDATING
    message string
    (string) - Message providing context about the current state
    state string
    (string) - The state of the app space. Possible values are: SPACE_ACTIVE, SPACE_CREATING, SPACE_DELETED, SPACE_DELETING, SPACE_ERROR, SPACE_UPDATING
    message str
    (string) - Message providing context about the current state
    state str
    (string) - The state of the app space. Possible values are: SPACE_ACTIVE, SPACE_CREATING, SPACE_DELETED, SPACE_DELETING, SPACE_ERROR, SPACE_UPDATING
    message String
    (string) - Message providing context about the current state
    state String
    (string) - The state of the app space. Possible values are: SPACE_ACTIVE, SPACE_CREATING, SPACE_DELETED, SPACE_DELETING, SPACE_ERROR, SPACE_UPDATING

    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.88.0
    published on Thursday, Feb 26, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.