Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdatePermissionsRequest

    interface UpdatePermissionsRequest {
        changes?: PermissionsChange[];
        securableFullName?: string;
        securableType?: string;
    }
    Index

    Properties

    changes?: PermissionsChange[]

    Array of permissions change objects.

    securableFullName?: string

    Full name of securable.

    securableType?: string

    Type of securable.