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

    Interface AzureBlobCredentialsModel

    interface AzureBlobCredentialsModel {
        account: string;
        endpoint?: string;
        key: string;
        type: "AZUREBLOB";
    }
    Index
    account: string
    endpoint?: string
    key: string
    type: "AZUREBLOB"