Mender client configuration interface

interface MenderClientConfig {
    InventoryPollIntervalSeconds: number;
    RetryPollIntervalSeconds: number;
    ServerCertificate: string;
    Servers: string[];
    TenantToken: string;
    UpdatePollIntervalSeconds: number;
}

Properties

InventoryPollIntervalSeconds: number
RetryPollIntervalSeconds: number
ServerCertificate: string
Servers: string[]
TenantToken: string
UpdatePollIntervalSeconds: number