Interface MonitoringProvider

interface MonitoringProvider {
    APIKey: string;
    APIPassword: string;
    ID: string;
    Type: string;
}

Properties

APIKey: string
APIPassword: string
ID: string
Type: string