Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAccountFederationPoliciesRequest

    interface ListAccountFederationPoliciesRequest {
        accountId?: string;
        pageSize?: number;
        pageToken?: string;
        servicePrincipalId?: bigint;
    }
    Index

    Properties

    accountId?: string

    The account id for the federation policy.

    pageSize?: number
    pageToken?: string
    servicePrincipalId?: bigint

    The service principal id for the federation policy.