Databricks SDK for JavaScript
    Preparing search index...

    Interface GetServicePrincipalFederationPolicyRequest

    interface GetServicePrincipalFederationPolicyRequest {
        accountId?: string;
        policyId?: string;
        servicePrincipalId?: bigint;
    }
    Index

    Properties

    accountId?: string

    The account id for the federation policy.

    policyId?: string

    The identifier for the federation policy.

    servicePrincipalId?: bigint

    The service principal id for the federation policy.