Databricks SDK for JavaScript
    Preparing search index...

    Interface BatchCreateAccessRequestsRequest

    interface BatchCreateAccessRequestsRequest {
        requests?: CreateAccessRequest[];
    }
    Index

    Properties

    Properties

    requests?: CreateAccessRequest[]

    A list of individual access requests, where each request corresponds to a set of permissions being requested on a list of securables for a specified principal.

    At most 30 requests per API call.