Databricks SDK for JavaScript
    Preparing search index...

    Interface PatchUserRequest

    interface PatchUserRequest {
        id?: string;
        operations?: Patch[];
        schemas?: PatchSchema[];
    }
    Index

    Properties

    id?: string

    Unique ID in the workspace.

    operations?: Patch[]
    schemas?: PatchSchema[]

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