Databricks SDK for JavaScript
    Preparing search index...

    Publicly visible central clean room details.

    interface CleanRoomRemoteDetail {
        centralCleanRoomId?: string;
        cloudVendor?: string;
        collaborators?: CleanRoomCollaborator[];
        complianceSecurityProfile?: ComplianceSecurityProfile;
        creator?: CleanRoomCollaborator;
        egressNetworkPolicy?: EgressNetworkPolicy;
        enableSharedOutput?: boolean;
        packageProviderCollaboratorAlias?: string;
        region?: string;
    }
    Index

    Properties

    centralCleanRoomId?: string

    Central clean room ID.

    cloudVendor?: string

    Cloud vendor (aws,azure,gcp) of the central clean room.

    collaborators?: CleanRoomCollaborator[]

    Collaborators in the central clean room. There should one and only one collaborator in the list that satisfies the owner condition:

    1. It has the creator's global_metastore_id (determined by caller of CreateCleanRoom).

    2. Its invite_recipient_email is empty.

    complianceSecurityProfile?: ComplianceSecurityProfile

    Collaborator who creates the clean room.

    egressNetworkPolicy?: EgressNetworkPolicy

    Egress network policy to apply to the central clean room workspace.

    enableSharedOutput?: boolean

    Whether to enable shared output for the central clean room. When enabled, clean room task runs can write to the run-scoped shared output schema which is accessible by all collaborators.

    packageProviderCollaboratorAlias?: string

    Alias of the provider collaborator. If set, packaged clean rooms mode is enabled. The consumer's experience is restricted: they can view notebook names and READMEs, add their own data assets, and trigger runs, but cannot view notebook code, provider data assets, or notebook run output.

    region?: string

    Region of the central clean room.