Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateAccessRequest

    interface CreateAccessRequest {
        behalfOf?: Principal;
        comment?: string;
        securablePermissions?: SecurablePermissions[];
    }
    Index

    Properties

    behalfOf?: Principal

    Optional. The principal this request is for. Empty behalf_of defaults to the requester's identity.

    Principals must be unique across the API call.

    comment?: string

    Optional. Comment associated with the request.

    At most 200 characters, can only contain lowercase/uppercase letters (a-z, A-Z), numbers (0-9), punctuation, and spaces.

    securablePermissions?: SecurablePermissions[]

    List of securables and their corresponding requested UC privileges.

    At most 30 securables can be requested for a principal per batched call. Each securable can only be requested once per principal.