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;
        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.

    region?: string

    Region of the central clean room.