Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateFederationPolicyRequest

    interface CreateFederationPolicyRequest {
        policy?: FederationPolicy;
        recipientName?: string;
    }
    Index

    Properties

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

    recipientName?: string

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