Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateAccountFederationPolicyRequest

    interface UpdateAccountFederationPolicyRequest {
        accountId?: string;
        policy?: FederationPolicy;
        policyId?: string;
        servicePrincipalId?: bigint;
        updateMask?: FieldMask<FederationPolicy>;
    }
    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.

    The field mask specifies which fields of the policy to update. To specify multiple fields in the field mask, use comma as the separator (no space). The special value '*' indicates that all fields should be updated (full replacement). If unspecified, all fields that are set in the policy provided in the update request will overwrite the corresponding fields in the existing policy. Example value: 'description,oidc_policy.audiences'.