Type Alias DevicesGetZPAVersionInfoResponse

DevicesGetZPAVersionInfoResponse: {
    app_versions?: string[];
    firmware_versions?: {
        model?: string;
        vendor?: string;
        version?: string;
        warn_info?: string;
    }[];
}