Databricks SDK for JavaScript
    Preparing search index...

    Interface PatchAccountServicePrincipalRequest

    interface PatchAccountServicePrincipalRequest {
        accountId?: string;
        id?: string;
        operations?: AccountPatch[];
        schemas?: AccountPatchSchema_PatchSchema[];
    }
    Index

    Properties

    accountId?: string

    account ID

    id?: string

    Unique ID in the workspace.

    operations?: AccountPatch[]

    The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"].