Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteFederationPolicyRequest

    interface DeleteFederationPolicyRequest {
        name?: string;
        recipientName?: string;
    }
    Index

    Properties

    name?: string

    Name of the policy. This is the name of the policy to be deleted.

    recipientName?: string

    Name of the recipient. This is the name of the recipient for which the policy is being deleted.