Databricks SDK for JavaScript
    Preparing search index...
    interface DeletePolicyRequest {
        name?: string;
        onSecurableFullname?: string;
        onSecurableType?: string;
    }
    Index

    Properties

    name?: string

    Required. The name of the policy to delete

    onSecurableFullname?: string

    Required. The fully qualified name of the securable to delete the policy from.

    onSecurableType?: string

    Required. The type of the securable to delete the policy from.