Databricks SDK for JavaScript
    Preparing search index...

    Publicly visible clean room collaborator.

    interface CleanRoomCollaborator {
        collaboratorAlias?: string;
        displayName?: string;
        globalMetastoreId?: string;
        inviteRecipientEmail?: string;
        inviteRecipientWorkspaceId?: bigint;
        organizationName?: string;
    }
    Index

    Properties

    collaboratorAlias?: string

    Collaborator alias specified by the clean room creator. It is unique across all collaborators of this clean room, and used to derive multiple values internally such as catalog alias and clean room name for single metastore clean rooms. It should follow UC securable naming requirements.

    displayName?: string

    Generated display name for the collaborator. In the case of a single metastore clean room, it is the clean room name. For x-metastore clean rooms, it is the organization name of the metastore. It is not restricted to these values and could change in the future

    globalMetastoreId?: string

    The global Unity Catalog metastore ID of the collaborator. The identifier is of format cloud:region:metastore-uuid.

    inviteRecipientEmail?: string

    Email of the user who is receiving the clean room "invitation". It should be empty for the creator of the clean room, and non-empty for the invitees of the clean room. It is only returned in the output when clean room creator calls GET

    inviteRecipientWorkspaceId?: bigint

    Workspace ID of the user who is receiving the clean room "invitation". Must be specified if invite_recipient_email is specified. It should be empty when the collaborator is the creator of the clean room.

    organizationName?: string

    Organization name configured in the metastore