@truenas/api-client
    Preparing search index...

    Interface OneDriveCredentialsModel

    interface OneDriveCredentialsModel {
        client_id?: string;
        client_secret?: string;
        drive_id: string;
        drive_type: "PERSONAL" | "BUSINESS" | "DOCUMENT_LIBRARY";
        token: string;
        type: "ONEDRIVE";
    }
    Index
    client_id?: string
    client_secret?: string
    drive_id: string
    drive_type: "PERSONAL" | "BUSINESS" | "DOCUMENT_LIBRARY"
    token: string
    type: "ONEDRIVE"