Databricks SDK for JavaScript
    Preparing search index...

    Interface ListCleanRoomAutoApprovalRulesRequest

    interface ListCleanRoomAutoApprovalRulesRequest {
        cleanRoomName?: string;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    cleanRoomName?: string
    pageSize?: number

    Maximum number of auto-approval rules to return. Defaults to 100.

    pageToken?: string

    Opaque pagination token to go to next page based on previous query.