Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateAccountFederationPolicyRequest

    interface CreateAccountFederationPolicyRequest {
        accountId?: string;
        policy?: FederationPolicy;
        policyId?: string;
        servicePrincipalId?: bigint;
    }
    Index

    Properties

    accountId?: string

    The account id for the federation policy.

    policyId?: string

    The identifier for the federation policy. The identifier must contain only lowercase alphanumeric characters, numbers, hyphens, and slashes. If unspecified, the id will be assigned by .

    servicePrincipalId?: bigint

    The service principal id for the federation policy.