Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateAccessRequestResponse

    interface CreateAccessRequestResponse {
        behalfOf?: Principal;
        requestDestinations?: AccessRequestDestinations[];
    }
    Index

    Properties

    behalfOf?: Principal

    The principal the request was made on behalf of.

    requestDestinations?: AccessRequestDestinations[]

    The access request destinations for all the securables the principal requested.