Databricks SDK for JavaScript
    Preparing search index...

    Interface ListFederationPoliciesRequest

    interface ListFederationPoliciesRequest {
        maxResults?: number;
        pageToken?: string;
        recipientName?: string;
    }
    Index

    Properties

    maxResults?: number
    pageToken?: string
    recipientName?: string

    Name of the recipient. This is the name of the recipient for which the policies are being listed.