Databricks SDK for JavaScript
    Preparing search index...
    interface Space {
        assumeGroupId?: string;
        createTime?: Instant;
        creator?: string;
        description?: string;
        effectiveUsagePolicyId?: string;
        effectiveUserApiScopes?: string[];
        id?: string;
        name?: string;
        resources?: AppResource[];
        servicePrincipalClientId?: string;
        servicePrincipalId?: bigint;
        servicePrincipalName?: string;
        status?: SpaceStatus;
        updater?: string;
        updateTime?: Instant;
        usagePolicyId?: string;
        userApiScopes?: string[];
    }
    Index

    Properties

    assumeGroupId?: string

    The group whose permissions users assume via Role Authorization for apps in this space. When set, user tokens assume the role of this group instead of doing regular obo token downscoping. Set only at space creation.

    createTime?: Instant

    The creation time of the app space. Formatted timestamp in ISO 6801.

    creator?: string

    The email of the user that created the app space.

    description?: string

    The description of the app space.

    effectiveUsagePolicyId?: string

    The effective usage policy ID used by apps in the space.

    effectiveUserApiScopes?: string[]

    The effective api scopes granted to the user access token.

    id?: string

    The unique identifier of the app space.

    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.

    resources?: AppResource[]

    Resources for the app space. Resources configured at the space level are available to all apps in the space.

    servicePrincipalClientId?: string

    The service principal client ID for the app space.

    servicePrincipalId?: bigint

    The service principal ID for the app space.

    servicePrincipalName?: string

    The service principal name for the app space.

    status?: SpaceStatus

    The status of the app space.

    updater?: string

    The email of the user that last updated the app space.

    updateTime?: Instant

    The update time of the app space. Formatted timestamp in ISO 6801.

    usagePolicyId?: string

    The usage policy ID for managing cost at the space level.

    userApiScopes?: string[]

    OAuth scopes for apps in the space.