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

    Interface PCloudCredentialsModel

    interface PCloudCredentialsModel {
        client_id?: string;
        client_secret?: string;
        hostname?: string;
        token: string;
        type: "PCLOUD";
    }
    Index
    client_id?: string
    client_secret?: string
    hostname?: string
    token: string
    type: "PCLOUD"