Databricks SDK for JavaScript
    Preparing search index...
    interface CleanRoom {
        accessRestricted?: CleanRoom_AccessRestricted;
        comment?: string;
        createdAt?: bigint;
        localCollaboratorAlias?: string;
        name?: string;
        outputCatalog?: CleanRoomOutputCatalog;
        owner?: string;
        remoteDetailedInfo?: CleanRoomRemoteDetail;
        status?: CleanRoom_Status_Enum;
        updatedAt?: bigint;
    }
    Index

    Properties

    accessRestricted?: CleanRoom_AccessRestricted

    Whether clean room access is restricted due to CSP

    comment?: string
    createdAt?: bigint

    When the clean room was created, in epoch milliseconds.

    localCollaboratorAlias?: string

    The alias of the collaborator tied to the local clean room.

    name?: string

    The name of the clean room. It should follow UC securable naming requirements.

    outputCatalog?: CleanRoomOutputCatalog

    Output catalog of the clean room. It is an output only field. Output catalog is manipulated using the separate CreateCleanRoomOutputCatalog API.

    owner?: string

    This is the username of the owner of the local clean room securable for permission management.

    remoteDetailedInfo?: CleanRoomRemoteDetail

    Central clean room details. During creation, users need to specify cloud_vendor, region, and collaborators.global_metastore_id. This field will not be filled in the ListCleanRooms call.

    Clean room status.

    updatedAt?: bigint

    When the clean room was last updated, in epoch milliseconds.